this post was submitted on 12 May 2024
2 points (100.0% liked)

homeassistant

11701 readers
48 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

I tried my hand at rigging a proximity sensor to the water meter in my house. Sadly it doesn’t have the spinning magnet for the sensor to pick up.

I looked into other options for pulling data from the meter, but for each method, my very antiquated meter had a complication that would prevent it from working.

TLDR: Any recommendations for a home water meter that’s local and integrates well with home assistant?

I’m going to check with my water company first, but likely will remove the old meter and replumb a new “smart” meter and an automated shut off valve into the water supply. I believe the current meter is leftover from before the utility added new meters further upstream, so I’d rather get rid of the rusty piece of junk anyway.

you are viewing a single comment's thread
view the rest of the comments
[–] eco_game@discuss.tchncs.de 2 points 1 month ago

Slightly old post, but hopefully still helpful to someone:

I managed to read out my analog water meter using the following ESP32 image: https://github.com/jomjol/AI-on-the-edge-device

It uses an ESP32-CAM module that actively reads your meter, using machine vision. The data is then published via MQTT. There are even some stl files for cases/mounts for common energy meters.

Once setup properly (with a 3D printed case from the provided stl files), I found it to work quite well. I have a pretty clean standard German water meter though.