Overview
Droplet connects to Home Assistant to provide real-time monitoring of water usage in your home. This capability helps homeowners identify leaks, reduce excessive water consumption, and ultimately save on utility bills.
Benefits
- Receive immediate notifications of unusual water usage patterns.
- Track daily, weekly, and monthly water consumption to promote conservation.
- Integrate with capabilities to adjust irrigation schedules based on water usage data.
Intent
The purpose of this capability is to seamlessly connect Droplet devices to Home Assistant, allowing for effective water management in the home. The desired outcome is a comprehensive view of water usage that can lead to smarter consumption habits.
Preconditions
- Droplet devices installed and configured in the home.
- Home Assistant set up and accessible.
- Internet connection available for data transmission.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: RainMachine Version 2 (API 4.6.1).
Actors
- Homeowner monitoring water usage
- Family members receiving alerts
- Guest helping adjust water settings
Trigger
The capability is triggered by the Droplet device detecting water usage that exceeds normal patterns.
Workflow Diagram
flowchart TD
A[Water Usage Detected] -->|check| B{Is Usage Normal?}
B -->|Yes| C[Continue Monitoring]
B -->|No| D[Send Alert to Homeowner]
D --> E[Adjust Water Settings]
E --> F[Result: Reduced Water Waste]
C --> G[Provide Usage Report]
Workflow Description
1. Connect Droplet to Home Assistant
Follow the setup procedure to link your Droplet devices to the Home Assistant platform.
2. Monitor Water Usage
The Droplet device continuously tracks water consumption and reports data to Home Assistant.
3. Analyze Usage Patterns
Home Assistant evaluates water usage trends and identifies any anomalies.
4. Receive Alerts
If abnormal usage is detected, homeowners receive immediate notifications via the Home Assistant app.
5. Adjust Settings if Necessary
Homeowners can automate irrigation systems or receive suggestions to mitigate excessive usage.
Postconditions
After the capability completes, homeowners have a clear understanding of their water usage and can take action to address any issues, thus promoting water conservation.
Optional Enhancements
- Integrate with smart irrigation systems for automated adjustments.
- Add historical data analysis for improved forecasting.
- Provide user-friendly dashboards for family members to track usage.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | RainMachine Version 2 (API 4.6.1), Rainmachine Mini |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)