Can't connect Sonoff Zigbee 3.0 plus dongle to Home assistant

Tried to migrate from CC2531 to Sonoff Zigbee 3.0 USB Dongle Plus, have any sort of messages, from “Error while starting zigbee-herdsman” in MQTT but the last one is “Falied to setup” ZHA integration. Changed cables, dongles (have two of them), reinstalled everything, except HA itself, no results. The last error:

Error setting up entry /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_redacted-port0 for zha

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 327, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/homeassistant/homeassistant/components/zha/init.py”, line 102, in async_setup_entry
await zha_gateway.async_initialize()
File “/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py”, line 152, in async_initialize
self.application_controller = await app_controller_cls.new(
File “/usr/local/lib/python3.9/site-packages/zigpy/application.py”, line 69, in new
await app.startup(auto_form)
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 152, in startup
return await self._startup(
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 215, in _startup
await self._write_stack_settings(reset_if_changed=True)
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 1016, in _write_stack_settings
await self._znp.nvram.osal_write(nvid, value)
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/nvram.py”, line 139, in osal_write
await self.znp.request(
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 856, in request
raise InvalidCommandResponse(
zigpy_znp.exceptions.InvalidCommandResponse: Expected SRSP response SYS.OSALNVWriteExt.Rsp(Status=<Status.SUCCESS: 0>), got SYS.OSALNVWriteExt.Rsp(Status=<Status.NV_OPER_FAILED: 10>)

Googled, have read (almost) all topics, no success with any tips. Have no idea about the root of the bug and where else to look for the solution. All hints appreciated.

System: HA on RPi 4.

I think your issue is the new dongle is being autodetected and HA is trying to install ZHA. You cant run ZHA and Z2M at the same time. Try disabling ZHA.

You can not use both ZHA and Zigbee2MQTT to the same Zigbee Coordinator adapter, so disable one.