Now after getting everything set up so I can allow the add-on to play on the ports it wants to, my lights have been discovered in Hue elements and iConnectHue, which is the real prize.
But upon commanding things, the response times are very slow.
Upon commanding a light animation to play last night I saw an attempt by it going to the first color and then the animation failing.
This morning the lights didn’t even attempt to be begin the animations.
Here is an issue I see in the logs, hopefully there’s some correlation to what I’m seeing, it doesn’t make much sense to me.
----------------------------------------
Exception happened during processing of request from ('192.168.1.160', 55589)
Traceback (most recent call last):
File "/usr/local/lib/python3.8/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/lib/python3.8/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python3.8/socketserver.py", line 720, in __init__
self.handle()
File "/usr/local/lib/python3.8/http/server.py", line 429, in handle
self.handle_one_request()
File "/usr/local/lib/python3.8/http/server.py", line 395, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File "/usr/local/lib/python3.8/socket.py", line 669, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib/python3.8/ssl.py", line 1241, in recv_into
return self.read(nbytes, buffer)
File "/usr/local/lib/python3.8/ssl.py", line 1099, in read
return self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer
----------------------------------------