Re: [weewx-user] cannot find start time & databases not updating

2018-03-01 Thread Pete Blakemore
Research so far is the error isn't down to linux version, I have tried 
several distros and kernel versions all with same result

It is working with the record_generation = software set in weewx.conf, when 
I get more time I will try to delve into this deeper but for the moment I 
will mark it up as a partial success!

Thanks Tom for your help

On Tuesday, 20 February 2018 22:51:43 UTC, Tom Keffer wrote:
>
> Weathersnoop and WDisplay may ignore the logger, and just use the LOOP 
> packets.
>
> WeeWX can do this too. Just set option 'record_generation' to 'software'. 
> You can find it in section [StdArchive] of weewx.conf. The downside is that 
> it cannot do automatic recovery after power failures, but it will get you 
> going.
>
> [StdArchive]
> 
> # If the station hardware supports data logging then the archive 
> interval
> # will be downloaded from the station. Otherwise, specify it (in 
> seconds).
> archive_interval = 300
> 
> # If possible, new archive records are downloaded from the station
> # hardware. If the hardware does not support this, then new archive
> # records will be generated in software.
> # Set the following to "software" to force software record generation.
> record_generation = software
> 
> # Whether to include LOOP data in hi/low statistics
> loop_hilo = True
> 
> # The data binding used to save archive records
> data_binding = wx_binding
>
>
>
>
> On Tue, Feb 20, 2018 at 2:28 PM, Pete Blakemore  > wrote:
>
>> Hi, just tested and works with weathersnoop on mac and wdisplay on linux 
>> and they worked just fine, will call Davis and check out the logger
>>
>> Is there a known good config I could install on this server?
>>
>> Thanks
>>
>> Pete 
>>
>> On Tuesday, 20 February 2018 20:58:47 UTC, Tom Keffer wrote:
>>>
>>> Thanks for that pre-emptive post! I was just going to ask you for the 
>>> log summary.
>>>
>>> There seems to be nothing in your logger. Make sure it's seated 
>>> correctly in the Vue.
>>>
>>> If that doesn't do it, give a call to Davis. It's rare, but they are 
>>> occasionally defective.
>>>
>>> -tk
>>>
>>>
>>> On Tue, Feb 20, 2018 at 12:56 PM, Pete Blakemore  
>>> wrote:
>>>
 Also summary dump form station

 On Tuesday, 20 February 2018 20:29:15 UTC, Tom Keffer wrote:
>
> First, make sure another instance of weewx is not running.
>
> Then try it again, this time with debug=1. Then include the resultant 
> log. 
>
> -tk
>
>
>
> On Tue, Feb 20, 2018 at 12:12 PM, Pete Blakemore  
> wrote:
>
>> Tried removing batteries several times, reinstalling both weewx and 
>> the operating system, every combination from troubleshooting guide,  the 
>> strange thing is that it's reading the logger because it posting to 
>> resful 
>> sites, just ignoring databases
>>
>> Thanks
>>
>> Pete
>>
>> On Tuesday, 20 February 2018 19:08:35 UTC, Tom Keffer wrote:
>>>
>>> Take a look at this troubleshooting section 
>>>  
>>> in the User's Guide and see if it helps. It does not fit your symptoms 
>>> exactly, but I suspect that's because you're having logger corruption 
>>> problems before even starting WeeWX up, rather than some time later.
>>>
>>> -tk
>>>
>>> On Tue, Feb 20, 2018 at 10:21 AM, Pete Blakemore <
>>> petebl...@gmail.com> wrote:
>>>
 Hi

 I am running Weewx on Debian GNU/Linux 9 64-bit on a HP Microserver 
 Intel® Celeron(R) CPU G1610T @ 2.30GHz × 2 with 16 GB memory
 I have Python 2.7.13 and have installed by adding repo as directed 
 by User guide using apt. My weewx version is 3.8.0. 
 It starts just fine and is talking to restful destinations 
 wunderground etc and extracting data from Davis Vantage Vue, but it is 
 not 
 updating the database.
 I have also installed MySql database as well but it refuses to to 
 populate this as well, tried everything I can think of! sqlite creates 
 new 
 database on start if I delete the old one

 Attached Wee_debg and syslog

 Any pointers greatfully received

 Thanks

 Pete

 -- 
 You received this message because you are subscribed to the Google 
 Groups "weewx-user" group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to weewx-user+...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, 

Re: [weewx-user] cannot find start time & databases not updating

2018-02-20 Thread gjr80
On Wednesday, 21 February 2018 08:51:43 UTC+10, Tom Keffer wrote:
>
> Weathersnoop and WDisplay may ignore the logger, and just use the LOOP 
> packets.
>
>
Have often wondered about this, I've had my suspicions on a few occasions 
when users have had Davis stations that work with other software but not 
weeWX. Can't say I have ever seen any complaints though about lost data 
during an outage. Still wondering I guess

Gary

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] cannot find start time & databases not updating

2018-02-20 Thread Thomas Keffer
Weathersnoop and WDisplay may ignore the logger, and just use the LOOP
packets.

WeeWX can do this too. Just set option 'record_generation' to 'software'.
You can find it in section [StdArchive] of weewx.conf. The downside is that
it cannot do automatic recovery after power failures, but it will get you
going.

[StdArchive]

# If the station hardware supports data logging then the archive
interval
# will be downloaded from the station. Otherwise, specify it (in
seconds).
archive_interval = 300

# If possible, new archive records are downloaded from the station
# hardware. If the hardware does not support this, then new archive
# records will be generated in software.
# Set the following to "software" to force software record generation.
record_generation = software

# Whether to include LOOP data in hi/low statistics
loop_hilo = True

# The data binding used to save archive records
data_binding = wx_binding




On Tue, Feb 20, 2018 at 2:28 PM, Pete Blakemore 
wrote:

> Hi, just tested and works with weathersnoop on mac and wdisplay on linux
> and they worked just fine, will call Davis and check out the logger
>
> Is there a known good config I could install on this server?
>
> Thanks
>
> Pete
>
> On Tuesday, 20 February 2018 20:58:47 UTC, Tom Keffer wrote:
>>
>> Thanks for that pre-emptive post! I was just going to ask you for the log
>> summary.
>>
>> There seems to be nothing in your logger. Make sure it's seated correctly
>> in the Vue.
>>
>> If that doesn't do it, give a call to Davis. It's rare, but they are
>> occasionally defective.
>>
>> -tk
>>
>>
>> On Tue, Feb 20, 2018 at 12:56 PM, Pete Blakemore 
>> wrote:
>>
>>> Also summary dump form station
>>>
>>> On Tuesday, 20 February 2018 20:29:15 UTC, Tom Keffer wrote:

 First, make sure another instance of weewx is not running.

 Then try it again, this time with debug=1. Then include the resultant
 log.

 -tk



 On Tue, Feb 20, 2018 at 12:12 PM, Pete Blakemore 
 wrote:

> Tried removing batteries several times, reinstalling both weewx and
> the operating system, every combination from troubleshooting guide,  the
> strange thing is that it's reading the logger because it posting to resful
> sites, just ignoring databases
>
> Thanks
>
> Pete
>
> On Tuesday, 20 February 2018 19:08:35 UTC, Tom Keffer wrote:
>>
>> Take a look at this troubleshooting section
>> 
>> in the User's Guide and see if it helps. It does not fit your symptoms
>> exactly, but I suspect that's because you're having logger corruption
>> problems before even starting WeeWX up, rather than some time later.
>>
>> -tk
>>
>> On Tue, Feb 20, 2018 at 10:21 AM, Pete Blakemore > > wrote:
>>
>>> Hi
>>>
>>> I am running Weewx on Debian GNU/Linux 9 64-bit on a HP Microserver
>>> Intel® Celeron(R) CPU G1610T @ 2.30GHz × 2 with 16 GB memory
>>> I have Python 2.7.13 and have installed by adding repo as directed
>>> by User guide using apt. My weewx version is 3.8.0.
>>> It starts just fine and is talking to restful destinations
>>> wunderground etc and extracting data from Davis Vantage Vue, but it is 
>>> not
>>> updating the database.
>>> I have also installed MySql database as well but it refuses to to
>>> populate this as well, tried everything I can think of! sqlite creates 
>>> new
>>> database on start if I delete the old one
>>>
>>> Attached Wee_debg and syslog
>>>
>>> Any pointers greatfully received
>>>
>>> Thanks
>>>
>>> Pete
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it,
>>> send an email to weewx-user+...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google
> Groups "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to weewx-user+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

 --
>>> You received this message because you are subscribed to the Google
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to weewx-user+...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email 

Re: [weewx-user] cannot find start time & databases not updating

2018-02-20 Thread Pete Blakemore
Hi, just tested and works with weathersnoop on mac and wdisplay on linux 
and they worked just fine, will call Davis and check out the logger

Is there a known good config I could install on this server?

Thanks

Pete 

On Tuesday, 20 February 2018 20:58:47 UTC, Tom Keffer wrote:
>
> Thanks for that pre-emptive post! I was just going to ask you for the log 
> summary.
>
> There seems to be nothing in your logger. Make sure it's seated correctly 
> in the Vue.
>
> If that doesn't do it, give a call to Davis. It's rare, but they are 
> occasionally defective.
>
> -tk
>
>
> On Tue, Feb 20, 2018 at 12:56 PM, Pete Blakemore  > wrote:
>
>> Also summary dump form station
>>
>> On Tuesday, 20 February 2018 20:29:15 UTC, Tom Keffer wrote:
>>>
>>> First, make sure another instance of weewx is not running.
>>>
>>> Then try it again, this time with debug=1. Then include the resultant 
>>> log. 
>>>
>>> -tk
>>>
>>>
>>>
>>> On Tue, Feb 20, 2018 at 12:12 PM, Pete Blakemore  
>>> wrote:
>>>
 Tried removing batteries several times, reinstalling both weewx and the 
 operating system, every combination from troubleshooting guide,  the 
 strange thing is that it's reading the logger because it posting to resful 
 sites, just ignoring databases

 Thanks

 Pete

 On Tuesday, 20 February 2018 19:08:35 UTC, Tom Keffer wrote:
>
> Take a look at this troubleshooting section 
>  
> in the User's Guide and see if it helps. It does not fit your symptoms 
> exactly, but I suspect that's because you're having logger corruption 
> problems before even starting WeeWX up, rather than some time later.
>
> -tk
>
> On Tue, Feb 20, 2018 at 10:21 AM, Pete Blakemore  
> wrote:
>
>> Hi
>>
>> I am running Weewx on Debian GNU/Linux 9 64-bit on a HP Microserver 
>> Intel® Celeron(R) CPU G1610T @ 2.30GHz × 2 with 16 GB memory
>> I have Python 2.7.13 and have installed by adding repo as directed by 
>> User guide using apt. My weewx version is 3.8.0. 
>> It starts just fine and is talking to restful destinations 
>> wunderground etc and extracting data from Davis Vantage Vue, but it is 
>> not 
>> updating the database.
>> I have also installed MySql database as well but it refuses to to 
>> populate this as well, tried everything I can think of! sqlite creates 
>> new 
>> database on start if I delete the old one
>>
>> Attached Wee_debg and syslog
>>
>> Any pointers greatfully received
>>
>> Thanks
>>
>> Pete
>>
>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to weewx-user+...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> -- 
 You received this message because you are subscribed to the Google 
 Groups "weewx-user" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to weewx-user+...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] cannot find start time & databases not updating

2018-02-20 Thread Thomas Keffer
Thanks for that pre-emptive post! I was just going to ask you for the log
summary.

There seems to be nothing in your logger. Make sure it's seated correctly
in the Vue.

If that doesn't do it, give a call to Davis. It's rare, but they are
occasionally defective.

-tk


On Tue, Feb 20, 2018 at 12:56 PM, Pete Blakemore 
wrote:

> Also summary dump form station
>
> On Tuesday, 20 February 2018 20:29:15 UTC, Tom Keffer wrote:
>>
>> First, make sure another instance of weewx is not running.
>>
>> Then try it again, this time with debug=1. Then include the resultant
>> log.
>>
>> -tk
>>
>>
>>
>> On Tue, Feb 20, 2018 at 12:12 PM, Pete Blakemore 
>> wrote:
>>
>>> Tried removing batteries several times, reinstalling both weewx and the
>>> operating system, every combination from troubleshooting guide,  the
>>> strange thing is that it's reading the logger because it posting to resful
>>> sites, just ignoring databases
>>>
>>> Thanks
>>>
>>> Pete
>>>
>>> On Tuesday, 20 February 2018 19:08:35 UTC, Tom Keffer wrote:

 Take a look at this troubleshooting section
 
 in the User's Guide and see if it helps. It does not fit your symptoms
 exactly, but I suspect that's because you're having logger corruption
 problems before even starting WeeWX up, rather than some time later.

 -tk

 On Tue, Feb 20, 2018 at 10:21 AM, Pete Blakemore 
 wrote:

> Hi
>
> I am running Weewx on Debian GNU/Linux 9 64-bit on a HP Microserver
> Intel® Celeron(R) CPU G1610T @ 2.30GHz × 2 with 16 GB memory
> I have Python 2.7.13 and have installed by adding repo as directed by
> User guide using apt. My weewx version is 3.8.0.
> It starts just fine and is talking to restful destinations
> wunderground etc and extracting data from Davis Vantage Vue, but it is not
> updating the database.
> I have also installed MySql database as well but it refuses to to
> populate this as well, tried everything I can think of! sqlite creates new
> database on start if I delete the old one
>
> Attached Wee_debg and syslog
>
> Any pointers greatfully received
>
> Thanks
>
> Pete
>
> --
> You received this message because you are subscribed to the Google
> Groups "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to weewx-user+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

 --
>>> You received this message because you are subscribed to the Google
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to weewx-user+...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] cannot find start time & databases not updating

2018-02-20 Thread Pete Blakemore
Also summary dump form station

On Tuesday, 20 February 2018 20:29:15 UTC, Tom Keffer wrote:
>
> First, make sure another instance of weewx is not running.
>
> Then try it again, this time with debug=1. Then include the resultant log. 
>
> -tk
>
>
>
> On Tue, Feb 20, 2018 at 12:12 PM, Pete Blakemore  > wrote:
>
>> Tried removing batteries several times, reinstalling both weewx and the 
>> operating system, every combination from troubleshooting guide,  the 
>> strange thing is that it's reading the logger because it posting to resful 
>> sites, just ignoring databases
>>
>> Thanks
>>
>> Pete
>>
>> On Tuesday, 20 February 2018 19:08:35 UTC, Tom Keffer wrote:
>>>
>>> Take a look at this troubleshooting section 
>>>  
>>> in the User's Guide and see if it helps. It does not fit your symptoms 
>>> exactly, but I suspect that's because you're having logger corruption 
>>> problems before even starting WeeWX up, rather than some time later.
>>>
>>> -tk
>>>
>>> On Tue, Feb 20, 2018 at 10:21 AM, Pete Blakemore  
>>> wrote:
>>>
 Hi

 I am running Weewx on Debian GNU/Linux 9 64-bit on a HP Microserver 
 Intel® Celeron(R) CPU G1610T @ 2.30GHz × 2 with 16 GB memory
 I have Python 2.7.13 and have installed by adding repo as directed by 
 User guide using apt. My weewx version is 3.8.0. 
 It starts just fine and is talking to restful destinations wunderground 
 etc and extracting data from Davis Vantage Vue, but it is not updating the 
 database.
 I have also installed MySql database as well but it refuses to to 
 populate this as well, tried everything I can think of! sqlite creates new 
 database on start if I delete the old one

 Attached Wee_debg and syslog

 Any pointers greatfully received

 Thanks

 Pete

 -- 
 You received this message because you are subscribed to the Google 
 Groups "weewx-user" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to weewx-user+...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Davis Vantage EEPROM settings:

CONSOLE TYPE:   Vantage Vue

CONSOLE FIRMWARE:
  Date: May  1 2012
  Version:  3.0

CONSOLE SETTINGS:
  Archive interval: 60 (seconds)
  Altitude: 107 (meter)
  Wind cup type:large
  Rain bucket type: 0.01 inches
  Rain year start:  1
  Onboard time: 2018-02-20 20:52:27
  
