hello,
I have been trying many different things but I haven’t be able to configure philips hue with Hass.
I am using version 0.102.3 installed on a Raspberry Pi 3 Model B+.
Phlips hue bridge BSB002 | 1935144020
When trying to add from auto discovery I receive message “Registration failed” .
When add manual in configuration file, is not been added.
Both give the following error:
File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 176, in get_bridge
await bridge.create_user(f"home-assistant#{hass.config.location_name}")
File "/usr/local/lib/python3.7/site-packages/aiohue/bridge.py", line 38, in create_user
}, auth=False)
File "/usr/local/lib/python3.7/site-packages/aiohue/bridge.py", line 64, in request
_raise_on_error(data)
File "/usr/local/lib/python3.7/site-packages/aiohue/bridge.py", line 78, in _raise_on_error
raise_error(data['error'])
File "/usr/local/lib/python3.7/site-packages/aiohue/errors.py", line 39, in raise_error
raise cls("{}: {}".format(type, error['description']))
aiohue.errors.AiohueException: 7: invalid value, home-assistant#\u03a3\u03c0\u03af\u03c4\u03b9, for parameter, devicetype ```
After I read many posts I tried to clean up HUE bridge (from hue app).
Tried again but received the same error.
Anyone has a workaround please ?