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
process.py calculates the rain delta without recognizing that the WSStatus of previous value is "not connected", so you get a peek in rain values of, in this case, 243.6mm, which is incorrect.
The WSStatus should be recognized and rain value only be calculated if both readings are valid
The text was updated successfully, but these errors were encountered:
That makes sense, but maybe with a time comparison so that short bursts of lost connection don't cause too much of a problem.
I get occasional lost connection and have never noticed this problem though. But my logging interval is the recommended 5 minutes rather than the 30 minutes you appear to be using.
After reconnecting the raw data look like:
process.py calculates the rain delta without recognizing that the WSStatus of previous value is "not connected", so you get a peek in rain values of, in this case, 243.6mm, which is incorrect.
The WSStatus should be recognized and rain value only be calculated if both readings are valid
The text was updated successfully, but these errors were encountered: