Skip to content

New Flows can now belong to an account. Your old edit link keeps working — open it and attach the flow to an account, and you can edit it from any browser you sign in with.

Sign in
Unclaimed

This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.

Water Usage & Leak Monitor shown on an AWTRIX display
Fig. 1 Water Usage & Leak Monitor, as Galadril runs it.

Water Usage & Leak Monitor

This script monitors water flow and leakage, updating the status on AWTRIX3. It calculates the percentage of time water is flowing and checks for continuous micro-leaks (e.g., dripping).

Specifications
System Domoticz
Firmware AWTRIX 3
Topic Smarthome
Built by Galadril
File KXydoDKPApjL.json · 3.2 KB
Icons
Published 13 Jan 2025
Downloads 17
Download flow

🚀 Flow:

  1. Trigger:

    • Executes every 1 minute to analyze water flow and leakage data.
  2. Condition:

    • Monitors the water flow from "Watermeter - Current usage".
    • Tracks the time:
      • With flow (leakage detection).
      • Without flow (to detect extended periods of no activity).
  3. Actions:
    If flow > 0:

    • Resets the "no flow" timer.
    • Increases the percentage time with flow, up to a maximum of 100%.

    🛑 If flow = 0:

    • Tracks time with no flow.
    • Checks for periods of 2 hours with no flow to reset micro-leak tracking.

    ⚠️ Leak Detection:

    • If no 2-hour flowless period is detected within 24 hours, sets leakage to 100%.
  4. AWTRIX3 Updates:

    • Sends real-time water flow (liters/min) and leakage percentage to AWTRIX3 via the "AWTRIX3 - Send Custom App" device.
  5. Logging:

    • Provides detailed logs of flow status, time with/without flow, and leakage percentage.

More information:

Domoticz:
www.domoticz.com

Domoticz AWTRIX3 Plugin:
https://github.com/galadril/Domoticz-AWTRIX3-Plugin

More flows for Domoticz or Smarthome

Something wrong with this flow? Report it.