Search  for anything...

ConBee II The Universal Zigbee USB Gateway

  • Based on 726 reviews
Condition: New
Checking for the best price...
$25.93 Why this price?
Save $9.32 was $35.25

Buy Now, Pay Later


As low as $6 / mo
  • – 4-month term
  • – No impact on credit
  • – Instant approval decision
  • – Secure and straightforward checkout

Ready to go? Add this product to your cart and select a plan during checkout.

Payment plans are offered through our trusted finance partners Klarna, PayTomorrow, Affirm, Afterpay, Apple Pay, and PayPal. No-credit-needed leasing options through Acima may also be available at checkout.

Learn more about financing & leasing here.

Free shipping on this product

This item is eligible for return within 30 days of receipt

To qualify for a full refund, items must be returned in their original, unused condition. If an item is returned in a used, damaged, or materially different state, you may be granted a partial refund.

To initiate a return, please visit our Returns Center.

View our full returns policy here.


Availability: In Stock.
Fulfilled by Amazon

Arrives Wednesday, Aug 6
Order within 8 hours and 47 minutes
Available payment plans shown during checkout

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

Product Dimensions: 2.36 x 0.71 x 0.35 inches


Item Weight: 0.32 ounces


Item model number: BN-600107


Date First Available: May 20, 2019


Manufacturer: dresden elektronik


Frequently asked questions

If you place your order now, the estimated arrival date for this product is: Wednesday, Aug 6

Yes, absolutely! You may return this product for a full refund within 30 days of receiving it.

To initiate a return, please visit our Returns Center.

View our full returns policy here.

  • Klarna Financing
  • Affirm Pay in 4
  • Affirm Financing
  • Afterpay Financing
  • PayTomorrow Financing
  • Financing through Apple Pay
Leasing options through Acima may also be available during checkout.

Learn more about financing & leasing here.

Top Amazon Reviews


  • Works great with Home Assistant
This has worked great with Home Assistant and deconz to connect all my Zigbee devices. It finds the devices quickly and since it is using local control all the automations are super fast. I use a docker container and am able to pass this through instead of something like a Raspberry Pi, and it has been great so far. ... show more
Reviewed in the United States 🇺🇸 on November 23, 2022 by Michael Walter

  • Easy setup with USB extension cable (not included in box, but should be!)
Running Home Assistant in Docker on OMV as host OS. Used to run a full Linux with GUI, but have switched over all services to Docker for easier management. Home Assistant recognized this by the time I took out my phone to add the integration. Would not install properly until I added a USB extension cable, but I knew this was likely prior to purchase. Functions great in all expected operation so far, using ZHA for now, but likely to switch to z2m once I have more devices. ... show more
Reviewed in the United States 🇺🇸 on November 5, 2022 by SadSephiroth

  • Subject to interference
I bought this to replace a Nortek HUSBZB-1. Home Assistant picked it up right away, but less than a day later HA reported timeout errors trying to communicate with the ConBee controller. Forum and Reddit posts suggested that the ConBee II won't work unless you use a USB extension cord to get it away from other USB ports (USB 3, in particular) and devices. The posts claimed that interference causes the controller firmware to crash. I thought this was crazy. It's not. If you want to use this device, you'll need to put it on an extension cord. I wasn't comfortable with this and feel that it belies a concerning lack of consideration and adequate product testing. I returned it and went back to the Nortek. ... show more
Reviewed in the United States 🇺🇸 on December 30, 2022 by Keith Constable

  • It works. It is easy to use. using python to control zigbee devices via the deconz rest api
- 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 # ***** use 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()) ... show more
Reviewed in the United States 🇺🇸 on June 17, 2022 by Louie

  • Best investment I've made in a while
I have been trying to move away from tuya and cloud based smart devices for a while. Slowly I've been converting my wifi decives to localtuya and tasmota. But I needed something for my zigbee devices. I was worried it wouldn't pick up my devices but so far it's picked up all my Chinese random switches/lights/sensors. Setup was easy on Fedora in a docker container. Just follow the deconz instructions and that's it! ... show more
Reviewed in the United States 🇺🇸 on October 28, 2022 by Kory

  • Available software is awful. Unusable in VMware - drops/reconnects every few seconds
Bought this to try and localize some of my Zigbee hardware within Home Assistant. This, however, was not the business. Start off with a clunky process of installing deCONZ, which is a half-baked piece of software with a split personality: on one hand, it has a web UI stripped down to bare bones - and wouldn't detect/pair with my motion sensor - and on the other, it offers a VNC portal to a Windows 95-like mess of ... something, that could be described as an "advanced mode". It "sees" the motion sensor, but the UI is so dense and unintuitive, there seems to be no way to tell it to use the device. So I try another approach with it, a different piece of software called "ZHA". Which completely doesn't work at all - after purging deCONZ off the system, ZHA doesn't even seem to have any interface, it's just installed... but there's no interface for working with it. I guess you use telekinesis to configure it or something. Of course, no devices appeared, but ZHA was just "running". Wow, such product. Finally, even when it did work with something (a light switch I tried with it), great! The USB adapter disconnects and reconnects itself randomly, constantly. Maybe an issue with the port - but is it? The adapter seems to run some kind of embedded OS (why, for gods sake?). Is the OS toggling the port? I can't tell. I can't make heads or tails of anything this thing is doing. Not upset enough to return it - it's just the sad state of some of the Open Hardware that's out there today. I guess this is why everything is going towards proprietary protocols: good products only exist when a company is paid to build something good. If not, well: *presents arms* This. ... show more
Reviewed in the United States 🇺🇸 on July 15, 2022 by M. Falcon

  • Lasted 3 Months
Had problems from day one, some of which I created. Stick must be on extender cable away from computers and attached electronics. After that of 60 attached devices 2-5 would come and go even though within 3 meters of zigbee router. Now has gone completely dead. Undetectable all devices offline. Tried to reflash firmware but stick is undectable ... show more
Reviewed in the United States 🇺🇸 on December 23, 2022 by Jd

  • Easy to use
Plugged into my home assistant node for some door sensors. Sharing a usb port right next to a zigbee module. No issues. Easy to integrate into HA. Works as designed!
Reviewed in the United States 🇺🇸 on October 29, 2022 by jeeeeeeeeeeeee

Can't find a product?

Find it on Amazon first, then paste the link below.
Checking for best price...