openHAB 4 migration FAQ

Deconz Service doesn’t detect the Conbee II Stick on Debian Bullseye

Symptom

The conbee II isn’t detected in the Gateway

As I have a feeling that a lot of us are using the at Zigbee stick, there is actually pitfall on the latest bullseye that breaks it finding the stick.

Mitigation

Patch like /usr/lib/udev/rules.d described here and change via

sudo nano /lib/systemd/system/deconz.service

the following line by adding your device at which the stick is connected to

ExecStart=/usr/bin/deCONZ -platform minimal --http-port=8070 --ws-port=8070 --dev=/dev/ttyACM0

2 Likes