You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to missed rain when the weather station is not able to transmit its data to weewx before day's end. (This is also linked to some Wifi issues with my station, which is an unrelated issue I am currently looking into.)
The code should consider yearly, then monthly, then weekly, then daily. Do you agree? I could provide a PR if you are willing to merge it.
The text was updated successfully, but these errors were encountered:
ThomDietrich
changed the title
rain yearly-monthly-weekly-daily
rain data missed. Consider yearly-monthly-weekly-daily
Jul 30, 2022
ThomDietrich
changed the title
rain data missed. Consider yearly-monthly-weekly-daily
rain data missed. Propose to consider yearly-monthly-weekly-daily
Jul 30, 2022
Hey there,
I'm experiencing an issue with missed rain data.
Example for measurements reported to the observer driver:
Our weather station seems to provide all expected rain increments, except for yearly, which is the only one considered:
weewx-interceptor/bin/user/interceptor.py
Line 1370 in 4c4a7fb
This leads to missed rain when the weather station is not able to transmit its data to weewx before day's end. (This is also linked to some Wifi issues with my station, which is an unrelated issue I am currently looking into.)
The code should consider yearly, then monthly, then weekly, then daily. Do you agree? I could provide a PR if you are willing to merge it.
The text was updated successfully, but these errors were encountered: