Overview
The Blue Current capability enables users to monitor the status and performance of their electric vehicle (EV) chargers conveniently. This solution provides real-time updates on charging progress and energy consumption, ensuring efficient use of home energy resources.
Benefits
- Track charging times and energy usage to optimize electricity costs.
- Receive notifications when charging is complete or if issues arise.
- Access historical data to analyze charging patterns and efficiency.
Intent
This capability allows homeowners to effectively manage their Blue Current EV charger, providing insights into charging activity and energy consumption. The outcome is a more efficient and informed EV charging experience.
Preconditions
- Blue Current EV charger installed and operational.
- Home Assistant integrated with the Blue Current charger.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Energy Monitoring.
Actors
- Homeowner monitoring EV charger
- Family member checking charging status
Trigger
The capability is triggered when the charging session starts, stops, or when the charge status changes.
Workflow Diagram
flowchart TD
A[Charging Session Starts] -->|check status| B{{Is Charging Active?}}
B -->|Yes| C[Monitor Energy Consumption]
C --> D[Notify User of Progress]
B -->|No| E[Log Session and Exit]
Workflow Description
1. Initialize Monitoring
The system begins monitoring the EV charger as soon as a charging session is detected.
2. Check Charging Status
The system checks if the charger is actively charging the EV and records the status.
3. Monitor Energy Consumption
Real-time energy consumption data is collected and analyzed for efficiency.
4. User Notification
Notifications are sent to the homeowner regarding charging progress and completion.
5. Log Charging Data
All charging data is logged for future reference and analysis, helping users track usage patterns.
Postconditions
After the capability completes, the homeowner has up-to-date information on the charging status and energy consumption, along with historical data for review.
Optional Enhancements
- Integrate with smart home energy management systems for optimized charging.
- Enable voice control through smart assistants for hands-free monitoring.
- Add a mobile app for remote monitoring and control.
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)