Replies: 1 comment 2 replies
-
It's working correctly. You're just running into standard authentication errors with the hue API. If you're specifically developing against it, you need to authenticate using a token. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to run hass-emulated-hue with docker-compose, I'm not able to start it.
By the way, I've been able to start the docker with the command:
docker run -t -d --network=host -e HASS_TOKEN=abc -e HASS_URL=123 ghcr.io/hass-emulated-hue/core:0.2.0
Everything works fine, no errors.
If I go to: http://myIP/api/pi/lights I get:
[{"error": {"address": "/lights", "description": "unauthorized user", "type": 1}}]
If I go to: http://myIP/description.xml I get:
1
0
http://myIP:80/
urn:schemas-upnp-org:device:Basic:1
Home Assistant (myIP)
Signify
http://www.philips-hue.com
Philips hue Personal Wireless Lighting
Philips hue bridge 2015
BSB002
http://www.philips-hue.com
b827eb77a19f
uuid:2f402f80-da50-11e1-9b23-b827eb77a19f
index.html
image/png
48
48
24
hue_logo_0.png
Can someone help me understanding how to fix that "unauthorized user" message above?
Thanks
Giosemmo
Beta Was this translation helpful? Give feedback.
All reactions