Hello, I'm trying to collect data from our Fronius photovoltaic inverters
The appliance give the data below calling this url :http://ipadress/solar_api/v1/GetInverterRealtimeData.cgi
I'm trying with restapi V2, but the output seems not a JSONpath standard..
{
"Body" : {
"Data" : {
"DAY_ENERGY" : {
"Unit" : "Wh",
"Values" : {
"1" : null
}
},
"PAC" : {
"Unit" : "W",
"Values" : {
"1" : 14968.05078125
}
},
"TOTAL_ENERGY" : {
"Unit" : "Wh",
"Values" : {
"1" : 507850.88666666666
}
},
"YEAR_ENERGY" : {
"Unit" : "Wh",
"Values" : {
"1" : null
}
}
}
},
"Head" : {
"RequestArguments" : {
"Scope" : "System"
},
"Status" : {
"Code" : 0,
"Reason" : "",
"UserMessage" : ""
},
"Timestamp" : "2023-07-05T15:15:12+00:00"
}
}
Article Comments
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
I see that the device you are trying to monitor is not on line for me to test. I also tried downloading the API documentation from Fronius but it is asking me to register. Being that the case, it will be very difficult for me to troubleshoot this issue through this channel. I will suggest you to open a support request sending an email to: support@paessler.com or by PRTG Application under Setup | Contact Support and opening a Support Ticket.
Jul, 2023 - Permalink