[ZigBee] [Ikea] Ikea TRADFRI and STYRBAR added to HA but not working

I’m using sonoff usb dongle plus flashed with a recent firmware:

image

In HA I added 2 ikea device (TRADFRI shortcut and STYRBAR, 4 buttons):
image

After restart I have these errors:

2022-09-16 20:08:49.695 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator (attempt 1 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-09-16 20:09:02.942 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator (attempt 2 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-09-16 20:09:16.201 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator (attempt 3 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-09-16 20:09:16.216 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Sonoff Zigbee 3.0 USB Dongle Plus for zha

File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry

await zha_gateway.async_initialize()

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

Someone can suggest me how to fix it? Or can suggest me diffferent method to include these devices in HA?

I haven’t Ikea hub so I can’t test if devices work or not.

Thank you