Hey guys,
I have a Conbee2 stick connected to Raspberry Pi 3b, running homebridge on it and the conbee plugin. Everything works fine, also the deconz web server, except 1 problem:
I have 2 Zigbee devices, which don’t behave properly and I want to see the ZigBee Topology View to check their connections.
The installation was headless before, I installed GUI (GDM3) after deconz.
Now unfortunatelly I cannot start the deconz-GUI.
I disabled and stopped deconz and enabled and started deconz-GUI.
But when I try to start the application with mouse-click, nothing happens.
In the SSH session, when checking for deconz-gui “status” it says the following:
i@homebridge:~ $ sudo systemctl start deconz-gui
pi@homebridge:~ $ systemctl status deconz-gui
● deconz-gui.service - deCONZ: ZigBee gateway – GUI/REST API
Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; preset: enabled)
Active: activating (auto-restart) (Result: signal) since Tue 2025-07-22 13:05:56 CEST; 4s ago
Process: 11264 ExecStart=/usr/bin/deCONZ --http-port=8091 (code=killed, signal=ABRT)
Main PID: 11264 (code=killed, signal=ABRT)
CPU: 172ms
Jul 22 13:05:56 homebridge deCONZ[11264]: qt.qpa.xcb: could not connect to display :0
Jul 22 13:05:56 homebridge deCONZ[11264]: qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in >
Jul 22 13:05:56 homebridge deCONZ[11264]: This application failed to start because no Qt platform plugin>
Jul 22 13:05:56 homebridge deCONZ[11264]: Available platform plugins are: eglfs, linuxfb, minimal, minim>
Jul 22 13:05:56 homebridge systemd[1]: deconz-gui.service: Main process exited, code=killed, status=6/AB>
Jul 22 13:05:56 homebridge systemd[1]: deconz-gui.service: Failed with result ‘signal’.
lines 1-13/13 (END)…skipping…
● deconz-gui.service - deCONZ: ZigBee gateway – GUI/REST API
Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; preset: enabled)
Active: activating (auto-restart) (Result: signal) since Tue 2025-07-22 13:05:56 CEST; 4s ago
Process: 11264 ExecStart=/usr/bin/deCONZ --http-port=8091 (code=killed, signal=ABRT)
Main PID: 11264 (code=killed, signal=ABRT)
CPU: 172ms
Jul 22 13:05:56 homebridge deCONZ[11264]: qt.qpa.xcb: could not connect to display :0
Jul 22 13:05:56 homebridge deCONZ[11264]: qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was >
Jul 22 13:05:56 homebridge deCONZ[11264]: This application failed to start because no Qt platform plugin could be initialized.>
Jul 22 13:05:56 homebridge deCONZ[11264]: Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc,>
Jul 22 13:05:56 homebridge systemd[1]: deconz-gui.service: Main process exited, code=killed, status=6/ABRT
Jul 22 13:05:56 homebridge systemd[1]: deconz-gui.service: Failed with result ‘signal’.
Any advice?