Skip to content

Commit d39ae55

Browse files
authored
Update deconz.md
1 parent 64f755f commit d39ae55

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/deconz.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
- [Website](https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/README.md)
55

66
## Troubleshooting
7-
Make sure your Conbee/Conbee II/RaspBee gateway is connected. If your gateway is not detected, or no lights can be paired, try moving the device to another usb port, reboot your computer and build the stack from the menu again `cd ~/IOTstack && bash ./menu.sh` (select "Pull full service from template" if prompted). The device must be plugged in when the deCONZ Docker container is being built.
7+
Make sure your Conbee/Conbee II/RaspBee gateway is connected. If your gateway is not detected, or no lights can be paired, try moving the device to another usb port, reboot your computer and build the stack from the menu again `cd ~/IOTstack && bash ./menu.sh` (select "Pull full service from template" if prompted). The gateway must be plugged in when the deCONZ Docker container is being built.
88

9-
Before running `docker-compose up -d`, make sure your Linux user is part of the dialout group, which allows the user access to serial devices (i.e. Conbee/Conbee II/RaspBee). If you are not certain, simply add your user to the dialout group by running the following command (username "pi" being used as an example):
9+
Before running `docker-compose up -d`, make sure your Linux user is part of the dialout group, which allows the user access to serial devices (i.e. Conbee/Conbee II/RaspBee). If you are not certain, simply add your user to the dialout group by running the following command (username "pi" being used as an example): `sudo usermod -a -G dialout pi`
1010

11-
`sudo usermod -a -G dialout pi`
11+
Now run `docker-compose up -d` to build the stack.
1212

13-
Now run `docker-compose up -d`.
14-
15-
If you are still experiencing issues, run `docker-compose down` and then `docker-compose up -d` again.
13+
If you are still experiencing issues, run `docker-compose down` to remove all containers from the stack and then `docker-compose up -d` to build them again.
1614

1715
Use a 0.5-1m usb extension cable with ConBee (II) to avoid wifi and bluetooth noise/interference from your Raspberry Pi (recommended by the manufacturer and often the solution to poor performance).
1816

0 commit comments

Comments
 (0)