-
Notifications
You must be signed in to change notification settings - Fork 507
Add dev flag to deconz and deconz gui services
senilio edited this page Aug 12, 2021
·
1 revision
An issue was introduced in 2.12.4, where deCONZ sometimes would autodetect the wrong device, thus failing to connect to the Conbee stick. To fix this, specify the correct device in the deCONZ command line arguments.
- Stop the service:
sudo systemctl stop deconz
- Create systemd override file:
sudo systemctl edit deconz
An editor will open. Paste the following, then save the file.
[Service]
ExecStart=/usr/bin/deCONZ -platform minimal --http-port=80 --dev=/dev/ttyACM0
- Reload systemd:
sudo systemctl daemon-reload
- Start service again:
sudo systemctl start deconz
- Stop the service:
sudo systemctl stop deconz-gui
- Create systemd override file:
sudo systemctl edit deconz-gui
An editor will open. Paste the following, then save the file.
[Service]
ExecStart=/usr/bin/deCONZ --http-port=80 --dev=/dev/ttyACM0
- Reload systemd:
sudo systemctl daemon-reload
- Start service again:
sudo systemctl start deconz-gui
Home Remember : Not all devices listed here are supported by deconz.