Hey there,
I am currently trying to get some values out of my openHAB-System (SmartHome). All the items there are exposed via REST-API to my home network.
When I try to GET the values into xibo I get an cURL-error.
Here is the link:
And the error i get:
Within my browser I can successfully get the JSON-Data of the item:
{"link":"http://192.168.20.21:8080/rest/items/KOSTALPIKOIQ100StatisticHomeconsumptionFromPVYear","state":"2361.4120125100007 kWh","stateDescription":{"pattern":"%.2f %unit%","readOnly":true,"options":[]},"editable":false,"type":"Number:Energy","name":"KOSTALPIKOIQ100StatisticHomeconsumptionFromPVYear","label":"Heimverbrauch PV (Jahr)","tags":[],"groupNames":["gKostalGleichrichter"]}
The error I get reads:
"Daten für Watson Batterie können nicht abgerufen werden, da cURL error 61: Unrecognized content encoding type. libcurl understands deflate, gzip content encodings. (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)."
Can anyone point me in the right direction?
Thank you!
Nikolaus\