WLED sync to diyHue bridge (emulated)

I’m trying to sync my WLED strips to an (emulated) philips hue strips from that project:
GitHub - diyhue/diyHue: Main diyHue software repo.
The hue app did find my emulated bridge also my emulated strips, but if I try to sync it to WLED,
I get Hue status: Timeout. After that I checked the logs from diyHue, while the checkbox after poll hue light… is set, I see one api Post request: Post /api HTTP/1.1" 200 -
while unchecking it and save, I receive that msg:

Exception happened during processing of request from (‘xxx.xxx.xxx.xxx’, 54032)
Traceback (most recent call last):
File “/usr/lib/python3.7/socketserver.py”, line 650, in process_request_thread
self.finish_request(request, client_address)
File “/usr/lib/python3.7/socketserver.py”, line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File “/usr/lib/python3.7/socketserver.py”, line 720, in init
self.handle()
File “/usr/lib/python3.7/http/server.py”, line 428, in handle
self.handle_one_request()
File “/usr/lib/python3.7/http/server.py”, line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File “/usr/lib/python3.7/socket.py”, line 589, in readinto
return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

I’m not sure where to check anything else, also has WLED some more debug infos? So I can identify what’s wrong.

Thanks in advance.

1 Like

Same exact error here using a fresh DIYHue install and already working WLED controller. Did you find a fix for the problem?