Overview
The integration of Burbank Water and Power (BWP) with Home Assistant via Opower provides homeowners with actionable insights into their water consumption. This capability helps users manage their water usage more efficiently, leading to potential cost savings and environmental benefits.
Benefits
- Real-time monitoring of water usage
- Alerts for unusual consumption patterns
- Historical data analysis for better budgeting
Intent
This capability aims to empower residents to take control of their water usage by providing them with detailed insights and alerts. The outcome is a more efficient water consumption behavior that can lead to reduced utility bills and enhanced resource conservation.
Preconditions
- Home Assistant installation.
- Active Burbank Water and Power account.
- Configured Opower integration in Home Assistant.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: RainMachine Version 2 (API 4.6.1).
Actors
- Homeowner checking water usage
- Family member receiving alerts
- Guest using facilities
Trigger
The capability is triggered by the daily meter read from BWP, which updates the water usage data within Home Assistant.
Workflow Diagram
flowchart TD
A[Daily Meter Read] -->|check| B{Is Usage High?}
B -->|Yes| C[Send Alert to User]
C --> D[User Reviews Data]
B -->|No| E[Continue Monitoring]
Workflow Description
1. Daily Data Fetch
Home Assistant fetches the latest water usage data from BWP each day.
2. Data Comparison
The system compares current usage against historical averages.
3. Alert Generation
If usage is unusually high, an alert is generated and sent to the homeowner.
4. User Notification
The homeowner receives a notification via their preferred method (app, email, etc.).
5. Usage Analysis
Users can analyze their water usage trends through the Home Assistant dashboard.
Postconditions
The homeowner receives insights into their water usage patterns, potentially leading to changes in behavior to reduce consumption.
Optional Enhancements
- Integrate with smart irrigation systems for optimized water use
- Add voice assistant notifications for alerts
- Provide tips for reducing water usage based on consumption patterns
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)