Replies: 5 comments 4 replies
-
|
Hi, Electricity grid: to feed_in_total_energy (Grid consumption) All values of type "sum_all_phases" are unavaiable on my inverter : SAJ-HS2-5K-S2-X |
Beta Was this translation helpful? Give feedback.
-
|
Please note that the sensor |
Beta Was this translation helpful? Give feedback.
-
|
I have a H2-10K-T3-AU model and sensor.saj_total_power_generation is 0, but yet I'm generating solar power. I have tried using the sensor.saj_inverter_total_power_generation but this includes power generated by converting battery storage to power as well, so that's not useful. Does anyone know why total_power_generation would be 0? I've looked for other sensors/entities and there is nothing alternative I found to use. Help appreciated. |
Beta Was this translation helpful? Give feedback.
-
|
sensor.saj_pv_power |
Beta Was this translation helpful? Give feedback.
-
|
I don't even have a sensor named |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Requirements:
Ensure the following energy sensors from the SAJ H2 integration are available in Home Assistant:
Electricity grid:
sensor.saj_sum_all_phases_feed_in_total(Grid consumption)sensor.saj_sum_all_phases_sell_total(Grid return/export)Solar panels:
sensor.saj_total_power_generation(Total solar production)Home battery storage:
sensor.saj_battery_total_discharge(Battery discharge)sensor.saj_battery_total_charge(Battery charge)1. Open the Energy Dashboard
Go to Settings → Dashboards → Energy in Home Assistant.
Click “Start setup” (if new) or “Edit” to configure sources.
2. Assign Energy Sources
🔌 Grid:
sensor.saj_sum_all_phases_feed_in_totalsensor.saj_sum_all_phases_sell_total☀️ Solar:
sensor.saj_total_power_generation🔋 Battery:
sensor.saj_battery_total_dischargesensor.saj_battery_total_charge3. Enabling Disabled Sensors (if missing)
If a required sensor does not appear in the Energy Dashboard dropdown, it might be disabled. To enable it:
After enabling, return to the Energy Dashboard setup. The sensors should now appear in the dropdown menus.
Beta Was this translation helpful? Give feedback.
All reactions