





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 KSA.
🚀 Elevate your smart home game with ConBee II — control without limits!
The ConBee II is a compact, universal Zigbee 3.0 USB gateway that enables seamless integration of smart devices across multiple brands. It operates entirely locally without cloud dependency, ensuring privacy and reliability. Featuring a power amplifier for extended signal range and broad OS compatibility—including Windows, Linux, and Raspberry Pi—this lightweight device is perfect for professionals seeking robust, flexible home automation control.









| ASIN | B07PZ7ZHG5 |
| Brand | Phoscon |
| Brand Name | Phoscon |
| Color | Black |
| Colour | Black |
| Compatible Devices | Desktop |
| Customer Reviews | 4.6 out of 5 stars 6,396 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.
H**R
HA, Docker, Ubuntu, Proxmox: compatibilité parfaite.
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
2 weeks ago
4 days ago