Sonoff dongle error

After updating HASS core to 2025.4 I get an error in Zigbee saying:

Failed setup, will retry: [Errno 2] No such file or directory: ‘/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_92a449fffe12ef11a45778b8bf9df066-if00-port0’

How can I solve this

Start by reading this How to help us help you - or How to ask a good question

It seems it cannot find your USB stick, try replugging it.

This wont work… The best thing to do is write a udev rule and reconfigure HA to use that specific folder Something like this:

root@scripts # cat /etc/udev/rules.d/01-homeassistant.rules
# THIS FILE IS MANAGED BY ANSIBLE

# Rule for SONOFF USB STICK
ACTION=="add", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ATTRS{serial}=="821acdd69e19ec119bdf3bcc47486eb0", SYMLINK+="sonoff_zigbee_usb_1"

this will tie your dongle to /dev/sonoff_zifgee_usb_1

I have a problem in the new version with one zigbee socket. HA sees it, but can’t control it - Failed to perform button/press action. Failed to send request: device did not respond