ebaauw / homebridge-deconz

Homebridge plugin for deCONZ
Apache License 2.0
135 stars 7 forks source link

Configurable WebSocket port #164

Closed jnssnmrcs closed 11 months ago

jnssnmrcs commented 11 months ago

Would be great if you could add support for setting a web socket port other than the default 443. I'm running deconz in a docker image and is binding it to a different port.

ebaauw commented 11 months ago

No it wouldn't. The websocket port is actually reported by the deCONZ API - no need to configure it manually.

jnssnmrcs commented 11 months ago

hm my bad, I missed the env vars to control which port deconz uses for websocket, having some issues getting it to work though, but that's outside the scope of this plugin. Thanks, closing.