Closed Sturmhorst closed 5 years ago
There seems to be an extra space in the host
value.
Is the same error reported when you run homebridge with only homebridge-hue enabled? It wouldn’t be the first time that another illbehaving plugin breaks homebridge-hue.
Could you attach the debug log file and the debug dump file, see https://github.com/ebaauw/homebridge-hue#troubleshooting.
I’m a moron. The gap was the issue. Thank and merry merry Christmas. You made my day!
I would expect request
to return an ENOTFOUND
error for a non-existing hostname, but apparently it reacts in a funny way to the leading space, hence the undefined
. Also, a trailing space results in a HTTP status 404 Not Found
.
Note to self: Best do some more rigorous checking on config.json.
you helped me a lot.
Issue
After troubleshooting my MaranztAVR Plugin the Hue/Deconz Plugin which i never touched after successfully implementation its send this error message.
I use the Raspbee Stick and Deconz/Phoscon on the same Pie as Homebridge
Log Messages
Dec 25 04:14:45 phoscon homebridge[2063]: [12/25/2018, 4:14:45 AM] [Hue] 192...100:8080: bridge request 2: get /config Dec 25 04:14:45 phoscon homebridge[2063]: [12/25/2018, 4:14:45 AM] [Hue] 192...100:8080: bridge communication error undefined on 192...100
My Config: { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:35", "port": 51826, "pin": "031-45-135" }, "accessories": [
{ "accessory": "SonoffTasmotaHTTP", "name": "Licht Aussen", "hostname": "192.168.1.216" }, { "accessory": "SonoffTasmotaHTTP", "name": "Steckerleiste", "hostname": "192.168.1.225" }