I’m struggling now to line up my daily production between HomeAssistant, the Fronius Web Interface and PVOutput for my hybrid inverter with battery attached.
Firstly, for today the fronius web interface/app shows I produced about 22kWh via my 6kW inverter. Self consumption is 16.1kWh and to the grid 6.33kWh. Self Consumption is split between direct use (4.38kWh) and charging the battery (11.7kWh). That agrees with my current pvoutput for Energy. However HA (Via the HomeAssistant Fronius Integration) shows only 14.39kWh.
Looking into it, I discovered that my script wasn’t pulling the inverter data correctly to use in V1. So I fixed that… But then I did some back of the napkin calculations… And the inverter data (TOTAL_ENERGY) doesn’t appear to be right. TOTAL_ENERGY looks to be reading low. That’s where the HA fronius integration is getting 14kWh from. And according to the fronius app (And the background calculations that made V1 superfluous on pvoutput) it’s wrong.
I’m just not sure why… I have a second inverter. A 4kW one that does my hot water and car charger. And that looks to be consistent across all 3 places (pvoutput, HA and fronius). I’m just not sure why TOTAL_ENERGY would be wrong for the inverter with the battery on it… It doesn’t add up if I assume TOTAL_ENERGY doesn’t include the battery charging either. Almost, but is still out by 1-2kWh.
It’s all a bit weird at the moment that pvoutput was accidentally working because I had made. typo and TOTAL_ENERGY wasn’t getting updated in V1… But now that it is, it looks to be wrong…
Maybe I’m missing something, but I hand checked the TOTAL_ENERGY and the data agrees with HomeAssistant. But I can’t see why Fronius and the background pvoutput calculations without V1 would agree with each other but with TOTAL_ENERGY HA and pvoutput disagree with fronius themselves.
Now I’m starting to doubt my own sanity…