walthowd / husbzb-firmware

Nortek GoControl HUSBZB-1 / EM3581 Firmware update image
GNU General Public License v3.0
246 stars 40 forks source link

Nortec combo stick not found. #49

Open IanAber opened 1 year ago

IanAber commented 1 year ago

I have a NortecHUSBZB-1 stick. It is recognised as ttyUSB0 and ttyUSB1 in my Linux machine but the ncp.py scan command fails to find it.

Exception: <class 'IndexError'> /dev/ttyS0 Connecting to.. /dev/ttyUSB1 57600 True False Connecting to.. /dev/ttyUSB0 57600 True False No ZigBee Ack. /dev/ttyUSB0 {"ports": [{"port": "/dev/ttyS0", "deviceType": "unknown"}, {"port": "/dev/ttyUSB1", "vid": "10C4", "pid": "8A2A", "deviceType": "zigbee", "stackVersion": "5.4.1-194"}, {"port": "/dev/ttyUSB0", "vid": "10C4", "pid": "8A2A", "deviceType": "unknown"}]}

DustStormPettigrew commented 1 year ago

Looks like found it at /dev/ttyUSB1 based on the ports JSON at the end. Looks like it's just missing the "Found zigbee port" message.

DustStormPettigrew commented 1 year ago

I just specified ttyUSB1 on the next step, commented the line mentioned in issue #33