---
product_id: 129625324
title: "ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT"
brand: "phoscon"
price: "€ 42.40"
currency: EUR
in_stock: true
reviews_count: 13
category: "Phoscon"
url: https://www.desertcart.be/products/129625324-conbee-ii-universal-zigbee-3-0-usb-gateway-incl-deconz
store_origin: BE
region: Belgium
---

# Multi-OS support: Win, Linux, Raspbian Enhanced signal with power amplifier Universal Zigbee 3.0 compatibility ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT

**Brand:** phoscon
**Price:** € 42.40
**Availability:** ✅ In Stock

## Summary

> 🚀 Elevate your smart home game with ConBee II — universal, powerful, and privacy-first!

## Quick Answers

- **What is this?** ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT by phoscon
- **How much does it cost?** € 42.40 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.be](https://www.desertcart.be/products/129625324-conbee-ii-universal-zigbee-3-0-usb-gateway-incl-deconz)

## 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

- • **Power-Boosted Range:** Enjoy a stronger, more reliable signal thanks to the built-in power amplifier—no dead zones in your smart home.
- • **Cross-Platform Flexibility:** Plug & play on Windows, Ubuntu, Raspbian, Docker, and more—perfect for PC, Raspberry Pi, or Mini-PC setups.
- • **Privacy-First Local Control:** Operate your smart home without cloud dependency—no registration or internet needed, keeping your data truly yours.
- • **Seamless Zigbee Integration:** Connect all your smart devices effortlessly across brands with universal Zigbee 3.0 support.
- • **Developer-Friendly API Access:** Unlock advanced automation with easy-to-use REST API support, ideal for Python scripting and custom smart home projects.

## Overview

The Phoscon ConBee II is a compact, universal Zigbee 3.0 USB gateway designed for seamless integration of smart home devices across multiple manufacturers. Featuring a power amplifier for extended signal range and supporting major operating systems including Windows, Linux, and Raspbian, it enables local, cloud-free control without registration or internet access. Ideal for professionals and tech-savvy users, it offers robust API support for custom automation and works flawlessly with popular platforms like Home Assistant and Zigbee2MQTT.

## Description

Product description The universal Zigbee USB gateway The ConBee II replaces several manufacturer-specific with a single gateway and supports many Zigbee devices from well-known brands. Check out the ConBee II compatibility list to learn more. A cloud free solution The control is done locally via the Phoscon App. In addition to this there are community supported home automation systems such as Home Assistant, Zigbee2MQTT, openHAB, FHEM, HomeSeer, Homebridge, ioBroker and WebThings Gateway in which the ConBee II is integrated. This opens up many exciting possibilities to integrate the Zigbee devices supported by ConBee II into home automation. Platform independent The ConBee II transforms mini computers such as Raspberry Pi and Intel NUC, as well as PCs and laptops into universal Zigbee gateways. Compatibility The Phoscon solution is compatible with a wide range of lights, switches and sensors from well-known vendors. High signal range The ConBee II has an outstanding range thanks to its signal amplifier. This makes it possible to use 2-3 rooms or to bridge floors. Further distant devices are connected by the Zigbee mesh network. In this all permanently powered Zigbee devices, such as lights and plugs, act as a repeater and can transfer the signal.

Review: It works. It is easy to use. using python to control zigbee devices via the deconz rest api - 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: Works with all of my aqara products (so far) - I originally purchased the Aqara Hub M2 for my Aqara sensors (window/door, temp, water, motion). Problem was that the Hub did not pass on my water sensors to Home Assistant. That was a deal breaker for me. I then tried the Sonoff stick, and had similar issues, except the Motion Sensor would not show any updates/changes and I had lots of troubles with pairing. I then tried the Conbee and everything showed up nicely! Setup was not super smooth (did not automatically get detected), but I eventually figured it out. Adding devices was pretty easy. The web UI is nice, but definitely needs some enhancements (annoying help pop ups always show up when you go into Conbee). Overall, I am happy because I accomplished my goal.

## Features

- Universal Zigbee USB gateway integrates Zigbee products across manufacturers
- Local solution without cloud, no registration or Internet access needed
- Strong signal range via power-amplifier
- Supported operating systems: Windows 7 / 10, Ubuntu Linux (AMD64), Raspbian and Docker
- For PC, Notebook, Raspberry Pi or Mini-PC

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B07PZ7ZHG5 |
| Best Sellers Rank | #549 in USB Computer Network Adapters |
| Brand | Phoscon |
| Color | black |
| Compatible Devices | Desktop |
| Compatible Operating System Family | Linux, Windows |
| Customer Reviews | 4.5 out of 5 stars 6,438 Reviews |
| Data Link Protocol | USB |
| Data Transfer Rate | 3 Megabits Per Second |
| Hardware Interface | USB |
| Item Dimensions L x W x H | 2.36"L x 0.71"W x 0.35"H |
| Item Weight | 8 Grams |
| Manufacturer | dresden elektronik |
| Mfr Part Number | BN-600107_SML |
| Model Number | BN-600107 |
| Product Dimensions | 2.36"L x 0.71"W x 0.35"H |

## Product Details

- **Brand:** Phoscon
- **Color:** black
- **Compatible Devices:** Desktop
- **Compatible Operating System Family:** Linux, Windows
- **Data Link Protocol:** USB
- **Data Transfer Rate:** 3 Megabits Per Second
- **Hardware Interface:** USB
- **Item Weight:** 8 Grams
- **Manufacturer:** dresden elektronik
- **Product Dimensions:** 2.36"L x 0.71"W x 0.35"H

## Images

![ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT - Image 1](https://m.media-amazon.com/images/I/518WBfTjipL.jpg)
![ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT - Image 2](https://m.media-amazon.com/images/I/61YW2XGDNfL.jpg)
![ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT - Image 3](https://m.media-amazon.com/images/I/71HVKULokiL.jpg)
![ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT - Image 4](https://m.media-amazon.com/images/I/81kRdBmtP2L.jpg)
![ConBee II - Universal Zigbee 3.0 USB Gateway, incl. deCONZ & Phoscon App, Home Automation, Home Assistant, ioBroker, Zigbee2MQTT - Image 5](https://m.media-amazon.com/images/I/611m7l5bAfL.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

### ⭐⭐⭐⭐⭐ It works. It is easy to use. using python to control zigbee devices via the deconz rest api
*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())

### ⭐⭐⭐⭐⭐ Works with all of my aqara products (so far)
*by A***. on November 10, 2023*

I originally purchased the Aqara Hub M2 for my Aqara sensors (window/door, temp, water, motion). Problem was that the Hub did not pass on my water sensors to Home Assistant. That was a deal breaker for me. I then tried the Sonoff stick, and had similar issues, except the Motion Sensor would not show any updates/changes and I had lots of troubles with pairing. I then tried the Conbee and everything showed up nicely! Setup was not super smooth (did not automatically get detected), but I eventually figured it out. Adding devices was pretty easy. The web UI is nice, but definitely needs some enhancements (annoying help pop ups always show up when you go into Conbee). Overall, I am happy because I accomplished my goal.

### ⭐⭐⭐⭐⭐ Reliable Zigbee Integration
*by J***A on February 16, 2025*

The ConBee II works flawlessly with my dedicated Home Assistant setup on a Dell 5050. Easy to set up, great range, and seamless integration with Zigbee devices using Zigbee2MQTT and deCONZ. Solid choice for smart home automation!

## 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.be/products/129625324-conbee-ii-universal-zigbee-3-0-usb-gateway-incl-deconz](https://www.desertcart.be/products/129625324-conbee-ii-universal-zigbee-3-0-usb-gateway-incl-deconz)

---

*Product available on Desertcart Belgium*
*Store origin: BE*
*Last updated: 2026-05-23*