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
I use a rain gauge from auriol to collect rain data via rtl_433 repo. The sensor sends only total rain data in mm since last hardware reset. I would like to break it down to at least daily mm of rain. In this case I would need some history rain data.
Do you have any idea if this is possible just with mqttthing?
My basic idea would be look for historical data and calculate the difference.
Bye
Moe
The text was updated successfully, but these errors were encountered:
one solution is to develop a mqtt client (with python is the easier option) and schedule every midnight .
Take the value and save in a file or DB.
The client must subscribe to the same topic where the gauge publish the rain values.
Hi,
I use a rain gauge from auriol to collect rain data via rtl_433 repo. The sensor sends only total rain data in mm since last hardware reset. I would like to break it down to at least daily mm of rain. In this case I would need some history rain data.
Do you have any idea if this is possible just with mqttthing?
My basic idea would be look for historical data and calculate the difference.
Bye
Moe
The text was updated successfully, but these errors were encountered: