Re: [weewx-user] Data Not Being Stored in Database

2020-09-09 Thread jone...@gmail.com
That was the issue.  I cleared out the console memory and that resolved the 
issue.  It is now adding data to the database.  Now to get all the data 
back into the database  Thanks for the assist!

Jeff...

On Wednesday, September 9, 2020 at 5:21:16 PM UTC-4 tke...@gmail.com wrote:

> Vantage station? Most likely a case of corrupted memory 
> 
> .
>
> On Wed, Sep 9, 2020 at 12:43 PM jone...@gmail.com  
> wrote:
>
>> Attached are a debug log and the syslog from the weewx start up.  It 
>> pulls the records from the Davis and uploads them to Wunderground, but 
>> never puts anything in the database.  I've used the wunderground utilitiy 
>> to pull the last 3 years of data from wunderground and put it into the 
>> database, but no new data will go from the davis into the database.  I've 
>> also deleted the database and used the we_database utilitiy to create a new 
>> weewx database.  Still nothing being added to the database.  No indication 
>> of any errors that I can see.  
>>
>> Jeff...
>>
>> On Wednesday, September 9, 2020 at 10:07:40 AM UTC-4 tke...@gmail.com 
>> wrote:
>>
>>> No log... hard to say much.
>>>
>>> On Wed, Sep 9, 2020 at 6:41 AM VE4PER / Andy  
>>> wrote:
>>>
 I noticed similar situation with mine also. Except I discovered it in 
 message in Acurite 1035 Display Unit ticker window "Data Logger Full 
 Please 
 Connect to PC to Transfer Data" . I assumed USB connection was hung up for 
 some reason and did full PC restart and Display Unit Reset; just waiting 
 to 
 see if error returns. Current data transfers via ftp etc appear to be 
 getting sent to AWEKAS, CWOP, WeatherUnderground and personal website OK 
 (ftp). 

 Platform is linux ubuntustudio 20.04 LTS and database is MariaDB also.

 cheers ,73 & Gud DX


 On 2020-09-09 8:22 a.m., jone...@gmail.com wrote:

 I've been running Weewx for about 6 years now on a Raspberry Pi and 
 storing data in a MariaDB database.  My Pi died about a month ago.  I 
 though it was the Pi itself, but it turned out to be the SD card.  Set up 
 a 
 new Pi 3 and configured it to send data to the MariaDB, however after a 
 little testing I  noticed that Weewx stopped recording data in the 
 database 
 in 2017 and still isn't inserting data.  I used the utilities and pulled 
 all of my data down from Weather Underground using the Weewx utilities and 
 got the database updated.  Weewx still doesn't insert data into the 
 database.  It does continue to send data to Wunderground, just won't put 
 it 
 into the database.  I thought there could be an issue with the database so 
 I backed up my data, deleted the database and had Weewx create a new 
 database, still not adding data.  I've double/triple checked the database 
 connection strings.  I've removed the password and get an error that it 
 can't connect.  It used the config files to create the new database, so it 
 can connect and is going to the correct database.  Just isn't adding 
 records.  I've set the logging to debug and there are no errors in the 
 logs. I'm at a loss.  Anything else I can check?   -- 
 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.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/40406f90-2f4a-4785-a0b2-2de05e16ee8dn%40googlegroups.com
  
 
 .

 -- 
 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.

>>> To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/5c47436c-589c-1985-f63f-35000f3d1c32%40gmail.com
  
 
 .

>>> -- 
>> 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.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/e8ab505c-53d6-44e2-a135-e6f79c8aea49n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are 

Re: [weewx-user] Data Not Being Stored in Database

2020-09-09 Thread Tom Keffer
Vantage station? Most likely a case of corrupted memory

.

On Wed, Sep 9, 2020 at 12:43 PM jone...@gmail.com 
wrote:

> Attached are a debug log and the syslog from the weewx start up.  It pulls
> the records from the Davis and uploads them to Wunderground, but never puts
> anything in the database.  I've used the wunderground utilitiy to pull the
> last 3 years of data from wunderground and put it into the database, but no
> new data will go from the davis into the database.  I've also deleted the
> database and used the we_database utilitiy to create a new weewx database.
> Still nothing being added to the database.  No indication of any errors
> that I can see.
>
> Jeff...
>
> On Wednesday, September 9, 2020 at 10:07:40 AM UTC-4 tke...@gmail.com
> wrote:
>
>> No log... hard to say much.
>>
>> On Wed, Sep 9, 2020 at 6:41 AM VE4PER / Andy 
>> wrote:
>>
>>> I noticed similar situation with mine also. Except I discovered it in
>>> message in Acurite 1035 Display Unit ticker window "Data Logger Full Please
>>> Connect to PC to Transfer Data" . I assumed USB connection was hung up for
>>> some reason and did full PC restart and Display Unit Reset; just waiting to
>>> see if error returns. Current data transfers via ftp etc appear to be
>>> getting sent to AWEKAS, CWOP, WeatherUnderground and personal website OK
>>> (ftp).
>>>
>>> Platform is linux ubuntustudio 20.04 LTS and database is MariaDB also.
>>>
>>> cheers ,73 & Gud DX
>>>
>>>
>>> On 2020-09-09 8:22 a.m., jone...@gmail.com wrote:
>>>
>>> I've been running Weewx for about 6 years now on a Raspberry Pi and
>>> storing data in a MariaDB database.  My Pi died about a month ago.  I
>>> though it was the Pi itself, but it turned out to be the SD card.  Set up a
>>> new Pi 3 and configured it to send data to the MariaDB, however after a
>>> little testing I  noticed that Weewx stopped recording data in the database
>>> in 2017 and still isn't inserting data.  I used the utilities and pulled
>>> all of my data down from Weather Underground using the Weewx utilities and
>>> got the database updated.  Weewx still doesn't insert data into the
>>> database.  It does continue to send data to Wunderground, just won't put it
>>> into the database.  I thought there could be an issue with the database so
>>> I backed up my data, deleted the database and had Weewx create a new
>>> database, still not adding data.  I've double/triple checked the database
>>> connection strings.  I've removed the password and get an error that it
>>> can't connect.  It used the config files to create the new database, so it
>>> can connect and is going to the correct database.  Just isn't adding
>>> records.  I've set the logging to debug and there are no errors in the
>>> logs. I'm at a loss.  Anything else I can check?   --
>>> 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.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/40406f90-2f4a-4785-a0b2-2de05e16ee8dn%40googlegroups.com
>>> 
>>> .
>>>
>>> --
>>> 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.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/5c47436c-589c-1985-f63f-35000f3d1c32%40gmail.com
>>> 
>>> .
>>>
>> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/e8ab505c-53d6-44e2-a135-e6f79c8aea49n%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEBT0nHchLOYe1RN-7diKp7vjAGZFaD5uvqo3RNJ4%2BM9uA%40mail.gmail.com.


Re: [weewx-user] Data Not Being Stored in Database

2020-09-09 Thread jone...@gmail.com
I should also note this is a clean Debian install on the raspberry pi.  

On Wednesday, September 9, 2020 at 3:43:31 PM UTC-4 jone...@gmail.com wrote:

> Attached are a debug log and the syslog from the weewx start up.  It pulls 
> the records from the Davis and uploads them to Wunderground, but never puts 
> anything in the database.  I've used the wunderground utilitiy to pull the 
> last 3 years of data from wunderground and put it into the database, but no 
> new data will go from the davis into the database.  I've also deleted the 
> database and used the we_database utilitiy to create a new weewx database.  
> Still nothing being added to the database.  No indication of any errors 
> that I can see.  
>
> Jeff...
>
> On Wednesday, September 9, 2020 at 10:07:40 AM UTC-4 tke...@gmail.com 
> wrote:
>
>> No log... hard to say much.
>>
>> On Wed, Sep 9, 2020 at 6:41 AM VE4PER / Andy  
>> wrote:
>>
>>> I noticed similar situation with mine also. Except I discovered it in 
>>> message in Acurite 1035 Display Unit ticker window "Data Logger Full Please 
>>> Connect to PC to Transfer Data" . I assumed USB connection was hung up for 
>>> some reason and did full PC restart and Display Unit Reset; just waiting to 
>>> see if error returns. Current data transfers via ftp etc appear to be 
>>> getting sent to AWEKAS, CWOP, WeatherUnderground and personal website OK 
>>> (ftp). 
>>>
>>> Platform is linux ubuntustudio 20.04 LTS and database is MariaDB also.
>>>
>>> cheers ,73 & Gud DX
>>>
>>>
>>> On 2020-09-09 8:22 a.m., jone...@gmail.com wrote:
>>>
>>> I've been running Weewx for about 6 years now on a Raspberry Pi and 
>>> storing data in a MariaDB database.  My Pi died about a month ago.  I 
>>> though it was the Pi itself, but it turned out to be the SD card.  Set up a 
>>> new Pi 3 and configured it to send data to the MariaDB, however after a 
>>> little testing I  noticed that Weewx stopped recording data in the database 
>>> in 2017 and still isn't inserting data.  I used the utilities and pulled 
>>> all of my data down from Weather Underground using the Weewx utilities and 
>>> got the database updated.  Weewx still doesn't insert data into the 
>>> database.  It does continue to send data to Wunderground, just won't put it 
>>> into the database.  I thought there could be an issue with the database so 
>>> I backed up my data, deleted the database and had Weewx create a new 
>>> database, still not adding data.  I've double/triple checked the database 
>>> connection strings.  I've removed the password and get an error that it 
>>> can't connect.  It used the config files to create the new database, so it 
>>> can connect and is going to the correct database.  Just isn't adding 
>>> records.  I've set the logging to debug and there are no errors in the 
>>> logs. I'm at a loss.  Anything else I can check?   -- 
>>> 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.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/40406f90-2f4a-4785-a0b2-2de05e16ee8dn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>> -- 
>>> 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.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/5c47436c-589c-1985-f63f-35000f3d1c32%40gmail.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b7d18201-217a-48bb-b208-103785e93bb8n%40googlegroups.com.


Re: [weewx-user] Data Not Being Stored in Database

2020-09-09 Thread jone...@gmail.com
Attached are a debug log and the syslog from the weewx start up.  It pulls 
the records from the Davis and uploads them to Wunderground, but never puts 
anything in the database.  I've used the wunderground utilitiy to pull the 
last 3 years of data from wunderground and put it into the database, but no 
new data will go from the davis into the database.  I've also deleted the 
database and used the we_database utilitiy to create a new weewx database.  
Still nothing being added to the database.  No indication of any errors 
that I can see.  

Jeff...

On Wednesday, September 9, 2020 at 10:07:40 AM UTC-4 tke...@gmail.com wrote:

> No log... hard to say much.
>
> On Wed, Sep 9, 2020 at 6:41 AM VE4PER / Andy  
> wrote:
>
>> I noticed similar situation with mine also. Except I discovered it in 
>> message in Acurite 1035 Display Unit ticker window "Data Logger Full Please 
>> Connect to PC to Transfer Data" . I assumed USB connection was hung up for 
>> some reason and did full PC restart and Display Unit Reset; just waiting to 
>> see if error returns. Current data transfers via ftp etc appear to be 
>> getting sent to AWEKAS, CWOP, WeatherUnderground and personal website OK 
>> (ftp). 
>>
>> Platform is linux ubuntustudio 20.04 LTS and database is MariaDB also.
>>
>> cheers ,73 & Gud DX
>>
>>
>> On 2020-09-09 8:22 a.m., jone...@gmail.com wrote:
>>
>> I've been running Weewx for about 6 years now on a Raspberry Pi and 
>> storing data in a MariaDB database.  My Pi died about a month ago.  I 
>> though it was the Pi itself, but it turned out to be the SD card.  Set up a 
>> new Pi 3 and configured it to send data to the MariaDB, however after a 
>> little testing I  noticed that Weewx stopped recording data in the database 
>> in 2017 and still isn't inserting data.  I used the utilities and pulled 
>> all of my data down from Weather Underground using the Weewx utilities and 
>> got the database updated.  Weewx still doesn't insert data into the 
>> database.  It does continue to send data to Wunderground, just won't put it 
>> into the database.  I thought there could be an issue with the database so 
>> I backed up my data, deleted the database and had Weewx create a new 
>> database, still not adding data.  I've double/triple checked the database 
>> connection strings.  I've removed the password and get an error that it 
>> can't connect.  It used the config files to create the new database, so it 
>> can connect and is going to the correct database.  Just isn't adding 
>> records.  I've set the logging to debug and there are no errors in the 
>> logs. I'm at a loss.  Anything else I can check?   -- 
>> 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.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/40406f90-2f4a-4785-a0b2-2de05e16ee8dn%40googlegroups.com
>>  
>> 
>> .
>>
>> -- 
>> 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.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/5c47436c-589c-1985-f63f-35000f3d1c32%40gmail.com
>>  
>> 
>> .
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e8ab505c-53d6-44e2-a135-e6f79c8aea49n%40googlegroups.com.
Using verbosity=1, displaying most info

wee_debug output will be sent to stdout(console)

Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_mysql'

System info
  Platform:   Linux-4.19.66-v7+-armv7l-with-debian-9.13
  Python Version: 2.7.13

Load Information
  1 minute load average:  0.03
  5 minute load average:  0.07
  15 minute load average: 0.08

General Weewx info
  Weewx version 4.1.1 detected.

Station info
  Station type: Vantage
  Driver:   weewx.drivers.vantage

Driver info
[Vantage]
# This section is for the Davis Vantage series of weather stations.

# Connection type: serial or ethernet
#  serial (the classic VantagePro)
#  ethernet (the WeatherLinkIP or Serial-Ethernet bridge)
type = serial

# If the connection type is serial, a port must be specified:
#   Debian, Ubuntu, Redhat, Fedora, and SuSE:

Re: [weewx-user] Data Not Being Stored in Database

2020-09-09 Thread Tom Keffer
No log... hard to say much.

On Wed, Sep 9, 2020 at 6:41 AM VE4PER / Andy <
andrew.webb.501.ve4...@gmail.com> wrote:

> I noticed similar situation with mine also. Except I discovered it in
> message in Acurite 1035 Display Unit ticker window "Data Logger Full Please
> Connect to PC to Transfer Data" . I assumed USB connection was hung up for
> some reason and did full PC restart and Display Unit Reset; just waiting to
> see if error returns. Current data transfers via ftp etc appear to be
> getting sent to AWEKAS, CWOP, WeatherUnderground and personal website OK
> (ftp).
>
> Platform is linux ubuntustudio 20.04 LTS and database is MariaDB also.
>
> cheers ,73 & Gud DX
>
>
> On 2020-09-09 8:22 a.m., jone...@gmail.com wrote:
>
> I've been running Weewx for about 6 years now on a Raspberry Pi and
> storing data in a MariaDB database.  My Pi died about a month ago.  I
> though it was the Pi itself, but it turned out to be the SD card.  Set up a
> new Pi 3 and configured it to send data to the MariaDB, however after a
> little testing I  noticed that Weewx stopped recording data in the database
> in 2017 and still isn't inserting data.  I used the utilities and pulled
> all of my data down from Weather Underground using the Weewx utilities and
> got the database updated.  Weewx still doesn't insert data into the
> database.  It does continue to send data to Wunderground, just won't put it
> into the database.  I thought there could be an issue with the database so
> I backed up my data, deleted the database and had Weewx create a new
> database, still not adding data.  I've double/triple checked the database
> connection strings.  I've removed the password and get an error that it
> can't connect.  It used the config files to create the new database, so it
> can connect and is going to the correct database.  Just isn't adding
> records.  I've set the logging to debug and there are no errors in the
> logs. I'm at a loss.  Anything else I can check?   --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/40406f90-2f4a-4785-a0b2-2de05e16ee8dn%40googlegroups.com
> 
> .
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/5c47436c-589c-1985-f63f-35000f3d1c32%40gmail.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zECB-wC070z8QXFzB%2BA%3D_TotVw6MMXbomVjbvttmgUieVA%40mail.gmail.com.


Re: [weewx-user] Data Not Being Stored in Database

2020-09-09 Thread Tom Keffer
No log, no description of the hardware. Hard to say much...

On Wed, Sep 9, 2020 at 6:22 AM jone...@gmail.com 
wrote:

> I've been running Weewx for about 6 years now on a Raspberry Pi and
> storing data in a MariaDB database.  My Pi died about a month ago.  I
> though it was the Pi itself, but it turned out to be the SD card.  Set up a
> new Pi 3 and configured it to send data to the MariaDB, however after a
> little testing I  noticed that Weewx stopped recording data in the database
> in 2017 and still isn't inserting data.  I used the utilities and pulled
> all of my data down from Weather Underground using the Weewx utilities and
> got the database updated.  Weewx still doesn't insert data into the
> database.  It does continue to send data to Wunderground, just won't put it
> into the database.  I thought there could be an issue with the database so
> I backed up my data, deleted the database and had Weewx create a new
> database, still not adding data.  I've double/triple checked the database
> connection strings.  I've removed the password and get an error that it
> can't connect.  It used the config files to create the new database, so it
> can connect and is going to the correct database.  Just isn't adding
> records.  I've set the logging to debug and there are no errors in the
> logs. I'm at a loss.  Anything else I can check?
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/40406f90-2f4a-4785-a0b2-2de05e16ee8dn%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEB_s82TdKs6%3DfMdc6CnWrRCfW%2BHK_CTQ2oaD7nJOe6Ndg%40mail.gmail.com.


Re: [weewx-user] Data Not Being Stored in Database

2020-09-09 Thread VE4PER / Andy
I noticed similar situation with mine also. Except I discovered it in 
message in Acurite 1035 Display Unit ticker window "Data Logger Full 
Please Connect to PC to Transfer Data" . I assumed USB connection was 
hung up for some reason and did full PC restart and Display Unit Reset; 
just waiting to see if error returns. Current data transfers via ftp etc 
appear to be getting sent to AWEKAS, CWOP, WeatherUnderground and 
personal website OK (ftp).


Platform is linux ubuntustudio 20.04 LTS and database is MariaDB also.

cheers ,73 & Gud DX


On 2020-09-09 8:22 a.m., jone...@gmail.com wrote:
I've been running Weewx for about 6 years now on a Raspberry Pi and 
storing data in a MariaDB database.  My Pi died about a month ago.  I 
though it was the Pi itself, but it turned out to be the SD card.  Set 
up a new Pi 3 and configured it to send data to the MariaDB, however 
after a little testing I  noticed that Weewx stopped recording data in 
the database in 2017 and still isn't inserting data.  I used the 
utilities and pulled all of my data down from Weather Underground 
using the Weewx utilities and got the database updated.  Weewx still 
doesn't insert data into the database.  It does continue to send data 
to Wunderground, just won't put it into the database.  I thought there 
could be an issue with the database so I backed up my data, deleted 
the database and had Weewx create a new database, still not adding 
data.  I've double/triple checked the database connection strings.  
I've removed the password and get an error that it can't connect.  It 
used the config files to create the new database, so it can connect 
and is going to the correct database.  Just isn't adding records.  
I've set the logging to debug and there are no errors in the logs. I'm 
at a loss.  Anything else I can check? --
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 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/40406f90-2f4a-4785-a0b2-2de05e16ee8dn%40googlegroups.com 
.


--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5c47436c-589c-1985-f63f-35000f3d1c32%40gmail.com.