This weekend I lost all of my Hue lights. HA can’t see my group entities at all and the individual entities are just unavailable. I haven’t made any changes to my lights for months and still have control in Hue and Google Home. The only change I’ve made recently is that I updated to 115 Friday, but still had control of lights for several hours.
I’ve tried rebooting the Hue hub and HA multiple times with no success.
On mobile, so I’ll try to get the formatting right.
2020-09-23 18:41:18 ERROR (MainThread) [homeassistant.components.hue] Unknown error connecting with Hue bridge at 192.168.0.2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 87, in async_setup
await authenticate_bridge(hass, bridge)
File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 270, in authenticate_bridge
await bridge.initialize()
File "/usr/local/lib/python3.8/site-packages/aiohue/bridge.py", line 48, in initialize
result = await self.request('get', '')
File "/usr/local/lib/python3.8/site-packages/aiohue/bridge.py", line 64, in request
res.raise_for_status()
File "/usr/local/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 941, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('http://192.168.0.2/api/3LgHT8NTUHCH2c8paI0zPWuOY0oalrsaE5h2eO0f/')
Interesting. I would remove the integration and re-add it. From the error, it looks like it lost authentication for some reason.
Looks like the IP address changed. Went ahead with your suggestion and it’s all good. Thanks!
1 Like
I kind of figured as much, but I thought 192.168.0.2 would have been a reserved address. But, to that point, make sure to create a DHCP reservation for your Hue hub in your router.
I’d love to, but my router is awful and says it can only have 10 reserved addresses even though I only have like 3. Need a new one for several reasons.
1 Like