V2.32.5: websocket port switched to 80 after update from 2.31.2

Hi,

today I updated deconz from 2.31.2 to 2.32.5.

After that my NodeRed instance got not notified anymore and the Phoscon-GW node was regulary showing the following error:

WebSocket error: Error: connect ECONNREFUSED xxx.xxx.xxx.xxx:20877
WebSocket disconnected: 1006 -

checking the config via GET /api//config the result shows:
websocketport: 80

I tried to set the websocket port “manually” in the /lib/systemd/system/deconz-gui.service via
ExecStart=/usr/bin/deCONZ --http-port=80 --ws-port=20877

but after daemon-reload and restarting the service it is still the same in the config.
websocketport: 80

So I have two questions:
a) Is it intented, that after the update the websocket switched to 80, which is also the http port?
b) is there a different way to set it back to 20877?

1 Like