After Updating my deconz-Docker to 2.32.5 its not possible to get a connection with the iobroker deconz adapter. The log message in iobroker is:
Could not connect to websocket instance of deConz/Phoscon. Error: socket hang up
no chance to get this running. created a new api key, restarted iobroker and deconz several times but nothing changed. downgraded to the last stable relelase again to get this working again.
anyone know a fix or facing the same issues upgrading to 2.32.5?
I m still on 2.32.4 beta, but websocket issue are solved on this version from last return.
Do you have another websocket client to make test ? On my side I m using a Browser plugin.
The websocket port is fixed ? On my side the websocket port have changed on last version.
Sorry, but we’ve just disabled HTTPS by default in the deCONZ Community Docker, and it should now work as before. Please try again.
It works again thank you so much!
just updatet ti 2.32.5 and get this warning in iobroker = Could not connect to websocket instance of deConz/Phoscon. Error: socket hang up
Are you using the deconz community docker?
For anyone having problems with Raspbian without Docker, I would like to share the solution from user @Siggi0904 on GitHub.
Hi XXX and XXX they removed the support for https websocket at port 443. You have to switch to port 441.
- In IOBroker settings of deconz adapter change to port 441
- Change/add --ws-port at service settings to --ws-port=441
Depending of your installation: in /etc/systemd/system/deconz.service add after --http-port=80 the --ws-port=441 and restart service and DeConz adapter in IOBroker.
In my installation, works good, IOBroker reconnected to DeConz.
this works for me too