Requirements
Before installing Energy Control Pro, make sure you meet these requirements:HACS installed
You need HACS (Home Assistant Community Store) installed in your Home Assistant instance.
Solar power sensor
A sensor entity that reports solar power in watts (W) - only required for real mode.
Load power sensor
A sensor entity that reports home load power in watts (W) - only required for real mode.
Switch entities
Optional: switch or input_boolean entities for loads you want to control automatically.
If you don’t have real sensors yet, you can use simulation mode to test the integration with built-in solar profiles.
Power sensor requirements
For real mode (non-simulation), your solar and load sensors must meet these criteria:- Entity domain must be
sensor - State must be numeric (not unavailable or unknown)
- Unit of measurement must be watts (W) or kilowatts (kW)
- Values must be current power readings (not energy totals)
Example compatible sensors
Example compatible sensors
Installation steps
Follow these steps to install Energy Control Pro through HACS:Add custom repository
Click the three-dot menu in the top right, then select Custom repositories.Add this repository:Category: Integration
Verify installation
After restarting Home Assistant, verify the integration is available:Only one instance of Energy Control Pro can be installed. The integration enforces a unique ID to prevent duplicate configurations.
Troubleshooting
Integration doesn't appear after restart
Integration doesn't appear after restart
Check the logs:
- Go to Settings → System → Logs
- Filter by
energy_control_pro - Look for any error messages during startup
- Home Assistant version too old (need 2024.1.0+)
- HACS installation didn’t complete properly
- Home Assistant didn’t fully restart
HACS shows download failed
HACS shows download failed
Try these steps:
- Check your internet connection
- Verify the repository URL is correct
- Try removing and re-adding the custom repository
- Check HACS logs for network errors
Can't find integration after HACS install
Can't find integration after HACS install
Make sure you:
- Completed the HACS installation (shows as “Installed” in HACS)
- Restarted Home Assistant after installation
- Waited for the restart to complete fully
- Cleared your browser cache and refreshed the page
Updating
HACS automatically checks for updates to Energy Control Pro. When an update is available:- You’ll see an update notification in HACS
- Click Update in the Energy Control Pro entry
- Restart Home Assistant to load the new version