Hey there,
I would like to use some Home Assistant sensor data in Loxone.
The following bash command gets me to this information using CMD:
curl -X GET -H “Authorization: Bearer TOKEN” http://192.168.0.10:8123/api/states/sensor.temperature
Problem now: In Loxone, I cannot use curl, I need an URL to get the data. Is there somehow a way to get the authentication Bearer Token into the URL so I can get the data this way? Calling http://192.168.0.10:8123/api/states/sensor.temperature gets me an authorization error, obviously ![]()
Any help appreciated!