You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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