Hi, not sure if it’s ‘normal’ but I’m seeing the following in the error log when I start Home Assistant (hass.io). The bridge was auto detected. I’m not seeing any odd behavior with the lights. I tried pressing the link button as HA starts but still get the error. I do have a simulated Hue bridge that I use to let Alexa ‘Stay arm’ my alarm panel. Not sure if it’s that one it’s complaining about (it shows up as a device waiting to be configured).
2019-12-29 20:51:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-29 20:51:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for neviweb130 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-29 20:51:13 ERROR (MainThread) [homeassistant.components.hue] Unknown Hue linking error occurred
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 191, in get_bridge
await bridge.create_user(f"home-assistant#{device_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: 101: link button not pressed
2019-12-29 20:51:14 ERROR (MainThread) [homeassistant.components.hue] Unknown Hue linking error occurred
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 191, in get_bridge
await bridge.create_user(f"home-assistant#{device_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: 101: link button not pressed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/config_flow.py", line 212, in async_step_import
bridge = await get_bridge(self.hass, host, username)
File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 203, in get_bridge
raise AuthenticationRequired
homeassistant.components.hue.errors.AuthenticationRequired
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 191, in get_bridge
await bridge.create_user(f"home-assistant#{device_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: 101: link button not pressed