Overview
Homeowners often struggle to keep track of their energy consumption and costs. With Discovergy’s capability, you can easily read your gas and electricity meters, allowing for better energy management and cost savings.
Benefits
- Gain insights into daily energy usage patterns
- Identify opportunities to reduce energy costs
- Receive real-time data for more accurate budgeting
Intent
This capability allows homeowners to automatically read their Discovergy gas and electricity meters at scheduled intervals. The outcome is a more informed approach to energy consumption and savings.
Preconditions
- Discovergy gas and electricity meters installed.
- Home Assistant integration configured.
- Internet connectivity for data transmission.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Energy Monitoring.
Actors
- Homeowner monitoring energy usage
- Family member interested in energy savings
Trigger
The capability is triggered by a scheduled time or a manual request from the user.
Workflow Diagram
flowchart TD
A[Scheduled Time or Manual Request] -->|check| B{{Data Available?}}
B -->|Yes| C[Read Meter Data]
C --> D[Display Data]
B -->|No| E[Exit without Data]
Workflow Description
1. Initiate Data Request
The homeowner sets a schedule or manually requests a readout of the meter data.
2. Check Data Availability
The system checks if the latest data from the gas and electricity meters is available.
3. Read Meter Data
If data is available, the system retrieves the current readings from both meters.
4. Display Data
The retrieved meter readings are displayed on the Home Assistant dashboard for the homeowner.
5. Analyze Consumption
Users can analyze the displayed data to identify usage patterns and potential savings.
Postconditions
The homeowner receives the latest meter readings, enabling better energy management and decision-making.
Optional Enhancements
- Integrate alerts for unusual consumption spikes
- Provide monthly consumption reports
- Link to energy-saving tips based on usage data
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Energy Monitoring, Emporia | VUE002 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)