You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a device that failed the SmartStart interview. It then got removed inside Z-Wave JS. It then forwarded that message to Home Assistant, that never saw that device, resulting in an error.
Logger: homeassistant.components.zwave_js
Source: components/zwave_js/__init__.py:1055
integration: Z-Wave (documentation, issues)
First occurred: 14:06:31 (1 occurrence)
Last logged: 14:06:31
Unexpected exception: 257
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zwave_js/__init__.py", line 1055, in client_listen
await client.listen(driver_ready)
File "/usr/local/lib/python3.13/site-packages/zwave_js_server/client.py", line 285, in listen
await self.receive_until_closed()
File "/usr/local/lib/python3.13/site-packages/zwave_js_server/client.py", line 439, in receive_until_closed
self._handle_incoming_message(data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.13/site-packages/zwave_js_server/client.py", line 528, in _handle_incoming_message
self.driver.receive_event(event) # type: ignore
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zwave_js_server/model/driver.py", line 105, in receive_event
self.controller.receive_event(event)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zwave_js_server/model/controller/__init__.py", line 900, in receive_event
self._handle_event_protocol(event)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zwave_js_server/event.py", line 85, in _handle_event_protocol
handler(event) # pylint: disable=not-callable
~~~~~~~^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zwave_js_server/model/controller/__init__.py", line 951, in handle_node_removed
event.data["node"] = self.nodes.pop(event.data["node"]["nodeId"])
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 257
The text was updated successfully, but these errors were encountered:
I had a device that failed the SmartStart interview. It then got removed inside Z-Wave JS. It then forwarded that message to Home Assistant, that never saw that device, resulting in an error.
The text was updated successfully, but these errors were encountered: