cURL
curl --request GET \ --url https://api.energy-hub.io/v1.0.0/users/{userId}/pv-inverters/{pvInverterId}/refresh \ --header 'X-API-KEY: <api-key>'
200
example
{ "lastUpdated": "2023-11-07T05:31:56Z", "powerState": { "lastUpdated": "2023-11-07T05:31:56Z", "state": "PRODUCING", "solarPower": 12 }, "locationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isOnline": true, "id": "6eb5497d-c6bb-4290-84ef-4409fe9501f1", "userId": "896f9d5a-b618-48a2-98ae-957059bf1bc9", "staticData": { "lastUpdated": "2023-11-07T05:31:56Z", "vendor": "FRONIUS", "name": "My device", "siteName": "My Home", "model": "Sunny Device" }}
Updates PV inverter with newest data from vendor system for the user.
API key used for authorization and authentication.
User ID
PV inverter ID
Successful operation
Object of PV inverter response.