---
product_id: 746285170
title: "Dresden elektronik ConBee ConBee II"
brand: "phoscon"
price: "€ 118.18"
currency: EUR
in_stock: false
reviews_count: 5
url: https://www.desertcart.at/products/746285170-dresden-elektronik-conbee-conbee-ii
store_origin: AT
region: Austria
---

# Powerful signal range with amplifier Universal Zigbee USB Gateway Multi-OS support (Windows, Linux, Raspbian) Dresden elektronik ConBee ConBee II

**Brand:** phoscon
**Price:** € 118.18
**Availability:** ❌ Out of Stock

## Summary

> 🚀 Elevate your smart home game with ConBee II — control without limits!

## Quick Answers

- **What is this?** Dresden elektronik ConBee ConBee II by phoscon
- **How much does it cost?** € 118.18 with free shipping
- **Is it available?** Currently out of stock
- **Where can I buy it?** [www.desertcart.at](https://www.desertcart.at/products/746285170-dresden-elektronik-conbee-conbee-ii)

## Best For

- phoscon enthusiasts

## Why This Product

- Trusted phoscon brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Extended Signal Reach:** Built-in power amplifier ensures reliable connectivity across your entire space.
- • **Plug & Play Simplicity:** Compact USB design for instant setup on PCs, notebooks, Raspberry Pi, and mini-PCs.
- • **Privacy-First Local Control:** Operate your smart home with zero internet or registration required—total data sovereignty.
- • **Seamless Zigbee Integration:** Connect and control all your Zigbee devices effortlessly without cloud dependency.
- • **Cross-Platform Compatibility:** Works flawlessly on Windows, Ubuntu, Raspbian, Docker, and more—flexible for any setup.

## Overview

The Dresden elektronik ConBee II is a compact, universal Zigbee USB gateway that enables seamless integration of Zigbee smart devices across multiple platforms including Windows, Linux, and Raspberry Pi. Featuring a powerful signal amplifier and local control without cloud dependency, it guarantees privacy, reliability, and broad compatibility for professional-grade smart home setups.

## Description

desertcart.co.jp: Dresden elektronik ConBee ConBee II : Computers

Review: update March 10 2024 - i am really quite happy because it does not ever cause problems, it just works. have used it every day since Jan 23rd 2022. original review June 17 2022 - here is some example python code to control zigbee devices via the conbee II deconz rest api - but first run the conbee II instlaller it will install the deconz app/service and the phoscon app import requests, pprint # ***** you must have the deconz app or service running for this to work ****** # - on windows: from start menu run the deCONZ app - it defaults to port 80 # - on pi from cmd line w/ ui: > /usr/bin/deCONZ --http-port=8008 runThis = 0 windows = 0 portWin = '80' portPi = '8008' if windows == 1: ipAddr = 'http : // :' + portWin key = 'A0xxxxxxEE' outlet1 = '1' else: ipAddr = 'http : // :' + portPi key = '7ExxxxxxA2' outlet1 = '1' if (runThis == 0): # ---------------- get api key # # 1) start the 'phoscon app' from the 'deconz app' ui # # 2) enable 'authenticate app' in 'phoscon app'-gateway-advanced # # 3) set runThisApi = 0 and run the code and you will receive an api key payload = {"devicetype": "my application"} r = requests.post(ipAddr+'/api/', json=payload) # [{'success': {'username': '4E2BA46CB6'}}] if (runThis == 1): # ---------------- turn socket on payload = {"on": True} r = requests.put(ipAddr+'/api/'+key+'/lights/'+outlet1+'/state', json=payload) if (runThis == 2): # ---------------- turn socket off payload = {"on": False} r = requests.put(ipAddr+'/api/'+key+'/lights/'+outlet1+'/state', json=payload) if (runThis == 3): # ---------------- light state r = requests.get(ipAddr+'/api/'+key+'/lights') pprint.pprint(r) pprint.pprint(r.json())
Review: Integrates well with ZHA + home assistant in raspberry PI

## Features

- Universal Zigbee USB Gateway integrates Zigbee products throughout the manufacturer
- Local solution without cloud No registration or internet access
- Powerful signal range with power amplifier
- Supported operating systems: Windows 7/10, Ubuntu Linux (AMD64), Raspbian, Docker
- For PC, Notebook, Raspberry Pi, Mini-PC

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B07PZ7ZHG5 |
| Batteries Included | No |
| Batteries Required | No |
| Brand | Phoscon |
| Color Name | Black |
| Compatible Devices | Desktop |
| Connectivity Technology | USB |
| Customer Reviews | 4.6 4.6 out of 5 stars (6,363) |
| Date First Available | September 14, 2024 |
| Item Model Number | BN-600107 |
| Item Weight | 8 Grams |
| Item model number | BN-600107 |
| Manufacturer | dresden elektronik |
| Operating System | Linux, Ubuntu, Windows 7 |
| Product Dimensions | 6 x 1.8 x 0.9 cm; 8 g |

## Product Details

- **Brand:** Phoscon
- **Color:** Black
- **Compatible Devices:** Desktop
- **Data Link Protocol:** USB
- **Data Transfer Rate:** 3 Megabits Per Second
- **Hardware Interface:** USB
- **Item Weight:** 8 Grams
- **Manufacturer:** dresden elektronik
- **Product Dimensions:** 6L x 1.8W x 0.9H cm

## Images

![Dresden elektronik ConBee ConBee II - Image 1](https://m.media-amazon.com/images/I/41Jh-XmNLaL.jpg)
![Dresden elektronik ConBee ConBee II - Image 2](https://m.media-amazon.com/images/I/518WBfTjipL.jpg)
![Dresden elektronik ConBee ConBee II - Image 3](https://m.media-amazon.com/images/I/611m7l5bAfL.jpg)
![Dresden elektronik ConBee ConBee II - Image 4](https://m.media-amazon.com/images/I/61YW2XGDNfL.jpg)
![Dresden elektronik ConBee ConBee II - Image 5](https://m.media-amazon.com/images/I/71HVKULokiL.jpg)

## Questions & Answers

**Q: Difference between this and aqara m2 hub?**
A: The ConBee II is a universal Zigbee USB gateway, unites Zigbee devices of many vendors and is a cloud free solution.

**Q: Is this compatible with Comcast/Xfinity door/window sensors?**
A: I have tested some motion sensors and can confirm yes it does work.  If you havent installed a sensor yourself or unsure of the process to put the sensor back in pairing mode this could seem like this stick is a no go but i can confirm it works on Visonic K9-85 SMA (Motion), electrical switch plugs.  

One issue everyday users might not being able to get over is software to control it.  The web UI for this is.. awful.  But there alternatives out there (IE Home assistant w/DeConz plugin) but this requires setting it up from 'somewhat' scratch.  This isnt an easy plug and play switch over, xfinity has the software/interface already built from the ground up which is nice IMO.  With their recent downgrade on how users can customize their system though (IE turn on light from 1 minute if W/D sensor trips) pairing and setting up yourself gives you more 'freedom' to setup own rules.

Works with raspberrypi

**Q: Is there a limit to how many hue bulbs I can connect?**
A: I have about 10 bulbs, using xiaomi - but its similar ti hue or ikea, seen users in forums that have 25 or more, and it seems that the product support up to 32 sensors (battery operated) but should suppor up to 100-200 lights (powered devices)

**Q: Is the smart things water leak ( of any water leak ) sensor compatible with this device?**
A: It also seem that the water leak is now supported as they are now on their supported sensor list but honestly price wise aqara sensor and button are doing a wonderful job

## Customer Reviews

### ⭐⭐⭐⭐⭐ Review
*by L***E on June 17, 2022*

update March 10 2024 - i am really quite happy because it does not ever cause problems, it just works. have used it every day since Jan 23rd 2022. original review June 17 2022 - here is some example python code to control zigbee devices via the conbee II deconz rest api - but first run the conbee II instlaller it will install the deconz app/service and the phoscon app import requests, pprint # ***** you must have the deconz app or service running for this to work ****** # - on windows: from start menu run the deCONZ app - it defaults to port 80 # - on pi from cmd line w/ ui: > /usr/bin/deCONZ --http-port=8008 runThis = 0 windows = 0 portWin = '80' portPi = '8008' if windows == 1: ipAddr = 'http : // <ip address here>:' + portWin key = 'A0xxxxxxEE' outlet1 = '1' else: ipAddr = 'http : // <ip address here>:' + portPi key = '7ExxxxxxA2' outlet1 = '1' if (runThis == 0): # ---------------- get api key # # 1) start the 'phoscon app' from the 'deconz app' ui # # 2) enable 'authenticate app' in 'phoscon app'-gateway-advanced # # 3) set runThisApi = 0 and run the code and you will receive an api key payload = {"devicetype": "my application"} r = requests.post(ipAddr+'/api/', json=payload) # [{'success': {'username': '4E2BA46CB6'}}] if (runThis == 1): # ---------------- turn socket on payload = {"on": True} r = requests.put(ipAddr+'/api/'+key+'/lights/'+outlet1+'/state', json=payload) if (runThis == 2): # ---------------- turn socket off payload = {"on": False} r = requests.put(ipAddr+'/api/'+key+'/lights/'+outlet1+'/state', json=payload) if (runThis == 3): # ---------------- light state r = requests.get(ipAddr+'/api/'+key+'/lights') pprint.pprint(r) pprint.pprint(r.json())

### ⭐⭐⭐⭐⭐ Review
*by F***M on July 1, 2021*

Integrates well with ZHA + home assistant in raspberry PI

### ⭐⭐⭐⭐⭐ Review
*by P***H on November 14, 2023*

Had this for a while, but only recently got around to setting it up with my Domoticz HA. Deconz (the software from the manufacturer) is easy to get and install. It just worked for me. Got to the companion 'web app' that is installed with it, click to add a sensor, press the button on the do-hickie, and off you go! Much better than I expected and they have support for a lot of gadgets in there. I've only added the aquaria stuff so far, but that was failed to add back into my aquaria hub for some reason, and this just detected them. Too a couple goes to pair some stuff, but I belive that is fairly normal. Seems like a good product.

## Frequently Bought Together

- Phoscon ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT
- Aqara Temperature and Humidity Sensor, Requires AQARA HUB and Not Support Third Party Hubs, Zigbee, for Remote Monitoring and Home Automation, Compatible with Apple HomeKit, Alexa, Works with IFTTT

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.at/products/746285170-dresden-elektronik-conbee-conbee-ii](https://www.desertcart.at/products/746285170-dresden-elektronik-conbee-conbee-ii)

---

*Product available on Desertcart Austria*
*Store origin: AT*
*Last updated: 2026-04-23*