dresden elektronik ingenieurtechnik gmbh
Tel: +49 351 31850-0 Fax: -10
Kontakt
Enno-Heidebroek-Str. 12
01237 Dresden | Germany
www.dresden-elektronik.de
© 2019 dresden elektronik ingenieurtechnik gmbh. Alle Rechte vorbehalten. Alle Warenzeichen, eingetragene Warenzeichen
und Produktnamen sind das Eigentum der jeweils Berechtigten. Für die Aktualität, Vollständigkeit und Richtigkeit der
enthaltenen Informationen können wir keine Garantie übernehmen. Technische Änderungen vorbehalten.
Now the first Zigbee devices can be paired via the Phoscon App. Further information can be found in
the
Docker
Supported host systems
Linux x86_64/amd64
Linux armv7 (e.g. Raspberry Pi)
To run deCONZ in a Docker container, we recommend the Docker image
marthoc/deconz
, which is
maintained by the community. This image supports on
amd64
and
armhf
platforms.
https://hub.docker.com/r/marthoc/deconz
Installation
The following steps describe how to start the deCONZ container on a Linux host system.
1. Set user USB access rights
sudo gpasswd -a $USER dialout
Note: Changes to access rights only become active after logging out and in or after a restart.
2. Create directory for persistent configuration
mkdir -p ~/.local/share/dresden-elektronik/deCONZ
3. Start deCONZ Docker container
4.
docker run -d \
5.
--name=deconz \
6.
--net=host \
7.
--restart=always \
8.
-v /etc/localtime:/etc/localtime:ro \
9.
-v ~/.local/share/dresden-
elektronik/deCONZ:/root/.local/share/dresden-elektronik/deCONZ \
10.
--device=/dev/ttyACM0 \
marthoc/deconz
With this configuration deCONZ runs in a Docker container on port 80.
Now the first Zigbee devices can be paired via the Phoscon App. Further information can be found in
the
A description of all available parameters as well as the use of Docker-Compose and VNC to access
the deCONZ GUI can be found in the