Open pgupta408 opened 5 years ago
Which zigbee dongle are you trying to use? We currently support the Digi and the ConBee.
I am using Nortek HUSBZB-1 USB which is a combo of Z-wave and Zigbee. Z-wave part works fine.
What is the problem in supporting Nortek? What is making it incompatible despite it shown as USB serial drive.. ?
Zigbee has no standard dongle interface and each manufacturer implements their own communications protocol. In order to support the HUSBZB-1 you'd need to find out the protocol used and then implement a driver for that. Since the HUSBZB-1 isn't being manufactured anymore, supporting it is fairly low on the priority list.
Great! I posted on Reddit about this, and I see you there participating - thank you!
I don't think they stopped manufacturing it. They still sell it, and there is no deprecation message on the company website I've just got a new one. And yes, I got the same issue as the author.
I updated to 0.7.3 released today.. It is still failing.... See log below
2019-02-07 20:54:18.122 INFO : zigbee: Loading add-on for zigbee-adapter from /home/pi/.mozilla-iot/addons/zigbee-adapter 2019-02-07 20:54:18.775 INFO : zigbee: DEBUG config = 'zigbee-log' 2019-02-07 20:54:18.780 INFO : zigbee: DEBUG: Unrecognized flag: 'DEBUG_zigbee-log' (ignored) 2019-02-07 20:54:19.126 INFO : zigbee: Serial ports that were found: 2019-02-07 20:54:19.354 INFO : zigbee: Serial Device found @ /dev/ttyAMA0 2019-02-07 20:54:19.358 INFO : zigbee: Serial Device found @ /dev/ttyS0 2019-02-07 20:54:19.361 INFO : zigbee: USB Serial Device 10c4:8a2a Vendor: Silicon Labs Serial: 61200B67 found @ /dev/ttyUSB0 2019-02-07 20:54:19.364 INFO : zigbee: USB Serial Device 10c4:8a2a Vendor: Silicon Labs Serial: 61200B67 found @ /dev/ttyUSB1 2019-02-07 20:54:19.367 ERROR : zigbee: Failed to load zigbee-adapter - No Zigbee dongle found 2019-02-07 20:54:19.787 INFO : Plugin: zigbee-adapter died, code = 100 NOT restarting...