-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature in HA regarding water comsuption #29
Comments
I second this ;) |
Fix it. We must to include in the sensor the attribute: state_class: "total" But it's a pity don't have a authorized integration like other solution have as a flume etc. We will alive with this manual integration, at least it's an amazing work in this circumstance. |
As a workaround, add code into configuration.yaml: homeassistant: customize_glob: sensor.your_name_of_sensor_1_day: last_reset: '1970-01-01T00:00:00+00:00' device_class: water state_class: total_increasing and update last reset with automation by midnight. |
Hi @autopower thanks. I just fighting with this. If I use senosr_1_day at the midnight I have negative numbers because sensors is reset to 0. What can we do to keep numbers because window between 0 hours a 1 am result is negative like the same number that sensor finish day after. Thanks. |
@autopower |
I have this in my configuration yaml and it seems to be working (i don't have the integration in HA but in openhab and just copy the value here..)
|
Hey werden die daten denn an Homeassistant übermitelt? |
|
Ive tryed that one… i just get data of pressure, temperature and a switch for the valve to Homeassistant, so im missen the consumption of the water … dunno why and im a newbe with openhab. |
Hi,
In 2022.11 there is a new feature to monitorize Water consumption, but sensor that this integration generated are not in the available list of sensors.
Any solution to fix it?
Thanks
The text was updated successfully, but these errors were encountered: