[weewx-user] Re: Crash with log info

2019-04-23 Thread vk3anz
AAGGHH - this is what happens when you try to refactor your code and forget about variable scoping. The 'network_retry_count' variable IS set (with the line you added) in line 493 which is right at the start of the 'getLoopPackets' function. The next part of the process is to use the

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

2019-04-23 Thread rich T
Luc A few showers came through this evening and everything is tracking the same between all consoles and the driver. It probably was the some signal loss when the extremely heavy rains came through the other evening. Rich On Tuesday, April 23, 2019 at 10:19:23 AM UTC-4, Luc Heijst wrote: >

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Colin Larsen
With help from a friend I've got the data txt file sorted into the right format so hopefully this will be easy from here. I assume I still need some 'units' detail somewhere along the line in the [FilePile] stanza? Cheers Colin On Wed, Apr 24, 2019 at 7:48 AM Colin Larsen wrote: > This is how

Re: [weewx-user] Support for upload to Windy

2019-04-23 Thread G Hammer
On Tuesday, April 23, 2019 at 7:22:09 PM UTC-4, mwall wrote: > > On Tuesday, April 23, 2019 at 11:13:35 AM UTC-4, G Hammer wrote: >> >> So, just how long is a Windy API key? >> I signed up for one, installed Windy 0.3 from github, seems to not like >> the station ID. >> > > the windy.com api

[weewx-user] MQTT client service - proof of concept/alpha code

2019-04-23 Thread bellrichm
After experimenting and developing more, I decided this needs it own repository. You can now find it here, https://github.com/bellrichm/WeeWX-MQTTSubscribe The service now supports binding to either new loop packets or new archive records. Since much of the code was similar to my MQTT driver,

Re: [weewx-user] Support for upload to Windy

2019-04-23 Thread Tim Tuck
A Windy API key is looong The station ID used by the windy 0.3 module is not the ID issued to you by windy.com The station ID is 0 if you have only one reporting station. If you have 2 more , their numbers would be 1 & 2. An example of a JSON post with multiple station ID's

Re: [weewx-user] Support for upload to Windy

2019-04-23 Thread mwall
On Tuesday, April 23, 2019 at 11:13:35 AM UTC-4, G Hammer wrote: > > So, just how long is a Windy API key? > I signed up for one, installed Windy 0.3 from github, seems to not like > the station ID. > the windy.com api specifies an integer station identifier. you should only have to specify

[weewx-user] Re: New sensor - WT0124 Pool Thermometer

2019-04-23 Thread Gazza
Thanks for that, I tried the file and there is no difference. The version of sdr.py I am using is 0.62. 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

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Colin Larsen
This is how the data is constructed and sent in Arduino, it's sent as a complete line of ascii data // - AQI Data for Weewx - Data = F("AQI25="); Data += String(AQI_Monitor.AQI_PM2_5 / 10.0); Data += F(",AQI100="); Data += String(AQI_Monitor.AQI_PM10_0 / 10.0); Data

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Colin Larsen
Ok that sure looks like it would do the job but with my file format I would need to use "," as a delimiter between records rather than a new line something like (borrowed from another similar utility). I have never done Python so I'm a little lost on how to change this sorry with

Re: [weewx-user] Support for upload to Windy

2019-04-23 Thread G Hammer
So, just how long is a Windy API key? I signed up for one, installed Windy 0.3 from github, seems to not like the station ID. As an additional problem, after installing windy 0.3 my working SDR driver is no longer working with WeeWX. See attached files. On Tuesday, April 23, 2019 at 1:55:57

[weewx-user] Re: Crash with log info

2019-04-23 Thread Ron
I had another crash of the HP1000 driver yesterday. I made a change which will hopefully fix it in the future which was to add > > network_retry_count = self.max_retry > before the try enclosing line 324. I guess my setup is good for testing error conditions! I committed to my HP1000 repo. I

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

2019-04-23 Thread Luc Heijst
On Sunday, 21 April 2019 01:54:08 UTC-3, rich T wrote: > > Not saying there is an issue, but just check it at your end. > Rich, Today it's very rainy in Paramaribo. Total 68.2 mm rain in the morning. There is more rain expected this noon. Both meteostick and rtldavis show the same rain values.

[weewx-user] New sensor - WT0124 Pool Thermometer

2019-04-23 Thread Andy
>From here . Try this untested Andy -- 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

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Thomas Keffer
Because of the syntax, it's tempting to look at a ConfigObj file and think of it as assigning the right hand side to the left hand side. But, it's really not. It's a mapping. The left hand side *maps to* the right hand side. As a key:value comes in from the file, we need to know what to do with

[weewx-user] Re: Interceptor not sniffing packets, router configured correctly

2019-04-23 Thread Kev D
The goal is to continue to send to wu while sniffing from weewx. I had the router configured to the point where anything from the weather station IP was sent to the observer and still would not sniff (WU site even had it showing offline because of this). Maybe I should go the DNS hijack route

[weewx-user] Re: Interceptor not sniffing packets, router configured correctly

2019-04-23 Thread mwall
On Monday, April 22, 2019 at 3:09:22 PM UTC-4, Kev D wrote: > > I am confident that the router is configured properly, but no matter what > I try I simply cannot get the interceptor driver to capture any data. On a > side note, I am also running PIHole on this device, but I had changed the >

Re: [weewx-user] Re: weewx stop working

2019-04-23 Thread Leon Shaner
Damian, These logs still do not state debug = 1. It still could be that the weewx.conf isn't being parsed correctly, and isn't even able to read the debug = 1 setting. Did you try my suggestions for how to "rebuild" the conf file? Regards, Leon -- Leon Shaner :: Dearborn, Michigan (iPhone) >

Re: [weewx-user] Re: weewx stop working

2019-04-23 Thread mwall
the logs that you posted do not have debug enabled the logs that you posted do not show any crashes - they show you starting and stopping weewx 9 times. why do you keep killing weewx? you must do the following: 1 - set debug=1 in /etc/weewx/weewx.conf 2 - start weewx manually, i.e., 'sudo

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Andrew Milner
Tom Forgive me for being a pedant - but shouldn't the label map for filepile have the arguments the other way round ie rather than myVoltage = Supply Voltage it should be SupplyVoltage = myVoltage ie weewx destination field = source data field normally left of equals sign is the result of

Re: [weewx-user] Re: weewx stop working

2019-04-23 Thread Damjan Hajsek
Hi I have followed your instruction so I did all as described first turn off monit stop weewx debug = 1 was already set than I run weewx manually here is a log from that http://zerobin.povej.net/?a63b7ac09e222bcc#9Y5+B9WWtxXgUJWTKZWmzElusp9QRgEK5Pde606SvQc=

Re: [weewx-user] Help creating a service to import data from file

2019-04-23 Thread Thomas Keffer
Take a look at Filepile . It may do what you want, or help you write your own. -tk On Mon, Apr 22, 2019 at 7:43 PM wrote: > Hi all > > I have devised a method to export my Air Quality Data (AQI) from my > Arduino based weather station to Weewx (it can't be