I have a flow sensor that measure in m3/h every time I water the garden.
I would like to use that info to create a sesnor that will give me how much water has been used to be added to the energy dashboard.
I was thinking:
create a template that will provide me the measurment in L/s
make it a cumulative sensor to be passed to the energy dashboard
I implemented the same thing. But I have issues when I try to integrate it to the energy dashboard. the integral entity do not appear to be selected. I assume that the reason is that the template sensor is set with “volume flow rate” device class instead of water. I tryed to change the device class of the integral entity but couldn´t do it.