![](/html/15/1550/1550bba42690793d46be8586fe18c521fb7011678ce5489eb4ea5bd368dc6a9d/bg1.png)
200 m in free line of sight
Microsoft Windows 7 / 10, Ubuntu, Raspbian, Docker
ConBee II – ZigBee USB Gateway
User Manual
The universal Zigbee USB gateway
Unites Zigbee devices of many vendors
A cloud free solution
strong signal range via power-amplifier
works with popular Home Automation Systems
Technical specification
dresden elektronik ingenieurtechnik gmbh 04|2019
![](/html/15/1550/1550bba42690793d46be8586fe18c521fb7011678ce5489eb4ea5bd368dc6a9d/bg2.png)
dresden elektronik ingenieurtechnik gmbh
Tel: +49 351 31850-0 Fax: -10
wireless@dresden-elektronik.de
www.dresden-elektronik.de
Content
The universal Zigbee USB gateway ........................................................................................................ 1
Technical specification ......................................................................................................................... 1
Installation ............................................................................................................................................ 2
Supported platforms ......................................................................................................................... 2
Connection ........................................................................................................................................... 2
Raspbian .............................................................................................................................................. 3
Supported Raspberry Pi models and distributions ........................................................................... 3
Installation ........................................................................................................................................ 3
Ubuntu.................................................................................................................................................. 4
Supported Ubuntu versions .............................................................................................................. 4
Installation ........................................................................................................................................ 4
Docker .................................................................................................................................................. 6
Supported host systems ................................................................................................................... 6
Installation ........................................................................................................................................ 6
Windows 10 installation ....................................................................................................................... 7
Windows 7 installation ......................................................................................................................... 7
Radio certification .............................................................................................................................. 13
United States (FCC) ....................................................................................................................... 13
Innovation, Science and Economic Development (ISED) Canada ................................................ 13
European Union (RED) .................................................................................................................. 14
Ordering Information .......................................................................................................................... 14
Installation
The deCONZ application is a tool to configure, control and monitor Zigbee networks with the
ConBee II.
The following sections describe the installation steps of deCONZ for various platforms.
Supported platforms
Raspbian
Ubuntu
Docker
Windows 7
Windows 10
Connection
To ensure a strong radio signal, the use of a USB extension cable is recommended.
Helps in following situations:
Interference with housing and peripherals
© 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.
![](/html/15/1550/1550bba42690793d46be8586fe18c521fb7011678ce5489eb4ea5bd368dc6a9d/bg3.png)
dresden elektronik ingenieurtechnik gmbh
Tel: +49 351 31850-0 Fax: -10
wireless@dresden-elektronik.de
www.dresden-elektronik.de
Devices are not controllable
Problems when pairing new devices
Low signal range
Raspbian
Supported Raspberry Pi models and distributions
Raspberry Pi 1, 2B, 3B and 3B+
Raspbian Jessie
Raspbian Stretch
Note
The following steps describe the manual installation of deCONZ. Alternatively a preinstalled SD-card
image can be used.
Installation
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. Import Phoscon public key
3. wget -O - http://phoscon.de/apt/deconz.pub.key | \
sudo apt-key add -
4. Configure the APT repository for deCONZ
Stable
sudo sh -c "echo 'deb http://phoscon.de/apt/deconz \
$(lsb_release -cs) main' > \
/etc/apt/sources.list.d/deconz.list"
Beta (alternative)
sudo sh -c "echo 'deb http://phoscon.de/apt/deconz \
$(lsb_release -cs)-beta main' > \
/etc/apt/sources.list.d/deconz.list"
5. Update APT package list
sudo apt update
6. Install deCONZ
sudo apt install deconz
© 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.
![](/html/15/1550/1550bba42690793d46be8586fe18c521fb7011678ce5489eb4ea5bd368dc6a9d/bg4.png)
dresden elektronik ingenieurtechnik gmbh
Tel: +49 351 31850-0 Fax: -10
wireless@dresden-elektronik.de
www.dresden-elektronik.de
After the installation deCONZ can be started via the application menu.
Menu > Programming > deCONZ
Now the first Zigbee devices can be paired via the Phoscon App. Further information can be found in
the Phoscon App documentation.
Ubuntu
Supported Ubuntu versions
Ubuntu 16.04 LTS 64-Bit
Ubuntu 18.04 LTS 64-Bit
Installation
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. Import Phoscon public key
3. wget -O - http://phoscon.de/apt/deconz.pub.key | \
© 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.
![](/html/15/1550/1550bba42690793d46be8586fe18c521fb7011678ce5489eb4ea5bd368dc6a9d/bg5.png)
dresden elektronik ingenieurtechnik gmbh
Tel: +49 351 31850-0 Fax: -10
wireless@dresden-elektronik.de
www.dresden-elektronik.de
sudo apt-key add -
4. Configure the APT repository for deCONZ
Stable
sudo sh -c "echo 'deb [arch=amd64] http://phoscon.de/apt/deconz \
$(lsb_release -cs) main' > \
/etc/apt/sources.list.d/deconz.list"
Beta (alternative)
sudo sh -c "echo 'deb [arch=amd64] http://phoscon.de/apt/deconz \
$(lsb_release -cs)-beta main' > \
/etc/apt/sources.list.d/deconz.list"
4. Update APT package list
sudo apt update
5. Install deCONZ
sudo apt install deconz
After the installation deCONZ can be started via the application menu.
© 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.