






Buy anything from 5,000+ international stores. One checkout price. No surprise fees. Join 2M+ shoppers on Desertcart.
Desertcart purchases this item on your behalf and handles shipping, customs, and support to USA.
🚀 Elevate your smart home game with ConBee II — control without limits!
The dresden elektronik ConBee II is a compact, universal Zigbee USB gateway designed for professional-grade smart home integration. It offers robust local control without cloud reliance, supports a wide range of Zigbee devices across brands, and delivers extended wireless range via a built-in power amplifier. Compatible with major operating systems including Windows, Linux, and Raspberry Pi, it enables seamless, scalable smart home automation for up to 200 devices.









| ASIN | B07PZ7ZHG5 |
| Best Sellers Rank | #93,425 in Computers ( See Top 100 in Computers ) #696 in USB Computer Network Adapters |
| Brand | Phoscon |
| Color | black |
| Compatible Devices | Desktop |
| Customer Reviews | 4.6 4.6 out of 5 stars (6,392) |
| 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 | 8 Grams |
| Manufacturer | Phoscon |
| Mfr Part Number | BN-600107_SML |
| Model Number | BN-600107 |
J**Y
Nice, small, works perfectly
L**E
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
Integrates well with ZHA + home assistant in raspberry PI
P**H
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.
H**R
Fonctionne sans problème avec Ubuntu server et Docker. J'ai passé en passthrough depuis Proxmox à une VMs de Ubuntu, tout a été détecté sans installation. Fonctionne bien avec home-assistant. Les connections avec les appareil Zigbee ont été très rapide. pratiquement aucune configuration à faire.
Trustpilot
1 month ago
3 weeks ago