Since the last few updates, my ZWave hasn’t been working very well. My devices stop working multiple times a day and a restart is required.
I constantly get these errors for all my devices:
Z-Wave Notification ValueChanged ({'homeId': 3896168056, 'nodeId': 14, 'commandClass': 'COMMAND_CLASS_SWITCH_BINARY', 'instance': 1, 'index': 0, 'id': 72057594277609472, 'genre': 'User', 'type': 'Bool', 'value': True, 'label': 'Switch', 'units': '', 'readOnly': False}) for an unknown node 14
The UI will stop updating with the lights actual status and switching it in HA won’t do anything (toggle switches and then turns back off).
2019-04-12 06:12:36.908 Info, Node014, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2019-04-12 06:12:36.908 Info, Node014, SwitchBinary::Set - Setting node 14 to On
2019-04-12 06:12:36.908 Detail, Node014, Queuing (Send) SwitchBinaryCmd_Set (Node=14): 0x01, 0x0a, 0x00, 0x13, 0x0e, 0x03, 0x25, 0x01, 0xff, 0x25, 0x8b, 0x9e
2019-04-12 06:12:36.908 Detail, Node014, Queuing (Send) SwitchBinaryCmd_Get (Node=14): 0x01, 0x09, 0x00, 0x13, 0x0e, 0x02, 0x25, 0x02, 0x25, 0x8c, 0x67
2019-04-12 06:12:36.908 Detail,
2019-04-12 06:12:36.908 Info, Node014, Sending (Send) message (Callback ID=0x8b, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=14): 0x01, 0x0a, 0x00, 0x13, 0x0e, 0x03, 0x25, 0x01, 0xff, 0x25, 0x8b, 0x9e
2019-04-12 06:12:36.916 Detail, Node014, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-04-12 06:12:36.916 Detail, Node014, ZW_SEND_DATA delivered to Z-Wave stack
2019-04-12 06:12:36.936 Detail, Node014, Received: 0x01, 0x18, 0x00, 0x13, 0x8b, 0x00, 0x00, 0x02, 0x00, 0xbe, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0xc2
2019-04-12 06:12:36.936 Detail, Node014, ZW_SEND_DATA Request with callback ID 0x8b received (expected 0x8b)
2019-04-12 06:12:36.936 Info, Node014, Request RTT 27 Average Request RTT 27
2019-04-12 06:12:36.936 Detail, Expected callbackId was received
2019-04-12 06:12:36.936 Detail, Expected reply was received
2019-04-12 06:12:36.936 Detail, Message transaction complete
2019-04-12 06:12:36.936 Detail,
2019-04-12 06:12:36.936 Detail, Node014, Removing current message
2019-04-12 06:12:36.936 Detail,
2019-04-12 06:12:36.936 Info, Node014, Sending (Send) message (Callback ID=0x8c, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=14): 0x01, 0x09, 0x00, 0x13, 0x0e, 0x02, 0x25, 0x02, 0x25, 0x8c, 0x67
2019-04-12 06:12:36.943 Detail, Node014, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-04-12 06:12:36.944 Detail, Node014, ZW_SEND_DATA delivered to Z-Wave stack
2019-04-12 06:12:36.963 Detail, Node014, Received: 0x01, 0x18, 0x00, 0x13, 0x8c, 0x00, 0x00, 0x02, 0x00, 0xbf, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0xc4
2019-04-12 06:12:36.963 Detail, Node014, ZW_SEND_DATA Request with callback ID 0x8c received (expected 0x8c)
2019-04-12 06:12:36.963 Info, Node014, Request RTT 27 Average Request RTT 27
2019-04-12 06:12:36.963 Detail, Expected callbackId was received
2019-04-12 06:12:36.980 Detail, Node014, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x0e, 0x03, 0x25, 0x03, 0xff, 0xbf, 0x00, 0x9b
2019-04-12 06:12:36.980 Detail,
2019-04-12 06:12:36.980 Info, Node014, Response RTT 44 Average Response RTT 44
2019-04-12 06:12:36.980 Info, Node014, Received SwitchBinary report from node 14: level=On
2019-04-12 06:12:36.980 Detail, Node014, Refreshed Value: old value=true, new value=true, type=bool
2019-04-12 06:12:36.980 Detail, Node014, Changes to this value are not verified
2019-04-12 06:12:36.980 Detail, Node014, Expected reply and command class was received
2019-04-12 06:12:36.980 Detail, Node014, Message transaction complete
2019-04-12 06:12:36.980 Detail,
2019-04-12 06:12:36.980 Detail, Node014, Removing current message
2019-04-12 06:12:36.980 Detail, Node014, Notification: ValueChanged
Any attempts to heal/test node result in ‘Fail to call service…’ and the following error:
14
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/websocket_api/commands.py", line 122, in handle_call_service
connection.context(msg))
File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1138, in async_call
self._execute_service(handler, service_call))
File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1162, in _execute_service
await self._hass.async_add_executor_job(handler.func, service_call)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/zwave/__init__.py", line 649, in heal_node
node = network.nodes[node_id]
KeyError: 14
Also get this error:
Error in manager callback
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/openzwave/network.py", line 978, in zwcallback
self._handle_node_queries_complete(args)
File "/usr/local/lib/python3.7/site-packages/openzwave/network.py", line 1285, in _handle_node_queries_complete
self.nodes[args['nodeId']].is_ready = True
KeyError: 1
It seems all my hardwired devices (Zooz, Inovelli, GE) are Initializing (CacheLoad), while my battery powered devices are Complete. Maybe because they’re asleep?
Hardware:
Intel Nuc
Hassio w/ docker
Zooz Zwave (basically an Aeotec)