Here is are my water detection schemes that I plan on implementing:
Devices in system:
[Manual shutoff valve from meter (not Z-wave controllable) on inside water line, after bifurcation into inside and outside water lines)
Automated shutoff valve (downstream of manual shutoff valve, and on inside water line)
Flow meter capable of detecting flow (on or off) as well as too much (default set at 5 gem(downstream of automated shutoff valve) and on inside water line)
8 water leak sensors/detectors inside house near plumbing:
Scenario #1. Water flow for too long (30 minutes will be initial time used to trigger shut off valve)
a. Water flow detected on flow meter → Timer begins counting
b. If timer ≥ 30 minutes → Automated water valve turns off water
c. No water flow detected on flow meter (for first 30 minutes) → Timer reset to zero (Automated water valve would then need to be turned on manually for leak detection and then again after repair).
Scenario #2. Water flow rate too high. [
a. Water flow rate of ≥ 5 gpm → Automated water valve turns off water (Automated water valve would then need to be turned on manually for leak detection and then again after repair)
Scenario 3. Water detection in house
a. Water sensors detect water → Automated water valve turns off water (Automated water valve would then need to be turned on manually for leak detection and then again after repair)
I am pretty certain scenarios 2 and 3 can be handled in scenes on my Vera Plus (uI7). However, I don’t think scenario #1 can be handled in scenes. So am I on the right track for handling it with PLEG and are there other issues with which I should be concerned?