[weewx-user] Re: weewx - interceptor - acurite access

2019-03-24 Thread mwall
On Sunday, March 24, 2019 at 10:59:25 PM UTC-4, rich T wrote:
>
> Was wondering, before I go crazy, if the weewx-interceptor driver works 
> with the Acurite Access. 
>

try using device_type=wu-client

the smarthub protocol is not the same as the wu protocol, and the access 
uses the wu protocol

 

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


[weewx-user] weewx - interceptor - acurite access

2019-03-24 Thread rich T
Was wondering, before I go crazy, if the weewx-interceptor driver works 
with the Acurite Access.  I'm using the same setup (port mirroring) for 
Acurite  Smarthub which been working for over a year now, but the Acurite 
Access does not seem to work.  If I use the following "sudo 
PYTHONPATH=/home/weewx/bin python /home/weewx//bin/user/interceptor.py 
--device=acurite-bridge --mode=sniff --iface=eth0  --filter="src 
192.168.1.26 and dst port 80"  --debug" , I do not capture anything.  Do I 
need to change anything.

Thanks
Rich

-- 
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] weewx-purpleair

2019-03-24 Thread parallelsys
Got it all working. Thank you all for your patience!

On Sunday, March 24, 2019 at 3:31:21 PM UTC-5, parallelsys wrote:
>
> I am on it right now. Thanks for your pointers!
>
> On Sunday, March 24, 2019 at 11:11:23 AM UTC-5, Andrew Milner wrote:
>>
>> The wiki tells you what to do.
>>
>> Have you actually looked inside weewx.conf and the seasons skin files to 
>> see what is in them??
>>
>> For the plots (graphs) the changes are made to the [ImageGenerator] 
>> section of …./Seasons/skin.conf
>>
>> To add numeric data to say the frnt page you make edits to 
>> …./Seasons/index.html.tmpl
>>
>> If you look inside index.html.tmpl it may become clearer where you need 
>> to put the extra information.
>>
>> Have you read the customisation guide of the weewx documentation??
>>
>>
>>
>>
>> On Sunday, 24 March 2019 17:06:27 UTC+2, parallelsys wrote:
>>>
>>> Andrew, Thats the thing... I am not sure what to put on ether of the 
>>> files (skin.conf and .tmpl)
>>> I am new to weewx so I am just a tad lost hence why I was asking for 
>>> examples on how to set it up on those files that way i can get the idea.
>>>
>>> I am using the default skin/template (Seasons)
>>>
>>> On Sunday, March 24, 2019 at 9:09:20 AM UTC-5, Andrew Milner wrote:

 can you post the skin that you say is not working




 On Sunday, 24 March 2019 15:53:46 UTC+2, parallelsys wrote:
>
> Bump :)
>
> On Saturday, March 23, 2019 at 7:30:41 PM UTC-5, parallelsys wrote:
>>
>> Thanks to all for a reply!
>>
>> I still cant get it running. I am new to weewx and I cant seem to 
>> know were to enter the values and or which.
>> Can somebody post an example for the template format that they use to 
>> plot and the corresponding skin.conf modification?
>>
>> Thanks!
>>
>> Note: It is logging data because the db file keeps growing :)
>>
>> On Saturday, March 23, 2019 at 12:13:24 PM UTC-5, Michael Pfeuffer 
>> wrote:
>>>
>>> I got mine working by setting it hostname to the IP address.  
>>>
>>> --Mike
>>> On 3/23/2019 9:36 AM, parallelsys wrote:
>>>
>>> Team, 
>>>
>>> There is very little documentation on how to get this plugin to run.
>>>
>>> I follow the steps on the github.
>>>
>>> I installed the requirements than the plugin.
>>>
>>> My questions... Do i change the hostname to my purpleair hostname?
>>>
>>> I added 
>>>
>>> [[[daypurpleair]]]
>>> data_binding = purpleair_binding
>>> pm2_5_cf_1
>>>
>>> To my skin.conf (Seasonal)
>>>
>>> I check the logs and see:
>>>
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:18 CDT (1553351718) to database 'purpleair.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:18 CDT (1553351718) to daily summary in 'purpleair.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:00 CDT (1553351700) to database 'weewx.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:00 CDT (1553351700) to daily summary in 'weewx.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: cheetahgenerator: Generated 8 
>>> files for report SeasonsReport in 0.14 seconds
>>> Mar 23 09:35:17 weewx weewx[28626]: restx: EmonCMS: Published record 
>>> 2019-03-23 09:35:00 CDT (1553351700)
>>> Mar 23 09:35:18 weewx weewx[28626]: imagegenerator: Generated 14 
>>> images for SeasonsReport in 0.15 seconds
>>> Mar 23 09:35:18 weewx weewx[28626]: copygenerator: copied 0 files to 
>>> /var/www/html/weewx
>>>
>>>
>>> and I cant see any purpleair data under my page.
>>> Am I missing any steps?
>>>
>>> Thanks!
>>> -- 
>>> 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] weewx-purpleair

2019-03-24 Thread parallelsys
I am on it right now. Thanks for your pointers!

On Sunday, March 24, 2019 at 11:11:23 AM UTC-5, Andrew Milner wrote:
>
> The wiki tells you what to do.
>
> Have you actually looked inside weewx.conf and the seasons skin files to 
> see what is in them??
>
> For the plots (graphs) the changes are made to the [ImageGenerator] 
> section of …./Seasons/skin.conf
>
> To add numeric data to say the frnt page you make edits to 
> …./Seasons/index.html.tmpl
>
> If you look inside index.html.tmpl it may become clearer where you need to 
> put the extra information.
>
> Have you read the customisation guide of the weewx documentation??
>
>
>
>
> On Sunday, 24 March 2019 17:06:27 UTC+2, parallelsys wrote:
>>
>> Andrew, Thats the thing... I am not sure what to put on ether of the 
>> files (skin.conf and .tmpl)
>> I am new to weewx so I am just a tad lost hence why I was asking for 
>> examples on how to set it up on those files that way i can get the idea.
>>
>> I am using the default skin/template (Seasons)
>>
>> On Sunday, March 24, 2019 at 9:09:20 AM UTC-5, Andrew Milner wrote:
>>>
>>> can you post the skin that you say is not working
>>>
>>>
>>>
>>>
>>> On Sunday, 24 March 2019 15:53:46 UTC+2, parallelsys wrote:

 Bump :)

 On Saturday, March 23, 2019 at 7:30:41 PM UTC-5, parallelsys wrote:
>
> Thanks to all for a reply!
>
> I still cant get it running. I am new to weewx and I cant seem to know 
> were to enter the values and or which.
> Can somebody post an example for the template format that they use to 
> plot and the corresponding skin.conf modification?
>
> Thanks!
>
> Note: It is logging data because the db file keeps growing :)
>
> On Saturday, March 23, 2019 at 12:13:24 PM UTC-5, Michael Pfeuffer 
> wrote:
>>
>> I got mine working by setting it hostname to the IP address.  
>>
>> --Mike
>> On 3/23/2019 9:36 AM, parallelsys wrote:
>>
>> Team, 
>>
>> There is very little documentation on how to get this plugin to run.
>>
>> I follow the steps on the github.
>>
>> I installed the requirements than the plugin.
>>
>> My questions... Do i change the hostname to my purpleair hostname?
>>
>> I added 
>>
>> [[[daypurpleair]]]
>> data_binding = purpleair_binding
>> pm2_5_cf_1
>>
>> To my skin.conf (Seasonal)
>>
>> I check the logs and see:
>>
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:18 CDT (1553351718) to database 'purpleair.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:18 CDT (1553351718) to daily summary in 'purpleair.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:00 CDT (1553351700) to database 'weewx.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:00 CDT (1553351700) to daily summary in 'weewx.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: cheetahgenerator: Generated 8 
>> files for report SeasonsReport in 0.14 seconds
>> Mar 23 09:35:17 weewx weewx[28626]: restx: EmonCMS: Published record 
>> 2019-03-23 09:35:00 CDT (1553351700)
>> Mar 23 09:35:18 weewx weewx[28626]: imagegenerator: Generated 14 
>> images for SeasonsReport in 0.15 seconds
>> Mar 23 09:35:18 weewx weewx[28626]: copygenerator: copied 0 files to 
>> /var/www/html/weewx
>>
>>
>> and I cant see any purpleair data under my page.
>> Am I missing any steps?
>>
>> Thanks!
>> -- 
>> 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.


[weewx-user] Re: Weewx und WH2600

2019-03-24 Thread 'Tolip Wen' via weewx-user
My last post contains a math error in the example labeled "2)"

it should be 
"ex: (for temp)  tempC + 32 x 0.555 = tempF."

I mixed up the multiplier  tempF - 32 x 1.8 = tempC

On Saturday, March 16, 2019 at 3:09:31 PM UTC-5, Joerg Reinisch wrote:
>
> Hallo,
> mein Problem bezieht sich auf Weewx (Ver. 3.8.2) mit meiner WH2600. 
> Momentan läuft Weewx auf einem Raspi und dazu hab ich mir den ObserverIp 
> Treiber 0.1 geladen.
> Die Daten werden eigentlich alle wunderbar in Weewx angezeigt, was aber 
> nicht angezeigt wird, ist der Luftdruck.
> Im Terminal bekomme ich folgende Meldungen:
>
> Mär 16 20:00:32 pi-drei weewx[25310]: copygenerator: copied 0 files to 
> /var/www/html/weewx
> Mär 16 20:00:32 pi-drei weewx[25310]: reportengine: Report 
> 'SmartphoneReport' not enabled. Skipping.
> Mär 16 20:00:32 pi-drei weewx[25310]: reportengine: Report 'MobileReport' 
> not enabled. Skipping.
> Mär 16 20:00:32 pi-drei weewx[25310]: reportengine: Report 
> 'StandardReport' not enabled. Skipping.
> Mär 16 20:00:32 pi-drei weewx[25310]: reportengine: Report 'FTP' not 
> enabled. Skipping.
> Mär 16 20:00:32 pi-drei weewx[25310]: reportengine: Report 'RSYNC' not 
> enabled. Skipping.
> Mär 16 20:00:57 pi-drei weewx[25310]: observerip: packet interval 31
> Mär 16 20:00:57 pi-drei weewx[25310]: engine: 2019-03-16 20:00:58 CET 
> (1552762858) LOOP value 'pressure' 955.0 outside limits (25.100489375, 
> 32.48298625)
> Mär 16 20:01:28 pi-drei weewx[25310]: observerip: packet interval 30
> Mär 16 20:01:28 pi-drei weewx[25310]: engine: 2019-03-16 20:01:28 CET 
> (1552762888) LOOP value 'pressure' 955.0 outside limits (25.100489375, 
> 32.48298625)
>
> Ok, das sagt mir immerhin dass der Druck wegen der falschen Einstellung in 
> der weewx.conf nicht angezeigt werden kann.
> Aber sobald ich dann in der weewx.conf die Einstellung dementsprechend 
> abändere, bekomme ich überhaupt keine Anzeigen mehr, das kann es ja wohl 
> nicht sein.
>
> Die Daten werden aber bei WU (wunderground.com) richtig angezeigt und 
> auch beim direkten auslesen der Daten im Terminal bekomme ich alle Daten 
> angezeigt.
> Nur lediglich bei Weewx, da wird der Druck eben nicht angezeigt und das 
> macht mich total verrückt.
>
> Vielleicht kann mir ja jemand von euch helfen. 
> Wenn es vielleicht nicht anders geht, werde ich den ganzen Text auch 
> Übersetzen lassen, denn so gut ist mein englisch jetzt auch nicht mehr. 
> ;-)
> Die weewx.conf kann ich momentan nicht mit anhängen da ich momentan nicht 
> auf meinen Server zugreifen kann.
> Aber für jede Hilfe bin ich mehr als dankbar.
>
>

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


[weewx-user] Re: Receiving Davis Vantage weather data with a RTL-SDR dongle

2019-03-24 Thread Luc Heijst
To all,

Some progress with the rtldavis program and the weewx-rtldavis driver.
See this thread in the weewx development forum: 
https://groups.google.com/forum/m/#!topic/weewx-development/jhGleLxu-p0

Luc

-- 
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] weewx-purpleair

2019-03-24 Thread Andrew Milner
The wiki tells you what to do.

Have you actually looked inside weewx.conf and the seasons skin files to 
see what is in them??

For the plots (graphs) the changes are made to the [ImageGenerator] section 
of …./Seasons/skin.conf

To add numeric data to say the frnt page you make edits to 
…./Seasons/index.html.tmpl

If you look inside index.html.tmpl it may become clearer where you need to 
put the extra information.

Have you read the customisation guide of the weewx documentation??




On Sunday, 24 March 2019 17:06:27 UTC+2, parallelsys wrote:
>
> Andrew, Thats the thing... I am not sure what to put on ether of the files 
> (skin.conf and .tmpl)
> I am new to weewx so I am just a tad lost hence why I was asking for 
> examples on how to set it up on those files that way i can get the idea.
>
> I am using the default skin/template (Seasons)
>
> On Sunday, March 24, 2019 at 9:09:20 AM UTC-5, Andrew Milner wrote:
>>
>> can you post the skin that you say is not working
>>
>>
>>
>>
>> On Sunday, 24 March 2019 15:53:46 UTC+2, parallelsys wrote:
>>>
>>> Bump :)
>>>
>>> On Saturday, March 23, 2019 at 7:30:41 PM UTC-5, parallelsys wrote:

 Thanks to all for a reply!

 I still cant get it running. I am new to weewx and I cant seem to know 
 were to enter the values and or which.
 Can somebody post an example for the template format that they use to 
 plot and the corresponding skin.conf modification?

 Thanks!

 Note: It is logging data because the db file keeps growing :)

 On Saturday, March 23, 2019 at 12:13:24 PM UTC-5, Michael Pfeuffer 
 wrote:
>
> I got mine working by setting it hostname to the IP address.  
>
> --Mike
> On 3/23/2019 9:36 AM, parallelsys wrote:
>
> Team, 
>
> There is very little documentation on how to get this plugin to run.
>
> I follow the steps on the github.
>
> I installed the requirements than the plugin.
>
> My questions... Do i change the hostname to my purpleair hostname?
>
> I added 
>
> [[[daypurpleair]]]
> data_binding = purpleair_binding
> pm2_5_cf_1
>
> To my skin.conf (Seasonal)
>
> I check the logs and see:
>
> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
> 09:35:18 CDT (1553351718) to database 'purpleair.sdb'
> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
> 09:35:18 CDT (1553351718) to daily summary in 'purpleair.sdb'
> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
> 09:35:00 CDT (1553351700) to database 'weewx.sdb'
> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
> 09:35:00 CDT (1553351700) to daily summary in 'weewx.sdb'
> Mar 23 09:35:17 weewx weewx[28626]: cheetahgenerator: Generated 8 
> files for report SeasonsReport in 0.14 seconds
> Mar 23 09:35:17 weewx weewx[28626]: restx: EmonCMS: Published record 
> 2019-03-23 09:35:00 CDT (1553351700)
> Mar 23 09:35:18 weewx weewx[28626]: imagegenerator: Generated 14 
> images for SeasonsReport in 0.15 seconds
> Mar 23 09:35:18 weewx weewx[28626]: copygenerator: copied 0 files to 
> /var/www/html/weewx
>
>
> and I cant see any purpleair data under my page.
> Am I missing any steps?
>
> Thanks!
> -- 
> 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] weewx-purpleair

2019-03-24 Thread parallelsys
Andrew, Thats the thing... I am not sure what to put on ether of the files 
(skin.conf and .tmpl)
I am new to weewx so I am just a tad lost hence why I was asking for 
examples on how to set it up on those files that way i can get the idea.

I am using the default skin/template (Seasons)

On Sunday, March 24, 2019 at 9:09:20 AM UTC-5, Andrew Milner wrote:
>
> can you post the skin that you say is not working
>
>
>
>
> On Sunday, 24 March 2019 15:53:46 UTC+2, parallelsys wrote:
>>
>> Bump :)
>>
>> On Saturday, March 23, 2019 at 7:30:41 PM UTC-5, parallelsys wrote:
>>>
>>> Thanks to all for a reply!
>>>
>>> I still cant get it running. I am new to weewx and I cant seem to know 
>>> were to enter the values and or which.
>>> Can somebody post an example for the template format that they use to 
>>> plot and the corresponding skin.conf modification?
>>>
>>> Thanks!
>>>
>>> Note: It is logging data because the db file keeps growing :)
>>>
>>> On Saturday, March 23, 2019 at 12:13:24 PM UTC-5, Michael Pfeuffer wrote:

 I got mine working by setting it hostname to the IP address.  

 --Mike
 On 3/23/2019 9:36 AM, parallelsys wrote:

 Team, 

 There is very little documentation on how to get this plugin to run.

 I follow the steps on the github.

 I installed the requirements than the plugin.

 My questions... Do i change the hostname to my purpleair hostname?

 I added 

 [[[daypurpleair]]]
 data_binding = purpleair_binding
 pm2_5_cf_1

 To my skin.conf (Seasonal)

 I check the logs and see:

 Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
 09:35:18 CDT (1553351718) to database 'purpleair.sdb'
 Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
 09:35:18 CDT (1553351718) to daily summary in 'purpleair.sdb'
 Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
 09:35:00 CDT (1553351700) to database 'weewx.sdb'
 Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
 09:35:00 CDT (1553351700) to daily summary in 'weewx.sdb'
 Mar 23 09:35:17 weewx weewx[28626]: cheetahgenerator: Generated 8 files 
 for report SeasonsReport in 0.14 seconds
 Mar 23 09:35:17 weewx weewx[28626]: restx: EmonCMS: Published record 
 2019-03-23 09:35:00 CDT (1553351700)
 Mar 23 09:35:18 weewx weewx[28626]: imagegenerator: Generated 14 images 
 for SeasonsReport in 0.15 seconds
 Mar 23 09:35:18 weewx weewx[28626]: copygenerator: copied 0 files to 
 /var/www/html/weewx


 and I cant see any purpleair data under my page.
 Am I missing any steps?

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


[weewx-user] Re: Weewx not generating reports from weewx_sdr

2019-03-24 Thread Bruce Butkus
I figured it out. 
I didnt include -utc in the RTL-433 command so the time wasnt syncing 
properly. 
Now I get new pages every 5 min
:D

On Friday, March 22, 2019 at 7:24:32 PM UTC-4, Bruce Butkus wrote:
>
> ok, so I think I have this all set up. 
> weewx_sdr is capturing data from rtl_433.
> weeex should have some sensor map connected based on the packet info ive 
> been able to get from the rtl_433 running in debug
> Ive gotten weewx to generate reports, so i have an index.html, but its 
> old, and contains no data. 
> Im confused so im hoping someone can help me. I dont see any errors in the 
> logs, ect, but watching the log, after the 180 seconds, the report 
> generation doesnt run. Id i run wee_reports manually it creates the html 
> file, but again its from 7:50am. 
>
> Heres all my logs: 
> pi@raspberrypi:/etc/init.d $ sudo weewxd /etc/weewx/weewx.conf
> LOOP:   2019-03-22 15:15:46 EDT (1553282146) dateTime: 1553282146, 
> maxSolarRad: None, outHumidity: 61.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:16:02 EDT (1553282162) dateTime: 1553282162, 
> maxSolarRad: None, outHumidity: 61.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:16:04 EDT (1553282164) dateTime: 1553282164, 
> FrontPorchTemp: 6.4, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:16:18 EDT (1553282178) dateTime: 1553282178, 
> maxSolarRad: None, outHumidity: 61.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:16:19 EDT (1553282179) BasementFreezer: -15.4, 
> dateTime: 1553282179, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:16:34 EDT (1553282194) dateTime: 1553282194, 
> maxSolarRad: None, outHumidity: 61.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:16:35 EDT (1553282195) dateTime: 1553282195, 
> DylanRoomTemp: 20.4, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:16:50 EDT (1553282210) dateTime: 1553282210, 
> maxSolarRad: None, outHumidity: 61.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:17:05 EDT (1553282225) dateTime: 1553282225, 
> FrontPorchTemp: 6.3, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:17:06 EDT (1553282226) dateTime: 1553282226, 
> maxSolarRad: None, outHumidity: 61.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:17:22 EDT (1553282242) dateTime: 1553282242, 
> maxSolarRad: None, outHumidity: 62.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:17:25 EDT (1553282245) BasementFreezer: -15.4, 
> dateTime: 1553282245, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:17:38 EDT (1553282258) dateTime: 1553282258, 
> maxSolarRad: None, outHumidity: 62.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:17:42 EDT (1553282262) dateTime: 1553282262, 
> DylanRoomTemp: 20.4, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:17:54 EDT (1553282274) dateTime: 1553282274, 
> maxSolarRad: None, outHumidity: 62.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:18:06 EDT (1553282286) dateTime: 1553282286, 
> FrontPorchTemp: 6.3, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:18:10 EDT (1553282290) dateTime: 1553282290, 
> maxSolarRad: None, outHumidity: 62.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:18:26 EDT (1553282306) dateTime: 1553282306, 
> maxSolarRad: None, outHumidity: 62.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:18:31 EDT (1553282311) BasementFreezer: -15.4, 
> dateTime: 1553282311, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:18:42 EDT (1553282322) dateTime: 1553282322, 
> maxSolarRad: None, outHumidity: 63.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:18:49 EDT (1553282329) dateTime: 1553282329, 
> DylanRoomTemp: 20.4, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:18:58 EDT (1553282338) dateTime: 1553282338, 
> maxSolarRad: None, outHumidity: 63.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
> LOOP:   2019-03-22 15:19:07 EDT (1553282347) dateTime: 1553282347, 
> FrontPorchTemp: 6.3, maxSolarRad: None, rainRate: 0, usUnits: 1
> LOOP:   2019-03-22 15:19:14 EDT (1553282354) dateTime: 1553282354, 
> maxSolarRad: None, outHumidity: 63.0, outTempBatteryStatus: 0, rainRate: 0, 
> usUnits: 1, UV: 0.0
>
> Mar 22 19:15:42 raspberrypi weewx[4224]: engine: Initializing weewx 
> version 3.9.1
> Mar 22 19:15:42 raspberrypi weewx[4224]: engine: Using Python 2.7.13 
> (default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516]
> Mar 22 19:15:42 raspberrypi weewx[4224]: engine: Platform 
> Linux-4.14.98-v7+-armv7l-with-debian-9.8
> Mar 22 19:15:42 raspberrypi weewx[4

Re: [weewx-user] weewx-purpleair

2019-03-24 Thread Andrew Milner
can you post the skin that you say is not working




On Sunday, 24 March 2019 15:53:46 UTC+2, parallelsys wrote:
>
> Bump :)
>
> On Saturday, March 23, 2019 at 7:30:41 PM UTC-5, parallelsys wrote:
>>
>> Thanks to all for a reply!
>>
>> I still cant get it running. I am new to weewx and I cant seem to know 
>> were to enter the values and or which.
>> Can somebody post an example for the template format that they use to 
>> plot and the corresponding skin.conf modification?
>>
>> Thanks!
>>
>> Note: It is logging data because the db file keeps growing :)
>>
>> On Saturday, March 23, 2019 at 12:13:24 PM UTC-5, Michael Pfeuffer wrote:
>>>
>>> I got mine working by setting it hostname to the IP address.  
>>>
>>> --Mike
>>> On 3/23/2019 9:36 AM, parallelsys wrote:
>>>
>>> Team, 
>>>
>>> There is very little documentation on how to get this plugin to run.
>>>
>>> I follow the steps on the github.
>>>
>>> I installed the requirements than the plugin.
>>>
>>> My questions... Do i change the hostname to my purpleair hostname?
>>>
>>> I added 
>>>
>>> [[[daypurpleair]]]
>>> data_binding = purpleair_binding
>>> pm2_5_cf_1
>>>
>>> To my skin.conf (Seasonal)
>>>
>>> I check the logs and see:
>>>
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:18 CDT (1553351718) to database 'purpleair.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:18 CDT (1553351718) to daily summary in 'purpleair.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:00 CDT (1553351700) to database 'weewx.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>>> 09:35:00 CDT (1553351700) to daily summary in 'weewx.sdb'
>>> Mar 23 09:35:17 weewx weewx[28626]: cheetahgenerator: Generated 8 files 
>>> for report SeasonsReport in 0.14 seconds
>>> Mar 23 09:35:17 weewx weewx[28626]: restx: EmonCMS: Published record 
>>> 2019-03-23 09:35:00 CDT (1553351700)
>>> Mar 23 09:35:18 weewx weewx[28626]: imagegenerator: Generated 14 images 
>>> for SeasonsReport in 0.15 seconds
>>> Mar 23 09:35:18 weewx weewx[28626]: copygenerator: copied 0 files to 
>>> /var/www/html/weewx
>>>
>>>
>>> and I cant see any purpleair data under my page.
>>> Am I missing any steps?
>>>
>>> Thanks!
>>> -- 
>>> 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.


[weewx-user] Re: Missing data, e.g. historical rain, with HP1000/WS-1001

2019-03-24 Thread Ron
In case anyone else ever has this question I thought I'd share what I ended 
up doing. I never got a reply from the HP1000 repo on Github or here and 
looking at the Python code for the driver it didn't appear it actually 
processed the historical rain info (daily, weekly, yearly). So I fell back 
on a sneaker net solution. I put a micro SD card in the weather station and 
exported the data. I then set up a configuration file for wee_import and 
used that utility to pull in the data since the start of this year. It was 
a bit of a slow process but as far as I can tell it worked well except of 
one issue. In spite of searching around I could not found out what units 
name to use for UV and Solar Radiation in the import config file. If I left 
that empty the import wouldn't proceed. So I ended up omitting those two 
fields from the import. 

If someone can share the unit names for UV and Solar I'd appreciate it. I'd 
like to import additional data.

-- 
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] weewx-purpleair

2019-03-24 Thread parallelsys
Bump :)

On Saturday, March 23, 2019 at 7:30:41 PM UTC-5, parallelsys wrote:
>
> Thanks to all for a reply!
>
> I still cant get it running. I am new to weewx and I cant seem to know 
> were to enter the values and or which.
> Can somebody post an example for the template format that they use to plot 
> and the corresponding skin.conf modification?
>
> Thanks!
>
> Note: It is logging data because the db file keeps growing :)
>
> On Saturday, March 23, 2019 at 12:13:24 PM UTC-5, Michael Pfeuffer wrote:
>>
>> I got mine working by setting it hostname to the IP address.  
>>
>> --Mike
>> On 3/23/2019 9:36 AM, parallelsys wrote:
>>
>> Team, 
>>
>> There is very little documentation on how to get this plugin to run.
>>
>> I follow the steps on the github.
>>
>> I installed the requirements than the plugin.
>>
>> My questions... Do i change the hostname to my purpleair hostname?
>>
>> I added 
>>
>> [[[daypurpleair]]]
>> data_binding = purpleair_binding
>> pm2_5_cf_1
>>
>> To my skin.conf (Seasonal)
>>
>> I check the logs and see:
>>
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:18 CDT (1553351718) to database 'purpleair.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:18 CDT (1553351718) to daily summary in 'purpleair.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:00 CDT (1553351700) to database 'weewx.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: manager: Added record 2019-03-23 
>> 09:35:00 CDT (1553351700) to daily summary in 'weewx.sdb'
>> Mar 23 09:35:17 weewx weewx[28626]: cheetahgenerator: Generated 8 files 
>> for report SeasonsReport in 0.14 seconds
>> Mar 23 09:35:17 weewx weewx[28626]: restx: EmonCMS: Published record 
>> 2019-03-23 09:35:00 CDT (1553351700)
>> Mar 23 09:35:18 weewx weewx[28626]: imagegenerator: Generated 14 images 
>> for SeasonsReport in 0.15 seconds
>> Mar 23 09:35:18 weewx weewx[28626]: copygenerator: copied 0 files to 
>> /var/www/html/weewx
>>
>>
>> and I cant see any purpleair data under my page.
>> Am I missing any steps?
>>
>> Thanks!
>> -- 
>> 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] web page not updating under 3.9.1

2019-03-24 Thread Thomas Keffer
We'll need more information than this. Please post your log. See the
wiki *Help!
* for how
to post a good log.

Also, what do you mean by "nor does the page source show that line as it
used to"?

-tk

On Sat, Mar 23, 2019 at 9:01 PM Orv Beach  wrote:

> With this line in index.html.tmpl:
>
> 
>
> my main weewx page (vers 3.9.1 running on Raspbian Stretch), Standard
> skin, updated just fine.
>
> After migrating to version 3.9.1 running under Debian Stretch, with that
> same line in /etc/weewx/skins/Standard/index.html.tmpl the main page no
> longer updates every 300 seconds, nor does the page source show that line
> as it used to.  It's still the Standard skin, but it no longer looks like
> it did under Raspbian.
>
> Any suggestions?
>
> Thanks.
>
>
> --
> 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.


[weewx-user] Re: unsupported locale setting

2019-03-24 Thread G400
I needed to do one modification to change locale to be like your eaxmple:
Modified by changing LC_All="en_US.UTF-8" into LC_ALL=

This had no effect

Then, using the hint from your note to Pat (issue #2), I edited 
/home/weewx/bin/user/belchertown.py line 26 and commented out   
locale.setlocale(locale.LC_ALL, "")

This stopped any noticeable exceptions, Belchertown script is running any 
without issues that I can detect and expected out is generated.
Thank you for you help Thomas!
G400



On Saturday, March 23, 2019 at 7:00:42 PM UTC+1, G400 wrote:
>
> reportengine: Caught unrecoverable exception in generator 
> 'weewx.cheetahgenerator.CheetahGenerator'
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   unsupported 
> locale setting
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   Traceback 
> (most recent call last):
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]: File 
> "/home/weewx/bin/weewx/reportengine.py", line 204, in run
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   
> obj.start()
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]: File 
> "/home/weewx/bin/weewx/reportengine.py", line 300, in start
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   self.run()
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]: File 
> "/home/weewx/bin/weewx/cheetahgenerator.py", line 157, in run
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   
> self.initExtensions(gen_dict[section_name])
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]: File 
> "/home/weewx/bin/weewx/cheetahgenerator.py", line 199, in initExtensions
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   class_ = 
> weeutil.weeutil._get_object(x)
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]: File 
> "/home/weewx/bin/weeutil/weeutil.py", line 1130, in _get_object
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   mod = 
> __import__(module)
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]: File 
> "/home/weewx/bin/user/belchertown.py", line 26, in 
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   
> locale.setlocale(locale.LC_ALL, "")
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]: File 
> "/usr/lib/python2.7/locale.py", line 581, in setlocale
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   return 
> _setlocale(category, locale)
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   Error: 
> unsupported locale setting
> Mar 23 18:54:54 aad-raspberry-01 weewx[10423]:   Generator 
> terminated
>
> My locale settings are as follows:
> locale -a
> C
> C.UTF-8
> en_US.utf8
> POSIX
>
> Content of /etc/default/locale
> #  File generated by update-locale
> LANG=en_US.UTF-8
>
> What else do I need to check to fix this error?
>

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


[weewx-user] Re: Will this work with weewx?

2019-03-24 Thread Greg from Oz
Looks like my Fineoffset weather station I am using. So I think it will 
work.

https://weather.ubeaut.work/

https://www.ambientweather.com/amws2080.html

On Saturday, 23 March 2019 13:08:27 UTC+11, Edmund Yau wrote:
>
> Will this work with Weewx?
>
>
> http://www.misolie.net/misol-professional-wireless-weather-station-touch-panel-w-solar-sensor-w-pc-interface-p-499.html
>
> I don't see this model in the WeeWX Hardware Guide but other model from 
> this brand are on the list so just wonder will the drive be compatiable. 
>
>
>
>

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