Connecting and using a low cost ultrasonic flowmeter to Home Assistant
I will try to keep this concise - I am trying to make a unit like the Droplet, which is not available (or usable) in Canada. I would like to keep the project under $300-400 CAD.
I have zero recent experience with protocol or programming microcontrollers (though I was trained in programming MANY years ago, so I understand it and could likely figure it out) and I am not 100% clear on what is required to make a dumb meter smart.
I have a utility-provided smart Sensus iPerl water meter, but am unable to access any data from it, and the leak capabilities provided by the utility are based on a 24 hour period, which is useless for large leaks like I am trying to detect. So I am looking at clamp on ultrasonic flow meters like this which I want to connect into a Home Assistant (HA) system, as I can't find a reasonably priced smart flow meter, and I can't cut into my main water line.
From what I have determined, it sounds like my best bet would be to tie a dumb flow meter into an ESP32 board and then use that as a sensor in HA. What I want at the end of the day is the ability to send an email alert based on a flow rate that exceeds X over Y period of time. I don't really need any other data, though that would be nice as well.
What I need help with is resources to help me learn and determine how to do this, or someone to tell me that I am wasting my time.
Thanks!