Hi all, I’ve spent the last few days looking around and I think I’ve arrived at a set of push commands that should work well(of course I’m here to be corrected as needed!):
Inverter push additional arguments:
&dayenergy=1
Meter push additional arguments:
&v6=Voltage_AC_Phase_1&auto=1
Log push additional arguments:
&v7=Current_DC_String_1&v8=Voltage_DC_String_1&v9=Current_DC_String_2&v10=Voltage_DC_String_2
LInk to my data for today: Fronius31430939 7.770kW
I tried various push settings in previous days but decided to stop yesterday and wait for the midnight rollover. So today July 28th onward is the only thing I’m really checking. The thing that seems odd to me is that power consumption is zero. From what I’ve read, consumption should be:
Consumed = Generation + EnergyReal_WAC_Plus_Absolute - EnergyReal_WAC_Minus_Absolute
Querying through http I get what look to be sensible values for EnergyReal_WAC_Minus_Absolute (they increase overnight in line with expectations). Here’s the first few few points from midnight:
“EnergyReal_WAC_Minus_Absolute” :
{
“Unit” : “Wh”,
“Values” :
{
“0” : 10571843,
“300” : 10571881,
“600” : 10571917,
EnergyReal_WAC_Plus_Absolute is unchanging before sunrise.
I’m making the assumption that DAY_ENERGY is correct as PVOutput is showing no energy generation.
So I’m wondering how for the first five minute interval 0 + 0 - (-38) is equalling zero as my consumption?
Any peculiarities with my install… Was using firmware 3.23.2-1 (think that is right),and did note this morning that 3-23.3-1 was available. and updated it (after the data posted above was gathered, so the data above is for the older firmware). Meter is on the consumption path (verified it physically) and is marked as such in the fronius settings. If curious, was previously using n=1 and nodayenergy=1 and having no (large) problems. Was looking to try out the improved auto=1 as the motivation for this.
I’ve probably missed some flag somewhere but if anyone can offer help, much appreciated. Solarweb shows correct consumption.
EDIT: The log push seems to be doing something to the consumption data after sunrise, but the values are too low.