Overview
The Elexa Guardian water valve controller provides an essential layer of protection against water leaks in the home. By automating water shutoff in response to detected leaks, homeowners can prevent costly damage and enhance overall safety.
Benefits
- Prevents water damage by automatically shutting off the water supply during leaks.
- Provides peace of mind for homeowners, knowing their property is protected.
- Allows for remote monitoring and control through home capability systems.
Intent
This capability aims to integrate Elexa Guardian water valve controllers with home capability systems, enabling automated responses to water leak detections. The outcome is enhanced safety and reduced risk of water damage in the home.
Preconditions
- Elexa Guardian water valve controller installed and configured.
- Home capability system (e.g., Home Assistant) set up to support new integrations.
- Water leak detection sensors in place to trigger the valve.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Gas Controller.
Actors
- Homeowner monitoring water usage
- Family member responding to alerts
- Guest unaware of plumbing issues
Trigger
The capability is triggered when a water leak detection sensor detects moisture levels exceeding a certain threshold.
Workflow Diagram
flowchart TD
A[Leak Detected] -->|check| B{{Is Water On?}}
B -->|Yes| C[Shut Off Water Valve]
C --> D[Prevent Water Damage]
B -->|No| E[Exit]
Workflow Description
1. Leak Detection
A water leak sensor detects moisture and sends a signal to the home capability system.
2. Check Water Status
The system checks if the water supply is currently on.
3. Shut Off Water Valve
If the water is on, the system sends a command to the Elexa Guardian to shut off the valve.
4. Notify Homeowner
The homeowner receives a notification alerting them of the leak and that the water has been shut off.
5. Monitor System Status
The system continues to monitor the leak until it is resolved or the water valve is manually reset.
Postconditions
The water supply is shut off, preventing further damage, and the homeowner is alerted to the situation for further action.
Optional Enhancements
- Integration with smart home assistants for voice alerts.
- Adding a manual override feature for the water valve.
- Implementing a logging system to track past leak events.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | Gas Controller, RainMachine Version 2 (API 4.6.1) |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)