Could you please take a look at this poll I created two months ago.
I want people’s feedback on what format to use for total_yield.
Do people prefer the current MWh, or would they prefer it to be kWh to match the other sensors?
Another observation: the resolution of the AC frequency is a little low, only 1 digit after the decimal separator. An extra digit would make it much more useful. A variation of 0.1 Hz is quite a lot already (at least in the Netherlands).
I don’t think so, however, the inverter may have to disconnect from the grid in that case. There are settings in the inverter to set the country specific requirements.
Yes, high grid voltages are an issue here too, in area’s with a lot of PV.
Inverters have to disconnect from the grid in that case. I hope there is some randomness in the algorithm, otherwise all Inverters disconnect from the grid at the same time, causing the voltage to drop, they all connect again, ad infinitum…
Hm, don’t know why, but after my inverter run mode changed to Waiting, the total yield dropped to 0 10 minutes later. Daily yield is still there.
SolaX cloud does show the correct total yield.
So I should use the daily energy sensor for the energy dashboard?
If i understand the documentation here it will interpret a jump to 0 as a new meter, so the total yield sensor can’t be used in its current form for PV-only systems. The state changes to 0 should not be sent to HA.
I just checked my statistics database, it indeed doubled the sum of total yield after the inverter woke up.
Normally we should use the total energy sensor in the energy dashboard.
Strange that a sleep cycle would reset this. Even a hybrid can go to sleep in the winter when batteries are low. I did not notice that behavior on my hybrid last winter when it went to sleep almost each night.
I however have the impression that the solax cloud software uses the daily counter and not the total one. I normally disconnect my inverter from the cloud (for security reasons), in those periods the increments are lost in the solax dashboard, so it does not seem to use the total counters in the inverter.
If this counter reset is systematic (and not a side effect from another bug), we could adapt our software for MIC and store the previous total value somewhere and report the sum of the stored value and the new total value. Nevertheless, I hope this is a side effect of another bug since it would become very ugly …
The API does return the total count as the yieldtotal attribute for me, but the SolaX cloud dashboard indeed only seems to use the daily counter (it started at 0 when I first connected).