Overview
The EDL21 component enables seamless integration with SML-based smart meters, allowing homeowners to monitor their energy consumption in real-time. This capability enhances energy management, empowers users to make informed decisions, and contributes to overall energy resilience in the home.
Benefits
- Real-time monitoring of energy usage, aiding in cost-saving efforts.
- Ability to track energy consumption patterns over time, promoting energy efficiency.
- Integration with Home Assistant for customizable dashboards and alerts.
Intent
The purpose of adding the EDL21 component is to facilitate the communication between SML-based smart meters and home capability systems. This integration allows for enhanced visibility into energy usage, ultimately leading to smarter energy management.
Preconditions
- SML-based smart meter installed and operational.
- Home Assistant configured and running with the EDL21 component added.
- Network connectivity to the smart meter.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Energy Monitoring.
Actors
- Homeowner monitoring energy usage
- Family members adjusting energy consumption habits
- Energy manager analyzing consumption data
Trigger
The capability is triggered by the smart meter sending a new SML data packet, indicating updated energy consumption information.
Workflow Diagram
flowchart TD
A[Smart Meter Data Packet] -->|send| B{Data Valid?}
B -->|Yes| C[Update Home Assistant]
C --> D[Display Energy Usage]
B -->|No| E[Log Error]
Workflow Description
1. Receive SML Data
The system receives a new SML data packet from the smart meter containing energy usage information.
2. Validate Data
The system checks if the received data packet is valid and contains the necessary information.
3. Update Home Assistant
Upon successful validation, the system updates Home Assistant with the new energy usage data.
4. Notify Homeowner
Home Assistant can trigger notifications or alerts to inform the homeowner about significant changes in energy usage.
5. Display on Dashboard
The updated energy data is displayed on the Home Assistant dashboard for easy monitoring.
Postconditions
After completion, the homeowner has access to up-to-date energy consumption data, allowing for better energy management decisions.
Optional Enhancements
- Integrate with energy-saving suggestions based on consumption patterns.
- Add historical data analysis features to identify trends.
- Implement alerts for unusual consumption spikes.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | Energy Monitoring, Emporia | VUE002 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)