CestLaGalere / mobilealerts

Retrieves sensor data for Mobile Alerts sensors for Home Assistant
Apache License 2.0
15 stars 6 forks source link

Rain sensor Data #1

Closed Salve87 closed 1 year ago

Salve87 commented 1 year ago

Hello, the integration works great. I have a small issue with the Rain sensor: In the App and at https://measurements.mobile-alerts.eu/ i get eg.: 0,5mm rain. the HA integration shows me 990mm of rain. I guess that is the sumup of all rain ever. Can anybody help me or is having the same issue? Best regards Bildschirmfoto 2023-01-04 um 13 43 56 Bildschirmfoto 2023-01-04 um 13 47 15

CestLaGalere commented 1 year ago

I believe the rain sensor shows the current total, I will look to see how to sort this within Home Assistant to read the previous value - ideally would look for rainfall since midnight?

Rai2023 commented 1 year ago

Rainfall the last hour would be nice.

petrleocompel commented 1 year ago

For this is example - https://www.home-assistant.io/integrations/utility_meter/

You can create custom helper based on your preference. No need to implement on integration side.

CestLaGalere commented 1 year ago

closed as custom helper provides solution - see above (thanks @petrleocompel )