Consumption Data Issues

Hey wattmatters are you doing a SolarAPI v1 - CurrentData - Meter as well? You only mention two pushes in your original post.

I also have a Fronius. The Log push fires off once per hour, the other two run every 5 minutes.

Thanks.

Just two: the inverter data push and log push. Didn’t realise it required a third push statement.

I’ve added that one to the push set up. Have not added any parameters to the 3rd push statement.

That would populate the energy consumption data however it highlights the missing log push data for the final hour of the day.

I have a Fronius Symo [ 3 Phase ] inverter, my three ‘PUSH’ commands are as follows:

I am a ‘Donator’ too. The Log Data often fills missing 5 min ( 0W ) pushes.

SolarAPI v1 - CurrentData - In
service/r2/froniuspost.jsp?sid=60955&key=KEY

Fronius Push to PVOutput/service/r2/froniuspost.jsp?sid=60955&key=KEY=Voltage_AC_Phase_1&auto=1

SolarAPI v1 - Logdata - Data/service/r2/froniuspost.jsp?sid=60955&key=KEY

[EDIT] Also do you have any idea why the there is a background Power value of 2W from your inverter? It seems to be present a lot of the time and at times when 0W would be more likely.[/EDIT]

1 Like

Not sure why I’d want to push AC_Phase_1 data?

For some reason the PVO data ends today at 11:10am. No idea why. Inverter is online and functioning normally and I have all my Solarweb data OK.

I don’t know what you mean by background power value of 2W?

Hi,

Disregard my comments about the 2W. I’ve mistakenly edited the wrong post - I’m an idiot.

I push the Voltage so that I can keep an I on the inverter. I’ve read that some others have had issues where the grid voltage rises too much at certain times.

OK thanks.

The voltage data push looks like it’s just for one of the three phases though. You’d want to track all three phases if grid voltage was an issue.

At some stage a log push must have updated my data for yesterday.

But I note the data goes from 00:05 to 11:55, so it’s clearly missing 5-minutes of data at one end of the day. Looking at my own data it would appear to be the end of the day that is missing but I can’t quite nail it as it’s not matching the energy total at 11:55 either.

This doesn’t affect PV output data as it’s not a daytime issue but consumption data and other calculations that flow on from that are clearly wrong.

Does PVO have a fix for this?
I’m following the PVO help guide instructions and other tips outlined.

Registering data for 23:55 to 24:00 is supported in general via the API but not via Fronius Push at the moment.

:frowning:

Thanks but disappointing to learn. Would be good to have that noted in the PVO help section under limitations of Fronius push to PVO.

OK, so today’s PVO data is just weird.

At 11am PVO reports I’ve consumed 12.2kWh when we’ve consumed nothing like that. The actual consumption up to 11am is 5.55kWh.

The power consumption data seems to be roughly tracking the solar production data and makes no sense.

This is the push setting for Current Data - Meter:

/service/r2/froniuspost.jsp?sid=62957&key=&dayenergy=1&delay=5

HTTP Post
5-min interval

And now it’s corrected itself, presumably after a log push at noon. Weird.

Take a look in Fronius Push

There’s discussion about ‘dayenergy’ usage with respect to differing versions of the Fronius inverter firmware.

My PVO consumption and Solarweb consumption figures match to two decimal places.

if you work out what phase always seems to have higher voltage (phase 1 for me) then you can just monitor that phase

Ugh. I need to match the push statement to a firmware version?

It varies for me.

Any clues as to why my power consumption line seems to parallel my production line at times?

This is not what is actually happening, it’s just what shows up in PVO. Actual power consumption bears no resemblance to this plot.

Looks like the Fronius pushing Net data.

The meter push setting should either have n=1 or auto=1.

Note the dayenergy=1 setting should be on the inverter push not the meter push.

Thanks!

The inverter push setting is dayenergy=1 so I’ve left that as is.
The meter push was also dayenergy=1, so I’ve changed that to auto=1

See what happens later today.

Live chart seems to be behaving better today. :slight_smile:

The post appears to be over a year old. Has it been fixed? I only have a a few days, but it looks like this is still the case, 24:00 (00:00) data is missing and 00:05 always starts with 0W consumption. Maybe I’m missing something in the setup.

Recording the last 5-minutes of the previous day via Fronius Log Push will be a future enhancement.