I have a zigbee dongle that was working without any issues until yesterday. I still see it connected to my Linux box, I can reload the zigbee integration in HA, and everything seems to be fine, except that all the connected devices are unavailable.
dmesg output:
[28205.798244] usb 1-4: new full-speed USB device number 6 using xhci_hcd
[28205.948287] usb 1-4: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[28205.948296] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[28205.948299] usb 1-4: Product: Sonoff Zigbee 3.0 USB Dongle Plus
[28205.948302] usb 1-4: Manufacturer: ITead
[28205.948304] usb 1-4: SerialNumber: 6e4af30c0f86ec1185ba5d1719c2d21c
[28205.952997] cp210x 1-4:1.0: cp210x converter detected
[28205.954969] usb 1-4: cp210x converter now attached to ttyUSB0
nagyv@homeassistant:~$ lsusb
...
Bus 001 Device 006: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
...
Checked the HomeAssistant Core and Supervisor logs. Core shows nothing. Supervisor shows the stick to be recognised:
The primary interesting bit to me are the various brand names:
- Sonoff Zigbee 3.0 USB Dongle Plus - this is how I knew my device
- Silicon Labs CP210x UART Bridge - this is how
lsusbknows the device - Texas Instruments CC2652 - this is how HA knows the device
I did push the stick yesterday accidentally a bit, but the push did not even remove it from the USB socket. I tried HA reboots, but it did not help. The forum search did not help.
The topic is rather urgent as my thermostat is based on a zigbee thermometer and a switch. While I can operate the switch manually, I need to climb a chair for it, and my partner is getting really annoyed. 😟