-
Notifications
You must be signed in to change notification settings - Fork 41
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
Exception: <type 'exceptions.TypeError'> /dev/ttyUSB1 #31
Comments
Doing a bit of poor mans debugging... At line 209 the response is Then at 441 the response is So 444 returns a |
I was able to solve my actual problem of zigbee2mqtt not working with the HUSBZB device. It was actually the default baud speed in zigbee2mqtt. Here are the settings that worked. I still did not get the firmware version to show, but the upgrade was successful as you can see from my original output. So I don't know if an update was needed or not. Feel free to close this issue, or not. serial:
port: /dev/ttyUSB1
adapter: ezsp
advanced:
baudrate: 57600 |
I'm seeing the exact same situation, with the exact same response from the stick. Any idea as to how to resolve? |
I tried this and it is not working for me. It causes the addon to be stuck showing as started but the frontend displays a blank page |
I'm getting a TypeError when trying to scan GoControl HUSBZB-1. Scan fails, the flash seems to complete, but still unable to see anything on zigbee2MQTT.
OS: Raspbian GNU/Linux Buster (10) on Raspberry Pi 3b+
The text was updated successfully, but these errors were encountered: