for some time I get wrong visualisation of my energy use in the dashboard
I tried to remove the sorce (SMA Inverter) but it's not helping.
The data for solar production is correct.
If I compare the configuration with other setups (similar sources and inverters) all works correct.
The issue appears when the I migrated to new HA hw and imported a backup.
#wrong visualisation in energy dashboard
1 messages · Page 1 of 1 (latest)
Weird graphs that don't make sense tend to happen when your input sensors report some impossible situation, like if you export more energy than you produced or something like that.
Looking at the CSV export should give some clues.
Just based on a guess I'd say you're double counting energy into the battery as also exporting to grid.
10AM:
grid_consumption: 0
solar: 2.8kWh
grid_return: 2.8kWh
battery_in: 2.0kWh
battery_out: 0
this is not possible
your solar is being incorrectly counted as grid return
you've got monitoring in the wrong places or something
@mystic iron any clue where to look further?
found the issue 🤦♂️
Can you share what the issue was and how you solved it? For others who find this thread in the future. Nothing worse than finding someone who had the same issue and solved it but didn't share how