I have been struggling with my CC2531 disconnecting
I’m running Ubuntu 18.04.03 LTS, with hassio and zigbee2mqtt docker
The core of the issue is /dev/ttyACM0 keeps disappearing from Linux after some time
It has gotten better since I modified GRUB power saving settings (The green light on the CC2531 stays on now at least)
If i do
dmesg | grep -i usb
We can see after a significant amount of time, usb 8-2: USB disconnect, device number 2, is logged
[ 2.856256] usb 8-2: New USB device found, idVendor=0451, idProduct=16a8
[ 2.856264] usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.856268] usb 8-2: Product: TI CC2531 USB CDC
[ 2.856271] usb 8-2: Manufacturer: Texas Instruments
[ 2.856274] usb 8-2: SerialNumber: __0X00124B00193663EA
[ 39.981260] cdc_acm 8-2:1.0: ttyACM0: USB ACM device
[ 39.991713] usbcore: registered new interface driver cdc_acm
[ 39.991719] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 40.146635] usbcore: registered new interface driver btusb
[72507.360645] usb 8-2: USB disconnect, device number 2
If I reboot Ubuntu, then /dev/ttyACM0 comes back, and zigbee2mqtt can see my 1 device
Has anyone come across this issue ?
Given the price difference between z-wave of the Xiaomi sensors/plugs, I was hoping to build out a Zigbee network
Another issue is hassio is not automatically adding devices that zigbee2mqtt is finding (config looks correct for them to be auto added), my 1 device was previously working but had to rediscover it due to all the troubleshooting on the disconnecting issue
Is Zigbee with the CC2531 just unreliable compared to z-wave ? (I have no z-wave yet, as only just starting on my HA journey)
I