You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when the start.sh script tries to find a USB dongle for zigbee, it checks the vendor ID of Texas Instruments (0451).
I have a Conbee II stick, which is build by Dresden Electronik and has a different vendor ID (1cf1).
Replacing 0451 by 1cf1 for the initial run of the script worked fine for me.
Could you add the Dresden Electronik ID to the check in start.sh?
Thanks!
The text was updated successfully, but these errors were encountered:
First thank you for the hint about how to pass the adapter detection!
I ran into the same problem when I first tried to start the amart home system with my new conbee stick. The problem in my case was that I connected already to the stick using the deconz software when I tried to get my smart home to work.
Hi,
when the start.sh script tries to find a USB dongle for zigbee, it checks the vendor ID of Texas Instruments (0451).
I have a Conbee II stick, which is build by Dresden Electronik and has a different vendor ID (1cf1).
Replacing 0451 by 1cf1 for the initial run of the script worked fine for me.
Could you add the Dresden Electronik ID to the check in start.sh?
Thanks!
The text was updated successfully, but these errors were encountered: