





Desertcart purchases this item on your behalf and handles shipping, customs, and support to UAE.
🏠 Own your smart home universe—no cloud, no limits!
The ConBee II is a compact, universal Zigbee 3.0 USB gateway designed for seamless integration of smart home devices across brands. It offers robust local control without requiring cloud access or internet connectivity, ensuring privacy and reliability. Featuring a power amplifier for enhanced signal range and broad OS compatibility—including Windows, Linux, and Raspberry Pi—it empowers professionals and enthusiasts to build versatile, secure home automation systems with ease.









| ASIN | B07PZ7ZHG5 |
| Brand | Phoscon |
| Brand Name | Phoscon |
| Color | Black |
| Colour | Black |
| Compatible Devices | Desktop |
| Customer Reviews | 4.6 out of 5 stars 6,412 Reviews |
| Data Link Protocol | USB |
| Data Transfer Rate | 3 Megabits Per Second |
| Hardware Interface | USB |
| Item Dimensions L x W x H | 6L x 1.8W x 0.9H Centimeters |
| Item Weight Unit of Measure | 8 Grams |
| Manufacturer | dresden elektronik |
| Manufacturer Part Number | BN-600107_SML |
| Model Number | BN-600107 |
| Product Dimensions | 6L x 1.8W x 0.9H Centimeters |
J**Y
For my homealarm
Nice, small, works perfectly
L**E
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 : // <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())
F**M
Home Assistant ZHA Integration
Integrates well with ZHA + home assistant in raspberry PI
P**H
Easy to get up and running!
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.
S**N
Macht was er soll!
Der Phoscon ConBee II ist eine großartige Zigbee-USB-Bridge, die sich hervorragend für die Verwendung mit zigbee2mqtt eignet. Die Einrichtung und Integration in mein Smart Home war einfach und reibungslos. Durch den ConBee II erhalte ich eine stabile Verbindung zu verschiedenen Zigbee-Geräten und kann diese problemlos mit meiner Home Assistant-Instanz steuern. Ein großer Vorteil des ConBee II ist seine Vielseitigkeit – er unterstützt eine breite Palette von Zigbee-Geräten von verschiedenen Herstellern, was es mir ermöglicht, mein Smart Home-System flexibel und kostengünstig zu erweitern. Die Reichweite des ConBee II ist ebenfalls sehr gut, sodass ich auch Geräte in weiter entfernten Bereichen ohne Probleme ansteuern kann. Die Kommunikation über zigbee2mqtt funktioniert hervorragend, und die Geräte lassen sich direkt über MQTT in Home Assistant integrieren. Dank der stabilen Verbindung und der zuverlässigen Leistung hat der Phoscon ConBee II meine Erwartungen erfüllt und stellt eine sehr empfehlenswerte Lösung für alle dar, die ein Open-Source Zigbee-Setup mit Zigbee2mqtt aufbauen möchten. Insgesamt bin ich mit dem Phoscon ConBee II sehr zufrieden. Er bietet eine robuste und vielseitige Lösung für Zigbee-Geräte und arbeitet nahtlos mit zigbee2mqtt zusammen – eine klare Empfehlung für alle, die in einem smarten, offenen System auf Zigbee setzen!
Trustpilot
2 weeks ago
1 month ago