You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this plugin running OK for a while, but (after update?) it stopped refreshing data.
I've deleted the plugin and re-installed it, but can't get it to refresh.
I've set the correct IP, tried Fronius Device ID 0 and 1, but no luck
Hi Rene,
I had this plugin running OK for a while, but (after update?) it stopped refreshing data.
I've deleted the plugin and re-installed it, but can't get it to refresh.
I've set the correct IP, tried Fronius Device ID 0 and 1, but no luck
I'm able to get data via:
http://192.168.0.122/solar_api/v1/GetInverterRealtimeData.cgi?Scope=System
Result:
{
"Body" : {
"Data" : {
"DAY_ENERGY" : {
"Unit" : "Wh",
"Values" : {
"1" : 2028
}
},
"PAC" : {
"Unit" : "W",
"Values" : {
"1" : 2417
}
},
"TOTAL_ENERGY" : {
"Unit" : "Wh",
"Values" : {
"1" : 9155230
}
},
"YEAR_ENERGY" : {
"Unit" : "Wh",
"Values" : {
"1" : 4245671
}
}
}
},
"Head" : {
"RequestArguments" : {
"DeviceClass" : "Inverter",
"Scope" : "System"
},
"Status" : {
"Code" : 0,
"Reason" : "",
"UserMessage" : ""
},
"Timestamp" : "2021-10-08T10:18:45+02:00"
}
}
Via:
http://192.168.0.122/solar_api/v1/GetPowerFlowRealtimeData.fcgi
Result:
{
"Body" : {
"Data" : {
"Inverters" : {
"1" : {
"DT" : 122,
"E_Day" : 3303,
"E_Total" : 9156510,
"E_Year" : 4246947.5,
"P" : 3021
}
},
"Site" : {
"E_Day" : 3303,
"E_Total" : 9156510,
"E_Year" : 4246947.5,
"Meter_Location" : "unknown",
"Mode" : "produce-only",
"P_Akku" : null,
"P_Grid" : null,
"P_Load" : null,
"P_PV" : 3021,
"rel_Autonomy" : null,
"rel_SelfConsumption" : null
},
"Version" : "12"
}
},
"Head" : {
"RequestArguments" : {},
"Status" : {
"Code" : 0,
"Reason" : "",
"UserMessage" : ""
},
"Timestamp" : "2021-10-08T10:45:22+02:00"
}
}
Can you point me in the right direction?
The text was updated successfully, but these errors were encountered: