does anyone else get errors like this with their hue hubs? (XX = redacted)
2018-02-18 13:00:32 WARNING (MainThread) [homeassistant.helpers.entity] Update o
f light.master_hue_group is taking over 10 seconds
2018-02-18 13:00:32 ERROR (Thread-20) [phue] GET Request to X.X.X.X/api/XXXXXXX timed out.
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/phue.py", line 651, in re
quest
connection.request(mode, address)
File "/usr/lib/python3.5/http/client.py", line 1107, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.5/http/client.py", line 1152, in _send_request
self.endheaders(body)
File "/usr/lib/python3.5/http/client.py", line 1103, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
self.send(msg)
File "/usr/lib/python3.5/http/client.py", line 877, in send
self.connect()
File "/usr/lib/python3.5/http/client.py", line 849, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/usr/lib/python3.5/socket.py", line 712, in create_connection
raise err
File "/usr/lib/python3.5/socket.py", line 703, in create_connection
sock.connect(sa)
socket.timeout: timed out
2018-02-18 13:00:32 WARNING (Thread-20) [homeassistant.components.light.hue] Tim
eout trying to reach the bridge
i get these every 30 mins or hour or so. it’s been going on for while a while for me (i’m on .63.3 but it started many many releases ago). my hue hub is wired, has a static IP, and i’ve never failed to reach it manually.
my hue devices work the vast majority of the time, but occasionally they fail.
curious if anyone else has seen similar.