Hello! At first I’d like to thank you for all the time and effort, designing this incredible dashboard!
Unfortunately, I am just starting to integrate this and now I have reached a dead end.
I am struggling with the values I get from the integration or simply the values from the inverter and I don’t know, what ist going here.
I am using the binsentu-Integration and I am able to read the values via Modbus. However, I can’t explain, how to read some of them. For example:
Value via Modbus integration: sensor.solaredge_ac_energy_kwh: 3.866,065 kWh
Value on Inverter Display: 32515 kWh
The value on the Inverter Display should be correct and the value from the modbus integration is far from a realistic value.
These are the entities I use for the Energy-Dashboard, which I assume are correct, the power distribution today the values from the solaredge portal:
Sorry for the weird screenshot, but I am only allowed to upload one media file.
So except for the value “From Grid” all values are differing and I don’t understand, why! I have an SE9K for production and a SE3680 for the battery with a LG RESU10H.
Any ideas? Would be great :). Thx!!
I wonder if the setup with 2 inverters may also give you different values. I only have one inverter and do not know how 2 inverters would be handled through the modbus integration…
You are right. The integration is only asking the “master”-inverter (battery inverter) which is delivers really weird values. I have no idea, what those values are representing.
So for this to work I’d need to read both inverters which is obviously not possible with the binsentu-integration
i have watched the values about a week now and i’m pretty sure, that there must be an isse. I understand your argumentation, but something must be “not OK”.
Please look at my Screenshots. Both are from the same time and this would only occur, if the House consumes most of the Power from the Battery and - this is since you changed the behavior of the house consumption.
I do see a similar difference and in my case I can explain it with the battery effectiveness. Could you check the value of that sensor when you have this situation?
regarding the difference between App and own tracking:
I have a setup with grafana (for dashboard), postgres (as db) and a node application for accumulating energy values between data points and storing the data.
My modbus update interval is 5s but I have had a difference of roughly 7%. Now I added some protection against those 0 values as mentioned in one of your comments.