Hello everyone,
I am looking for a smart water meter that uses wifi and runs locally.
There is currently no water meter in the apartment (yes, in Germany it is legal to bill per m²) but there is an installation point in which I could have a meter installed (in the spot where the official one should one day be installed).
Does anybody know of a reliable water meter that would fit these criteria?
I wouldn’t complain if it did not cost hundreds
I bought a standard water meter with pulse output (1 pulse per liter) and build up a simple wifi node with a esp32 devkit plus some basic electronics. Software on esp32 made with esphome with counter and flow rate measure available to HA.
If you can manage some soldering I can give you all details on components.
I searched for something already built, but didn’t find anything affordable and compatible with HA
I have already seen a post here with exactly this content which is apparently hidden or deleted. Probably a moderator could restore it to be available again…
This one is to avoid (if it is the one on the picture). I have it and the pulses vary a lot for the same amount of water. Good enough to indicate if water is running or not but I never were able to measure the correct amounts of water with that particular device.
Just checked and my looks different actually, like a “no brand” version:
I did consider the Zenner models, but at 100-150€ they are not cheap. @adrians , did you find a more reliable solution than the YF-xx models?
Since I am primarily interested in seeing consumption of e.g. dishwasher or washing machine, I would like it to be rather accurate (not 1 mL but maybe 100 mL).
I am guessing that all need to be connected to the mains, unfortunately. Unless you power the esp32 with batteries which seems to have only a very very short battery life then.
The other type of sensor seen here didn’t give me a good feeling of reliability, this one cost much more but it’s precise and certified. There are also version with higher resolution, but as I see in these months where I use hundreds of liters per day it wont be so useful.
This is the scheme of connection. 5V power to sensor comes from mobile phone adapter that powers also the ESP32, but sensor input is protected via a N435 optocoupler
I changed pin number for better cable routing to #33
I created a moving average inside the ESP for water flow, doing inside HA gives problems as it updates only on counter change, so after the last pulse water flow remains >0 until next pulse comes in.
There are also 5 dallas sensor for temperature readings.