I have an ESP_Home devices reading pulses from a flow meter. I am receiving L/hr and also total water used.
Im trying to add this device to “Energy” section of Home assistant however I get “No matching statistics found”
This is from the EPS_Home device:
- platform: template
id: lifetime_counter
name: “Water Total”
unit_of_measurement: “l”
state_class: “total_increasing”
accuracy_decimals: 0
update_interval: 5s
from config:
utility_meter:
water_hourly:
source: sensor.water_total
cycle: hourly
The Energy section seems to talk about Gas and Electricity but not water although there are some references to water in relation to “Energy”
There doesn’t seem to be a device_class relating to a water sensor here
Sensor Entity | Home Assistant Developer Docs (using energy doesn’t make it appear either)
Does any one have a water monitoring setup (we are on tank water) so its great to know use, predicted use, water reserves - lots of stuff to monitor but I can’t seem to get it into Energy!