Fronius Battery % upload to pvoutput?

Hi,

I have a Fronius Symo Hybrid 5.0-3-S inverter with attached LG battery.

I configured two push messages for pvoutput.

I would like to be able to log the battery charge in %.

In the push setup of the inverter it is possible to upload:
SolarAPI v1 – Current Data – Storages

What URL should I use to upload this information to pvoutput? Is this supported at all?

1 Like

This push type isn’t supported, some documentation or sample data would be required first.

The format of the data is described by Fronius.

https://www.fronius.com/~/downloads/Solar%20Energy/Operating%20Instructions/42%2C0410%2C2152.pdf, see page 46.

It would be relatively easy to extract the data that you require from the Fronius inverter and then use it to populate some [ all ] of the Extended Data variables using the Fronius API /solar_api/v1/GetStorageRealtimeData.cgi

This assumes that that the LG battery is connected to the inverter using the inverter’s data bus.

If you can see something at http://fronius/solar_api/v1/GetStorageRealtimeData.cgi?Scope=System

also

http://fronius/solar_api/v1/GetStorageRealtimeData.cgi?Device=0

or

http://fronius/solar_api/v1/GetStorageRealtimeData.cgi?Device=1

You’re in luck.

P.S. Substitute the IP address of your inverter for ‘fronius’ if required.

Thanks, updated this to an idea for possible future enhancement.