#Water meter sensor

1 messages · Page 1 of 1 (latest)

sage cave
#

Hello,
Im able to pull my water meter readings through rtlamr2mqtt add-on and do see messages in mqtt. How do i add it as a sensor or entity so that my energy dashboard start reflecting the consumption as well as 'leak now' binary?
Thanks!

strong forum
#

did you read the docs?

sage cave
#

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

strong forum
#

just go to settings -> dashboards -> energy and add it there

sage cave
#

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

deep grove
#

To have the water meter show up for selection in the water meter list set device_class: water not energy.

sage cave
deep grove
sage cave
#

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!

strong forum
#

None of this should really be necessary if MQTT autodiscovery is working

deep grove
#

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.

strong forum