Skip to content

Conversation

@Markkuuss
Copy link
Contributor

Adds a dedicated websocket port prompt (default 8088) instead of reusing the HTTP port, keeping the HTTP behavior unchanged and avoiding double‑binding the same port which can cause issues.

@Markkuuss Markkuuss force-pushed the bugfix/phoscon-ws-port branch from 31813e8 to 393505b Compare January 7, 2026 20:34
@mstormi
Copy link
Contributor

mstormi commented Jan 8, 2026

I don't get it. The existing lines right before your new ones do exactly the same, don't they. Except for the port number. It's even documented in there.

@Markkuuss
Copy link
Contributor Author

With the current setup, the deCONZ/Phoscon WebSocket interface does not work. The HTTP service is currently bound to the same port as the WebSocket interface. The WebSocket interface must run on an unused port. Therefore, two ports and two corresponding queries are required, not a single query with both services on the same port.

Copy link
Contributor

@mstormi mstormi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add unattended installation, too?
Add a parameter to build-image/openhabian.conf for the wsport and add calling deconz_setup from openhabian-setup.sh if that's set.
Add that param to the docs, too.

@Markkuuss Markkuuss force-pushed the bugfix/phoscon-ws-port branch from 5f39f8d to 6c90f1c Compare January 10, 2026 14:47
@mstormi mstormi merged commit 8aed446 into openhab:main Jan 16, 2026
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants