Skip to content
New issue

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

Nortec combo stick not found. #49

Open
IanAber opened this issue Dec 15, 2022 · 2 comments
Open

Nortec combo stick not found. #49

IanAber opened this issue Dec 15, 2022 · 2 comments

Comments

@IanAber
Copy link

IanAber commented Dec 15, 2022

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants