Re: [weewx-user] Re: Problem with RTG max and min stats when using software driver

2018-04-17 Thread gjr80
Yes that appears to be what is happening. I have spent some time looking at your site/data and running rtgd on my test system (which uses software record generation) and daily min/max updates as it should. I have a few more questions below that might help pinpoint what is/is not happening: 1.

[weewx-user] Re: Android weather app for weeWx users

2018-04-17 Thread John Smith
On Tuesday, 17 April 2018 22:20:12 UTC+10, John Burricelli wrote: > > This is working great for me. Thank you for creating this. > > https://www.warrenskywarn.org/settings.txt > Thanks for posting your settings URL, I ended up spotting a minor bug and tweaked the max/min times to be 24 hour

Re: [weewx-user] Re: Looking for help with Oregon Scientific WMR 89

2018-04-17 Thread 'Rod Avery' via weewx-user
Dani, You are quite right, obvious when pointed out! I think its correct to assume that FFFE part of the packet means there has been rainfall in the last hour. I have just run another test: b111003f0e01010c00011d = 0 rain fall in the last hour (some in the last 24 hours)

[weewx-user] Web page auto-refresh

2018-04-17 Thread w7hd.rh
In /etc/weewx/skins/Standard/index.html.tmpl I added the line for refresh. It now auto-updates the web page once per minute. http://www.w3.org/2005/10/profile;> ## This choice should match the #encoding directive above ** -- Ron W7HD - NAQCC#7587 OMISS#9898 KX3#6966 LinuxUser#415320

RE: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-17 Thread Graham Seward
Hi Susan I’m at a loss to understand where the problem lay but as it’s working fine with a loop delay of 15 I’m happy to leave it at that. Thank you for the note about the router advertisements and soliciting a DHCPV6 lease – I’ve fixed the problem and the syslog files are a lot easier to

[weewx-user] WS-2902

2018-04-17 Thread Jim Myers
I have a Raspberry Pi 3 B+ running weewx, connecting to my router via WiFi. Currently I have an AcuRite system plugged into the USB. This weekend I will be changing to the Ambient WS-2902. Can anyone tell me how to configure the interceptor driver to work with the WS-2902 and my current

Re: [weewx-user] Re: Looking for help with Oregon Scientific WMR 89

2018-04-17 Thread Dani Macías Perea
Hi Rob, Regarding the rain faill per hour, I am not sure if what you proposed is correct. What you are doing in your code, if I understood you correctly, is the following: if packet[2:4].encode('hex')!='fffe': Rh = None else: Rh =

[weewx-user] Re: Looking for help with Oregon Scientific WMR 89

2018-04-17 Thread 'Rod Avery' via weewx-user
Hello again. Through further testing I think it is the UV sensor. For example: b3050100b8 -> ignore b3, gives 5 : 1 : 0 : 185 b3050200ba -> ignore b3, gives 5 : 2 : 0 : 186 So bit 1 always gives 5 - Could be battery status not sure Bit 2 seems to tally with what the WMR89 is displaying on

[weewx-user] Re: Android weather app for weeWx users

2018-04-17 Thread John Burricelli
This is working great for me. Thank you for creating this. https://www.warrenskywarn.org/settings.txt On Tuesday, April 10, 2018 at 5:01:46 AM UTC-4, John Smith wrote: > > Just to give some background I made an android app similar to Pocket PWS. > I liked the app, but it was closed source so I

Re: [weewx-user] Re: Any Netatmo cloud users working?

2018-04-17 Thread Andrew Milner
It may be helpful to others if you could tell us exactly what sudo wee_config --reconfigure does not do correctly, and what you had to then manually edit in weewx.conf to make weewx work correctly On Tuesday, 17 April 2018 13:48:45 UTC+3, José-Manuel Anguita wrote: > I think that I've

Re: [weewx-user] Re: Any Netatmo cloud users working?

2018-04-17 Thread José-Manuel Anguita
I think that I've found the problem. You should edit */etc/weewx/weewx.conf *manually and add the four Netatmo parameters to this file. The problem appears to be that *sudo wee_config --reconfigure* doesn't setup the driver right. This worked for me. El domingo, 12 de noviembre de 2017,

Re: [weewx-user] Re: Any Netatmo cloud users working?

2018-04-17 Thread José-Manuel Anguita
It doesn't work El domingo, 12 de noviembre de 2017, 0:26:14 (UTC+1), mwall escribió: > > On Saturday, November 11, 2017 at 4:23:22 PM UTC-5, Robert Brown wrote: >> >> Yes, that's what made me look up the api reference. >> > > so does it work when you use .com instead of .net? > > please post

[weewx-user] Re: Looking for help with Oregon Scientific WMR 89

2018-04-17 Thread 'Rod Avery' via weewx-user
Hello all, I have been using the driver posted by fcauwe for a little while and am getting data through from the WMR89. I did notice that it was not reporting rain fall per hour. Looking through the code I found the following if statement under *def _wmr89_rain_packet(self, packet):* if

[weewx-user] Re: WU Import failed

2018-04-17 Thread Andre
Gary, here again: thank you very much for your fast support! Regards, Andre Am Samstag, 14. April 2018 14:42:53 UTC+2 schrieb gjr80: > > Andre, > > I have not yet been able to resolve my GitHub issues so I have emailed you > some updated files just now. > > Gary > > On Saturday, 14 April 2018

[weewx-user] Pillow + Mac OSX 10.11.X and earlier

2018-04-17 Thread Alan Klein
Just a heads up for others that are trying to install weewx on Mac OS X 10.11.X and earlier releases and are using Pillow instead of PIL, or if you recently updated Pillow to 5.1.0 and use an older version of Mac OS X There is currently an issue with the Pillow 5.1.0 release not being