Skip to content

Commit a483b43

Browse files
authored
fixing typos and simplifying with gif
1 parent d09497e commit a483b43

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/deconz.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
- [Docker](https://hub.docker.com/r/marthoc/deconz)
44
- [Website](https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/README.md)
55

6-
## Accessing Phoscon ui
7-
deCONZ should now be available at http://ip.address.of.your.IOTstack.pc.here:8090/
6+
## Pre-installation
7+
Before running the command that creates the deconz Docker container (`docker-compose up -d`), you may need to add your Linux user to the dialout group, which allows the user access to serial devices (i.e. Conbee/Conbee II/RaspBee):
8+
9+
`sudo usermod -a -G dialout pi` (pi user being used as an example)
10+
11+
## Accessing the Phoscon UI
12+
The Phoscon UI is available using port 8090 (http://your.local.ip.address:8090/)
813

914
## Viewing the deCONZ Zigbee mesh
1015
The Zigbee mesh can be viewed using VNC (port 5901). The default VNC password is "changeme".
1116

1217
## Connecting deCONZ and Node-RED
13-
1) Install [node-red-contrib-deconz](https://flows.nodered.org/node/node-red-contrib-deconz) via the manage palette menu (if not already pre-installed with Node-RED)
14-
2) Open a deCONZ in node, select "Add new deconz-server" and type in the IP-address of your IOTstack pc (Rpi) and type in port 8090 (not websocket port)
15-
3) Open deCONZ (http://ip.address.of.your.IOTstack.pc.here:8090/) and open settings>gateway>advanced. Click "Authenticate app".
16-
4) Go back to your Node-RED instance and click the magick:get setting button in the server node. The API and websocket port will be automatically inserted. Click "Add" and you are good to go.
18+
Install [node-red-contrib-deconz](https://flows.nodered.org/node/node-red-contrib-deconz) via the "Manage palette" menu in Node-RED (if it is not already pre-installed) and follow the 2 simple steps in the video below:
1719

18-
![installing deCONZ](https://github.com/DIYtechie/resources/blob/master/images/deconz%20authenticate.png?raw=true)
19-
![installing deCONZ](https://github.com/DIYtechie/resources/blob/master/images/deconz%20node%20red%20config.png?raw=true)
20+
![installing deCONZ](https://github.com/DIYtechie/resources/blob/master/images/Setup%20deCONZ%20in%20Node-RED.gif?raw=true)

0 commit comments

Comments
 (0)