Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sonoff zigbee 3.0 usb dongle plus #273

Open
Brizio1972 opened this issue Dec 19, 2024 · 0 comments
Open

sonoff zigbee 3.0 usb dongle plus #273

Brizio1972 opened this issue Dec 19, 2024 · 0 comments

Comments

@Brizio1972
Copy link

Ciao a tutti, sono nuovo e mi sto avvicinando ad home assisant, e da ieri che il mio cordinatore zigbee non funziona piu, mi da questo errore:
File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
result = await handler(request, **request.match_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin
return await func(self, request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 222, in post
return await super().post(request, flow_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper
return await method(view, request, data, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post
result = await self._flow_mgr.async_configure(flow_id, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 367, in async_configure
result = await self._async_configure(flow_id, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 410, in _async_configure
result = await self._async_handle_step(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
flow, user_input["next_step_id"], None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 517, in _async_handle_step
result: _FlowResultT = await getattr(flow, method)(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/config_flow.py", line 397, in async_step_form_initial_network
return await self.async_step_form_new_network(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/config_flow.py", line 403, in async_step_form_new_network
await self._radio_mgr.async_form_network()
File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 277, in async_form_network
await app.form_network()
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 352, in form_network
await self.form_network(fast=True)
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 405, in form_network
await self.backups.restore_backup(
...<7 lines>...
)
File "/usr/local/lib/python3.13/site-packages/zigpy/backups.py", line 171, in restore_backup
await self.app.write_network_info(
...<2 lines>...
)
File "/usr/local/lib/python3.13/site-packages/zigpy_znp/zigbee/application.py", line 171, in write_network_info
await self._znp.write_network_info(
network_info=network_info, node_info=node_info
)
File "/usr/local/lib/python3.13/site-packages/zigpy_znp/api.py", line 382, in write_network_info
await self.nvram.osal_write(item, value, create=True)
File "/usr/local/lib/python3.13/site-packages/zigpy_znp/nvram.py", line 128, in osal_write
await self.znp.request(
...<6 lines>...
)
File "/usr/local/lib/python3.13/site-packages/zigpy_znp/api.py", line 1082, in request
raise InvalidCommandResponse(
f"Expected SRSP response {partial_response}, got {response}", response
)
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>)

Potete aiutarmi?
ho gia letto molti commenti ma non funziona.
grazie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant