Re: [weewx-user] weewx V5 report not updating

2023-09-07 Thread Greg from Oz
Thanks. I don't really know what that link meant. I have just disabled the skin. That was easier. On Thursday, 7 September 2023 at 12:14:59 UTC+10 gary@gmail.com wrote: > You may wish to look at > https://github.com/Daveiano/weewx-wdc/issues/14 > > On Wednesday, September 6, 2023 at 6:30:21 P

[weewx-user] Re: Sudden WeeWx crashing

2023-09-07 Thread Elie R
Update: it was neither of those issues. My sdr.py was running fine for years the way it was. The issue seems to be that my sdr must have been picking up that PrologueTHPacket, which isn't even coming from any of my devices.I was monitoring rtl_433 yesterday, saw one instance of the PrologueTH

[weewx-user] Re: Sudden WeeWx crashing

2023-09-07 Thread gjr80
If the 'setup up my sdr / rtl_433' was done in via the [SDR] [[sensor_map]] stanza in weewx.conf then all you were doing was limiting what sensor data is passed onto WeeWX in loop packets; the SDR driver would still have processed all sensor packets provided by rtl_433, but only those that match

[weewx-user] Re: Sudden WeeWx crashing

2023-09-07 Thread Elie R
Thanks Gary, I'll try correcting the typo on 2690 and see what happens. You are correct in your assumption, I was only including my sensor for WeeWx loop data. It's nothing new for me to see many random neighbour sensor packets when running rtl_433 (other stations, tpms sensors, other wireless

[weewx-user] Re: Sudden WeeWx crashing

2023-09-07 Thread Mark Fraser
Have you configured the command line in weewx.conf to only use the drivers you require? Mine is just: cmd = rtl_433 -M utc -F json but you can change it to something like: cmd = rtl_433 -M utc -F json -R 32 -R 78 -R 190 -R 142 On Thursday, 7 September 2023 at 15:04:03 UTC+1 Elie R wrote: > Upd

[weewx-user] Weewx Mqtt not totaling the rain count right

2023-09-07 Thread kufuu
We got over .800" of rain and looks like Weewx mqtt skipped some of the count for some reason, here is the script Sep 7 14:40:10 zero-wx weewx[15766] DEBUG user.MQTTSubscribe: (Driver) MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, retain: 0, payload: b'{"readings": {"

[weewx-user] Re: Weewx Mqtt not totaling the rain count right

2023-09-07 Thread bell...@gmail.com
Based on the information provided here are my assumptions and guesses on what might being happening. At Sep 7 14:40:10 MQTTSubscribe received a json formatted MQTT message with a rain value of 1.5543 and reported rain of 1.5543. Inches, mm, cm? Unsure, but at this point probably not important. A

Re: [weewx-user] Re: weewx with rtl-davis - Installation Assistance?

2023-09-07 Thread Lorin Tremblay
It happens every night for me… On Tuesday, September 5, 2023 at 7:48:45 AM UTC-4 Lorin Tremblay wrote: > Having the same issue about once a day for 4-6 hours > > Sep 5 07:34:18 WeeWx-APRS270 weewx[610] INFO weewx.engine: Main loop > exiting. Shutting engine down. > Sep 5 07:34:18 WeeWx-APR

Re: [weewx-user] Re: weewx with rtl-davis - Installation Assistance?

2023-09-07 Thread vince
Why are you setting -ex 200 ? The defaults worked fine for me for multiple days with a VP2 (one ISS), FWIW. On Thursday, September 7, 2023 at 8:16:53 PM UTC-7 Lorin Tremblay wrote: It happens every night for me… On Tuesday, September 5, 2023 at 7:48:45 AM UTC-4 Lorin Tremblay wrote: Having the

Re: [weewx-user] Re: weewx with rtl-davis - Installation Assistance?

2023-09-07 Thread Lorin Tremblay
Don’t remember, but tried without it, still does the same thing and it always restart in the morning…… On Thursday, September 7, 2023 at 11:22:57 PM UTC-4 vince wrote: > Why are you setting -ex 200 ? > The defaults worked fine for me for multiple days with a VP2 (one ISS), > FWIW. > > On Thursd