#Water meter sensor
1 messages · Page 1 of 1 (latest)
Yes, followed the doc but not sure how to add 'water' as energy meter or get 'leak now' binary. Also, leaving device class or state class blank gives an error and i had to put 'energy' and 'total increasing' respectively. I dont see sensor in entities or in dev tools. Thanks
just go to settings -> dashboards -> energy and add it there
Yes, thats how it supposed to work. But i dont see any entity related to water energy when i try to add it . I'll post some screenshots later
To have the water meter show up for selection in the water meter list set device_class: water not energy.
This helped me! Thanks a lot!! It was not clear in doc.s though.
I agree it's not really clear, but it is mentioned in the example configuration file:
# A device_class to define what the sensor is measuring for use in the Energy panel
# Typical values are "gas" or "energy". Default is blank.
device_class: water
Im sure, when i looked at the doc couple of months ago, the device class was blank. I asked this qs now as i have started detecting leak in my water usage and wanted to enable water usage and leak sensor.
Infact, the readme.md had a commit in May 19 to add 'water' word. i guess, i had the doc page cached somehow in my system. Anyways, thanks for the pointer!
None of this should really be necessary if MQTT autodiscovery is working
You're assuming HA auto discovery has been set up by the device. I too have a water meter reading device that does outputs its information through mqtt, but it doesn't submit the auto discovery information required for HA to auto discover the information. So it completely depends on which device Strider has.
Not sure what device you are talking about, but auto discovery is part of the addon, as stated in the docs