Docker container that exports data from a fronius gen24 inverter to https://pvoutput.org
docker pull superd/fronius-pvo-stats:latest
froniusIP
Your local Fronius IPpvOutputSID
Your PVOutput.org SIDpvOutputApiKEY
Your PVOutput.org API keyTZ
Your timezonedelay
(optional) delay override in mins, defaults to 2min
docker run --name='fronius-pvo-stats' -e TZ="Pacific/Auckland" -e 'dataManagerIP'='192.168.32.142' -e 'pvOutputApiKEY'='909e223c7feef0e841234598d69e993' -e 'pvOutputSID'='12345' 'superd/fronius-pvo-stats'
pvoutput.org api spec - https://pvoutput.org/help/api_specification.html#id2
Power and energy values can be derived from one another. When a system sends only power values v2 and v4 the corresponding energy values are automatically calculated.