We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"}]}
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I just specified ttyUSB1 on the next step, commented the line mentioned in issue #33
No branches or pull requests
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"}]}
The text was updated successfully, but these errors were encountered: