Skip to content

Commit 1a0c310

Browse files
authored
Create deconz.md
1 parent 07837f7 commit 1a0c310

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/deconz.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# deCONZ
2+
## References
3+
- [Docker](https://hub.docker.com/r/marthoc/deconz)
4+
- [Website](https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/README.md)
5+
6+
## Installing Phoscon (the part of deCONZ that lets you add devices and setup the gateway)
7+
All devices are commented out of the docker-compose template by default to avoid errors. After adding deCONZ to the stack, comment in your device and physically plug in the relevant device (e.g. ConBee II) BEFORE running `docker-compose up -d` again.
8+
9+
10+
11+
## Viewing the Zigbee mesh
12+
The Zigbee mesh can be seen using VNC (port 8090). The default password is "changeme".
13+
14+
By default, VNC container has no password. You can leave it that way if you like but its always a good idea to secure your services.
15+
16+
## Connecting deCONZ and Node-RED
17+
(port 8090)
18+
19+
Step 2
20+
Edit the file called services/mosquitto/mosquitto.conf and remove the comment in front of password_file. Restart the container with `docker-compose restart mosquitto`. Type those credentials into Node-red etc.

0 commit comments

Comments
 (0)