Skip to content

Commit b273a75

Browse files
authored
Update info.md
1 parent cf34f50 commit b273a75

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

info.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,29 @@ A Home Assistant custom integration for intelligent water usage monitoring with
1515
- Optional leak detectors:
1616
- Low‑flow leak: detects continuous “dribble” with seed/persistence, smoothing, cooldown, and high‑flow clear
1717
- Tank refill leak: detects clustered, similar‑sized refills; contributing_events include local_time for notifications
18-
- Upstream sensors health monitor (binary) for flow/volume/hot‑water sources
19-
- Synthetic flow test control (Number) for safe, repeatable simulations
18+
- Intelligent Leak: Model-based leak detection (experimental, testers wanted!)
19+
- Synthetic flow test control (Number) for safe, repeatable simulations (no need to waste actual water)
20+
- Shutoff valve support
21+
- Optionally link a shutoff valve entity (switch, input_boolean, or valve)
22+
- Per-detector auto-shutoff toggles: auto-shutoff can be enabled for each leak detector
23+
- Leak sensors will not clear while the valve is off, ensuring you don't miss a leak event
24+
- Upstream sensors health (binary sensor)
25+
- Monitors availability/validity of the configured upstream sensors (flow, volume, shutoff valve and hot-water)
26+
- Reconfigurable via Options
27+
- Adjust sensors and thresholds at any time in the integration’s Configure dialog
28+
- Optional sensor name prefix for easy disambiguation in the UI
29+
- Multi-instance safe
30+
- Add multiple instances with different sensors and thresholds
2031

2132
## Devices
2233
Here is a list of devices that the community has tested with the integration (submit an issue to add your experience with a device)
2334

24-
| Device | Manufacturer | Works with Integration | Flow Sensor | Volume Sensor | Shutoff Valve | Local API | Sensor Latency | Link |
25-
|--------|--------------|------------------------|-------------|---------------|---------------|-----------|----------------|------|
26-
| Droplet | Hydrific Water | Y | Y | N | N | Y | <3s | [link](https://shop.hydrificwater.com/pages/buy-droplet) |
27-
| Flowsmart All-in-one | Yolink | N | N| Y | Y | N | minutes | NA |
35+
| Device | Manufacturer | Works with Integration | Flow Sensor | Volume Sensor | Shutoff Valve | Local API | Flow/Volume Sensor Latency | Plumbing Required | Link |
36+
|--------|--------------|------------------------|-------------|---------------|---------------|-----------|----------------------------|-------------------|------|
37+
| Droplet | Hydrific Water | Y (Flow) | Y | N | N | Y (MQTT) | <3s | N | [link](https://shop.hydrificwater.com/pages/buy-droplet) |
38+
| Flowsmart All-in-one | Yolink | Y (Valve) | N | Y | Y | N | minutes | Y | [link](https://shop.yosmart.com/products/ys5008-20) |
39+
| Titan Water Valve Actuator | Zooz | Y (Valve) | N | N | Y| Y (Zwave) | NA | N | [link](https://amzn.to/4mPD3x8) |
40+
2841

2942
## DISCLAIMER ##
3043
A water flow monitor does not replace the need for leak/moisture sensors placed in strategic locations around your home. If a leak is due to a failure of an appliance (e.g. leaky hose under the sink that only occurs when the faucet is turned on or a sudden failure of a rusty water heater, washing machine, toilet o-ring), water infiltration from outside, or a blocked sewer pipe (speaking from experience), a water flow sensor (and this integration) will not detect those events. It is best suited for wasted water scenarios (e.g. faucet left on, toilet flapper not sealing) or burst pipes (e.g. outside hoses, pipes behind walls) where you cannot practically place a leak/moisture sensor (again, experienced all of those!).

0 commit comments

Comments
 (0)