I want to receive a notification if water is used continuously for an hour. In that case, a tap has been forgotten to be turned off. Therefore, the consumption must be constant.
If there are periods of less than an hour of consumption, no notification should be sent. In that case, someone is in the shower or the washing machine is running. How can I create a similar flow? I use a HomeWizard water meter.
Use “insight trends” app to monitor the water meter and use the “median” over a longer period (30min) as a baseline. That will remove outlyers.
A second flow will trigger every hour and check if the median is >zero (or another minimum)
depending on your hone situation this will work or not. If you have very regular on/of water usage this will not be sufficient. You might need to add a check if there is usage below the median