Home Assistant
Energy Management
You can read more Energy Management in Home Assistant here and here.

The following sensors are required as a minimum to enable the Home Assistant Energy feaure for a hybrid inverter with PV and a battery.
yaml
SENSORS:
- energy_managementIncluded sensors
yaml
SENSORS:
- total_grid_import
- total_grid_export
- total_pv_energy
- total_battery_charge
- total_battery_dischargeOnce you included these sensors in your addon configuration, they should be available in Home Assistant and you can add them to the Energy Management configuration by following this link:
Show the Energy panel (also available in your sidebar):
You can also add individual devices to the energy tracking
yaml
SENSORS:
- total_load_energy
- total_active_energy