Home Assistant Energy Dashboard - Redux #204
Replies: 5 comments 14 replies
|
@Tovrin Michael, All the accumulated sensors got replaced when the integration was updated to utilise the SIG modbus definitions v2.7 a few months ago. The sensors your using in the Electricity and Solar Panel sections of the dashboard (above) are correct, the Battery ones are also technically correct / one possible set of sensors to use. The other options are to use the a) 'Sigen Plant Daily Battery Discharge Energy' and 'Sigen Plant Daily Battery Ccharge Energy' or; b) 'Sigen Plant Total Battery Discharge Energy' and 'Sigen Plant Total Battery Ccharge Energy' .... using 'Plant' (instead of the individual inverter) in the hope of ever being able to afford to add add a second Sigenstor stack of ESS into the Gateway ;-) |
|
I take it you have only 2 batteries then? |
|
I have 1 inverter and 3 batteries and a gateway. The Sigenery integration reports 1 inverter, 3 Inverter PVs (which I assumed to be the batteries) and the Sigenery Plant. I think I understand what your getting at now. So the Inverter PVs are not the batteries, but the PV strings? |
|
Ok ... two things
sigh Edit: Ahhh ... not as bad as I thought. Backups! (So I only lose 12 hours. phew!) |
|
Incidentally, is there a way to see the individual battery stats? |




Uh oh!
There was an error while loading. Please reload this page.
I've been having issues with the Home Assistant Energy Dashboard as I was getting some strange figures that made no sense (usage seems to be heavily inflated over the Fronius inverter I replaced .... like DOUBLE). When I checked the configuration, some things have changed from when I originally set them up in Home Assistant:
Anyway, this is my configuration. Can someone confirm that these are correct?

| Electricity Grid
| -- Grid consumption
| ---- Sigen Plant Total Imported Energy = sensor.sigen_plant_accumulated_grid_import_energy
| -- Return to grid
| ---- Sigen Plant Total Exported Energy = sensor.sigen_plant_accumulated_grid_export_energy
| Solar Panels
| -- Solar production
| -- Sigen Inverter Total Charge Energy = sensor.sigen_inverter_total_charge_energy
| Home Battery Storage
| -- Battery systems
| ---- Sigen Inverter Total Discharge Energy = sensor.sigen_inverter_total_discharge_energy
| ---- Sigen Inverter Total PV Energy = sensor.sigen_inverter_accumulated_pv_energy
And then I have a bunch of monitoring devices to try and figure out where my energy consumption is going.
Just to reiterate, then friendly name changes are nothing I've done. I assume they occured in subsequent updates of the integration.
Confirmation of the configuration would go a long way to try and figure out the weird strange (inflated) I'm getting.
All reactions