What does rain_mm actually measure? #3384
-
|
I have a WH65B weather station, and in the included screen shows 0.0 mm of rain (which is correct), however, rtl_433 says 1956.6 mm. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Please put text data as text, not images. Images are not accessible to the visually impaired, and image instead of text serves no useful purpose. Also, the image didn't work in the email notification, as my email client quite properly doesn't fetch random links in incoming email (and nobody's should do that). This is question, not a bug report, so moving to discussion. |
Beta Was this translation helpful? Give feedback.
-
|
The You need to derive per-interval values yourself, e.g. capture the value each hour (or day...) and then present the difference as per hour (per day...) value. |
Beta Was this translation helpful? Give feedback.
-
|
@LaMalditaG If the source code doesn't have a comment that explains this, please submit a PR to add the briefest text that would have resolved your misunderstanding. |
Beta Was this translation helpful? Give feedback.
The
rain_mmoutput is the absoulte amount of rain since the device was initialized (or the value rolled over).You need to derive per-interval values yourself, e.g. capture the value each hour (or day...) and then present the difference as per hour (per day...) value.