Outout for voltage

Hi all, what would be the setting to bring voltage output from my Fronius inverter, I currently get the usage. my monitor https://pvoutput.org/intraday.jsp?id=25992&sid=23712&dt=20190308

Do you have the Fronius smart meter installed?

No I don’t have the smart meter. Just the Fronius inverter

Looking in the HELP at Fronius Push Services a ‘Fronius Log Data Push’

/service/r2/froniuspost.jsp?sid=your_sid&key=your_key&v6=Voltage_AC_Phase_1

Would do the trick - It is only available in ‘Donation’ mode though. I assume but really don’t know that the ‘Fronius Meter - Push Service’ only works if you have an optional Fronius Smart Meter installed in your meter box. I have a smart meter so I can’t test what happens if the ‘Fronius Meter’ push is made without actually having the Smart Meter!

If you don’t wish to donate and use the Log Push you could run a script to extract the data from your inverter and push it to PVOutput. There are a few scripts floating around which will do this. If you try the following URL replacing ‘fronius’ with the IP of your inverter - unless you have some sort of local name resolution going on in your home network. You should see something like this:

http://fronius/solar_api/v1/GetInverterRealtimeData.cgi?Scope=Device&DeviceID=1&DataCollection=CommonInverterData

UAC is AC Voltage

{
“Body” : {
“Data” : {
“DAY_ENERGY” : {
“Unit” : “Wh”,
“Value” : 19025
},
“DeviceStatus” : {
“ErrorCode” : 0,
“LEDColor” : 2,
“LEDState” : 0,
“MgmtTimerRemainingTime” : -1,
“StateToReset” : false,
“StatusCode” : 7
},
“FAC” : {
“Unit” : “Hz”,
“Value” : 49.950000000000003
},
“IAC” : {
“Unit” : “A”,
“Value” : 19.399999999999999
},
“IDC” : {
“Unit” : “A”,
“Value” : 16.68
},
“PAC” : {
“Unit” : “W”,
“Value” : 4722
},
“TOTAL_ENERGY” : {
“Unit” : “Wh”,
“Value” : 7666659.5
},
“UAC” : {
“Unit” : “V”,
“Value” : 242.19999999999999
},
“UDC” : {
“Unit” : “V”,
“Value” : 236.19999999999999
},
“YEAR_ENERGY” : {
“Unit” : “Wh”,
“Value” : 2666894
}
}
},
“Head” : {
“RequestArguments” : {
“DataCollection” : “CommonInverterData”,
“DeviceClass” : “Inverter”,
“DeviceId” : “1”,
“Scope” : “Device”
},
“Status” : {
“Code” : 0,
“Reason” : “”,
“UserMessage” : “”
},
“Timestamp” : “2019-03-10T13:04:47+08:00”
}