CONSOLE DISPLAY UNITS:
  Barometer:mbar
  Temperature:  degree_10C
  Rain: inch
  Wind: mile_per_hour
  
CONSOLE STATION INFO:
  Latitude (onboard):   +53.0°
  Longitude (onboard):  -4.2°
  Use manual or auto DST?   AUTO
  DST setting:  N/A
  Use GMT offset or zone code?  ZONE_CODE
  Time zone code:   18
  GMT offset:   N/A
  Temperature logging:  AVERAGE
  Retransmit channel:   OFF (0)

TRANSMITTERS: 
  Channel   Receive   Repeater  Type
 1  inactivenone(N/A) 
 2  inactivenone(N/A) 
 3  inactivenone(N/A) 
 4  active  noneiss 
 5  inactivenone(N/A) 
 6  inactivenone(N/A) 
 7  inactivenone(N/A) 
 8  inactivenone(N/A) 

RECEPTION STATS:
  Total packets received:   27297
  Total packets missed: 159
  Number of resynchronizations: 0
  Longest good stretch: 8514
  Number of CRC errors: 17
  
BAROMETER CALIBRATION DATA:
  Current barometer reading:30.370 inHg
  Altitude: 354 feet
  Dew point:40 F
  Virtual temperature:  44 F
  Humidity correction factor:   1.7
  Correction ratio: 1.013
  Correction constant:  +0.378 inHg
  Gain: 0.000
  Offset:   

Re: [weewx-user] cannot find start time & databases not updating

2018-02-20 Thread Pete Blakemore
Tried removing batteries several times, reinstalling both weewx and the 
operating system, every combination from troubleshooting guide,  the 
strange thing is that it's reading the logger because it posting to resful 
sites, just ignoring databases

Thanks

Pete

On Tuesday, 20 February 2018 19:08:35 UTC, Tom Keffer wrote:
>
> Take a look at this troubleshooting section 
>  in 
> the User's Guide and see if it helps. It does not fit your symptoms 
> exactly, but I suspect that's because you're having logger corruption 
> problems before even starting WeeWX up, rather than some time later.
>
> -tk
>
> On Tue, Feb 20, 2018 at 10:21 AM, Pete Blakemore  > wrote:
>
>> Hi
>>
>> I am running Weewx on Debian GNU/Linux 9 64-bit on a HP Microserver 
>> Intel® Celeron(R) CPU G1610T @ 2.30GHz × 2 with 16 GB memory
>> I have Python 2.7.13 and have installed by adding repo as directed by 
>> User guide using apt. My weewx version is 3.8.0. 
>> It starts just fine and is talking to restful destinations wunderground 
>> etc and extracting data from Davis Vantage Vue, but it is not updating the 
>> database.
>> I have also installed MySql database as well but it refuses to to 
>> populate this as well, tried everything I can think of! sqlite creates new 
>> database on start if I delete the old one
>>
>> Attached Wee_debg and syslog
>>
>> Any pointers greatfully received
>>
>> Thanks
>>
>> Pete
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] cannot find start time & databases not updating

2018-02-20 Thread Thomas Keffer
Take a look at this troubleshooting section
 in
the User's Guide and see if it helps. It does not fit your symptoms
exactly, but I suspect that's because you're having logger corruption
problems before even starting WeeWX up, rather than some time later.

-tk

On Tue, Feb 20, 2018 at 10:21 AM, Pete Blakemore 
wrote:

> Hi
>
> I am running Weewx on Debian GNU/Linux 9 64-bit on a HP Microserver Intel®
> Celeron(R) CPU G1610T @ 2.30GHz × 2 with 16 GB memory
> I have Python 2.7.13 and have installed by adding repo as directed by User
> guide using apt. My weewx version is 3.8.0.
> It starts just fine and is talking to restful destinations wunderground
> etc and extracting data from Davis Vantage Vue, but it is not updating the
> database.
> I have also installed MySql database as well but it refuses to to populate
> this as well, tried everything I can think of! sqlite creates new database
> on start if I delete the old one
>
> Attached Wee_debg and syslog
>
> Any pointers greatfully received
>
> Thanks
>
> Pete
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.