Power Monitoring Sensors
Solar Power
Real-time solar panel power generation.
Internal identifier for the sensor
Unit of measurement (Watts)
Home Assistant device class
Material Design Icon identifier
Current solar power generation in watts
Load Power
Current household power consumption.
Internal identifier for the sensor
Unit of measurement (Watts)
Home Assistant device class
Material Design Icon identifier
Current load power consumption in watts
Surplus Power
Available excess solar power after household consumption.
Internal identifier for the sensor
Unit of measurement (Watts)
Home Assistant device class
Material Design Icon identifier
Current surplus power available in watts
Grid Import Power
Power currently being imported from the electrical grid.
Internal identifier for the sensor
Unit of measurement (Watts)
Home Assistant device class
Material Design Icon identifier
Current grid import power in watts
Grid Export Power
Power currently being exported to the electrical grid.
Internal identifier for the sensor
Unit of measurement (Watts)
Home Assistant device class
Material Design Icon identifier
Current grid export power in watts
State and Duration Sensors
Energy State
Export Duration
Duration of continuous grid export.
Internal identifier for the sensor
Unit of measurement (Minutes)
Home Assistant device class
Home Assistant state class for historical tracking
Material Design Icon identifier
Duration in minutes the system has been exporting to grid
Import Duration
Duration of continuous grid import.
Internal identifier for the sensor
Unit of measurement (Minutes)
Home Assistant device class
Home Assistant state class for historical tracking
Material Design Icon identifier
Duration in minutes the system has been importing from grid
Action Tracking Sensor
Last Action
Most recent optimization action taken by the system.
Internal identifier for the sensor
Material Design Icon identifier
Description of the last optimization action performed (e.g., “Turned ON switch.boiler (surplus 1100W for 10 min)“)
Entity ID Format
All sensor entity IDs follow the pattern:sensor.energy_control_pro_{key} where {key} is the internal sensor identifier.
Complete list of sensor entity IDs:
sensor.energy_control_pro_solar_w- Solar power generationsensor.energy_control_pro_load_w- Household load consumptionsensor.energy_control_pro_surplus_w- Available surplus powersensor.energy_control_pro_grid_import_w- Grid import powersensor.energy_control_pro_grid_export_w- Grid export powersensor.energy_control_pro_energy_state- Current energy statesensor.energy_control_pro_export_duration_min- Export durationsensor.energy_control_pro_import_duration_min- Import durationsensor.energy_control_pro_last_action- Last optimization action
Usage Example
Update Interval
All sensors update every 10 seconds as configured in the coordinator (coordinator.py:90-95).Related
- Switches - Control optimization runtime
- Configuration Options - Configure thresholds
- Energy Monitoring - Detailed monitoring documentation