-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Description
The problem
After installing HAOS 15.2 on Raspberry Pi 5, unable to add the SONOFF Zigbee 3.0 USB Dongle Plus (ZBDongle-P) via ZHA. Tried all USB ports on Raspberry Pi 5, and even with a USB extension cable—none worked. On RPI 4 with HAOS 15.2, ZHA works correctly and can successfully add the same ZBDongle-P device.
Installation Methods Tried:
-
Flashing HAOS 15.2 directly to TF card using Raspberry Pi Imager, ZHA error when adding Dongle: "Failed to probe the USB device."
-
Installing HAOS 15.2 via Docker on Raspbian Same ZHA error: "Failed to probe the USB device."
On RPI 4:
What version of Home Assistant Core has the issue?
2025.5.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Zigbee Home Automation
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha/
Diagnostics information
USB Logs:
mike@raspi5:~ $ ls -l /dev/zigbee
lrwxrwxrwx 1 root root 7 Apr 26 20:37 /dev/zigbee -> ttyUSB0
mike@raspi5:~ $ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ZHA Logs:
dmesg | grep cp210x
[ 4.946784] usbcore: registered new interface driver cp210x
[ 4.946813] usbserial: USB Serial support registered for cp210x
[ 4.947491] cp210x 1-2:1.0: cp210x converter detected
[ 5.036867] usb 1-2: cp210x converter now attached to ttyUSB0
[ 60.023483] cp210x ttyUSB0: failed set request 0x12 status: -110
[ 70.267876] cp210x ttyUSB0: failed set request 0x12 status: -110
[ 78.166725] cp210x ttyUSB0: failed set request 0x12 status: -110
[ 85.070018] cp210x ttyUSB0: failed set request 0x12 status: -110
RPI 5 information:
cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
Some users online have reported the same issue, with the earliest problematic versions likely being:
Home Assistant Core: 2025.4.1
OS Version: Home Assistant OS 15.1



