Hi, I'm using a custom python script to integrate data from a grid tied pv inverter connected on AC input on a multiplus II.
It works great in general.
The inverter is shown correctly in the overview:
In the vrm advanced tab the pv inverter widget displays the daily yield:
These values also seem to be received correctly by the venus os gateway running on a raspberry pi:
However, the solar yield is missing in the historical data:
So my question would be, what am I missing to also fill the historical data?
Which source values are used to calculate the solar yield?
My python script currently updates the following dbus fields of "com.victronenergy.pvinverter":
/Ac/Power
/Ac/L1/Voltage
/Ac/L1/Current
/Ac/L1/Power
/Ac/L1/Energy/Forward
/Position
/StatusCode
/ErrorCode
Kind regards, Hendrik