I am running homebridge on a raspi. I just bought a Conbee II stick and successfully setup the gateway via deconz web interface (on port 4530). The gateway is recognized and I successully added a sensor.
But unfortunately the homebridge hue plugin cannot connect to Deconz.
Messages in Homebridge:
[15/12/2024, 16:13:30] [Hue] raspi.local: request 1: GET /config
[15/12/2024, 16:13:30] [Hue] raspi.local: request 1: http status 404 Not Found
[15/12/2024, 16:13:30] [Hue] raspi.local:4530: not found - retrying in 30s
In the Hue-Plugin Bridge-Settings instead of “raspi.local:4530” I also tried “127.0.0.1:4530” and also the IP-Adress of the raspi - nothing worked.
Some Information
Homebridge:
- Homebridge v1.8.5
- Hoembridge Hue Plugin v0.14.9
deCONZ: - Gateway Version 2.29.1
- Firmware 26780700
Json Config
“name”: “Hue”,
“anyOn”: true,
“hosts”: [
“raspi.local:4530”
],
“nativeHomeKitLights”: true,
“nativeHomeKitSensors”: false,
“resource”: true,
“sensors”: true,
“platform”: “Hue”