grebleem / weewx-weatherlinkliveudp

Weewx Driver with UDP
6 stars 4 forks source link

Some rain is missing today #20

Closed hoevenvd closed 3 years ago

hoevenvd commented 3 years ago

Weatherlink.com reports 4.4 mm today. My website reports 4.0 mm today, also 4.0mm in the database.

I've attached todays syslog

image

2020-10-08 (1) mysql> select sum(round(weewx.archive.rain,1)) from weewx.archive where from_unixtime(weewx.archive.datetime) like '2020-10-08%'; +----------------------------------+ | sum(round(weewx.archive.rain,1)) | +----------------------------------+ | 4.0 | +----------------------------------+ 1 row in set (14.37 sec) syslog.zip

grebleem commented 3 years ago

I was missing 0.4 yesterday. However the weewx.log showed: │Oct 8 19:04:14 celsius weewx[788] DEBUG user.weatherlinkliveudp: Set Previous period rain to: 89 buckets.[17.8 mm / 0.7 in] The same as Davis, but there was only 17.4 mm in the weewx database, so somehow the data was not picked up by weewx. I know it produces a lot of data, but the debug options show a lot of rain data and try the October branch?

hoevenvd commented 3 years ago

Okay, will do. Activate debug for logging, and run the October branch. More rain to come next days, so plenty of changes to check rain correctness... Thx

grebleem commented 3 years ago

Fixed in v0.2.9.