Replies: 2 comments 1 reply
-
I am just thinking of an approach how I would solve this in Home Assistant. I don't know if you something similar. |
Beta Was this translation helpful? Give feedback.
-
@caco3: The space-issue is the most important aspect of this, I guess there will be other features/enhancements more worthy of getting a bite of this expensive bytes :-) @mad2xlc: I get your point and think that could be one way to go. However, I have a water softener that regenerates when necessary, that is at rather random times (although preferably during the night) as well as weashing my laundry is often during the night (when power prices are low). Of course, adding some logic ind the equation that dismiss the calculation, if some of these processes have run during the time measured, would solve that problem. Still, I think it would be more elegant to figure out, how to measure the leak itself. Maybe it could be something by comparing delta-values every x minutes with the mean of those during a certain time and raise an alarm, if the delta value equals the mean of the delta values or something like that... Anyway, will move on to the Home Assistant forum for further discussion/development on this topic. |
Beta Was this translation helpful? Give feedback.
-
Not sure how this should be done, but:
What about making some kind of "Minor leak detection" function?
That is, if there is a very slow increase in the reading over a certain time, then a binary sensor could alert the user about possible "invisible" leaks?
I think there could be to different approaches:
Defining a certain volume and a certain time and raising the alert, if more than nothing, but less than the defined volume has been used during the defined time. That would however be prone to error since ordinary use of water can vary as much as it does.
Monitoring the rate and raise the alert, if the rate has been different from 0 and steady for a certain amount of time (that would actually allow for detecting leaks of any size).
Looking at the graph from my watermeter (example below) I've used app. 490 liters during the last two days (graph below).
That volume could have been used by a single toilet seeping - but the graph would have been like the red dotted line, not like the black illustrating varied everyday use.
The challenge would of course be, to allow for a mix of those graphs, that is, to identify a constant rate usage (the leak) between the "ordinary use" parts of the graph.
As stated initially, I'm not sure how this sould be done (neither the math, nor the implementation), but am at the same time certain, that to somebody else, this is pretty trivial to make ;-)
Regards,
Chr.
Beta Was this translation helpful? Give feedback.
All reactions