Replies: 1 comment 2 replies
-
please use an USB Extension Cable and don't put the Stick directly to the USB Port...! directly attached will be interferences that causes trouble |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Raspberry Pi 3 with Home Assistant OS installed. I also have Electrolama's stick with coordinator firmware that I plug directly into pi's USB port. The whole setup works most of the time, but then sometimes I loose connection between Zigbee2MQTT and the stick. I see this as my light bulbs become "unavailable". I set up automation to restart Zigbee2MQTT when it happens, and it usually mitigates the problem. Sometimes though I am not able to start Zigbee2MQTT even after a couple of retries - it always shows the same error:
What helps (not sure what exactly, maybe a combination) is restart the whole raspberry pi, shut it off, plug/unplug the stick to the same/different USB port.
I did check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html. I am using official raspberry pi power supply, I do not see undervoltage warnings in
dmesg
and I do not have HDD connected (only a USB printer). The usb port that I use in the configuration is also correct, since the setup works most of the time.How can I debug the issue further? Maybe I can manually telnet or something to the /dev/ttyUSB0? Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions