Since I updated to the latest version Home Assistant OS 8.0 My zigbee stopped working and this is the only thing i get in logs. I tried restarting, turning on and off PI, deleting .storage/zha.storage, restoring older backups but I can’t find a way to make it work.
I just don’t know where to start or to look for more in order to solve the issue. Can anyone give me a hint on what I should do. Thanaks a lot
Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:182
First occurred: 2:40:44 PM (1 occurrences)
Last logged: 2:40:44 PM
Error setting up entry Sonoff Zigbee 3.0 USB Dongle Plus, s/n: e07a530be31aec11be9b74e5f01c6278 - ITead for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, 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 182, 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 172, in _startup
await self._migrate_nvram()
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 978, in _migrate_nvram
await self._znp.nvram.osal_write(
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/nvram.py", line 128, 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.OSALNVItemInit.Rsp(Status=<Status.NV_ITEM_UNINIT: 9>), got SYS.OSALNVItemInit.Rsp(Status=<Status.NV_OPER_FAILED: 10>)