1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
| 2023-11-18 19:10:28.838 DEBUG (MainThread) [zwave_js_server] Publishing message:
{'command': 'node.set_value',
'messageId': '434d1d4b126b43849894d95916eb11b6',
'nodeId': 13,
'value': False,
'valueId': {'commandClass': 37, 'endpoint': 1, 'property': 'targetValue'}}
2023-11-18 19:10:28.854 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:28.851Z:
2023-11-18T18:10:28.851Z DRIVER all queues busy
2023-11-18 19:10:28.865 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:28.862Z:
2023-11-18T18:10:28.862Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 173
└─[MultiChannelCCCommandEncapsulation]
│ source: 0
│ destination: 1
└─[BinarySwitchCCSet]
target value: false
2023-11-18 19:10:28.869 WARNING (MainThread) [zwave_js_server.server] 2023-11-18T18:10:28.866Z:
2023-11-18T18:10:28.866Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-11-18 19:10:28.974 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:28.971Z:
2023-11-18T18:10:28.971Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 173
└─[MultiChannelCCCommandEncapsulation]
│ source: 0
│ destination: 1
└─[BinarySwitchCCSet]
target value: false
2023-11-18 19:10:28.982 WARNING (MainThread) [zwave_js_server.server] 2023-11-18T18:10:28.979Z:
2023-11-18T18:10:28.979Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-11-18 19:10:29.527 DEBUG (MainThread) [zwave_js_server] Publishing message:
{'command': 'node.set_value',
'messageId': 'dbbc29b1abff4a9abd74df30f0bf280e',
'nodeId': 13,
'value': False,
'valueId': {'commandClass': 37, 'endpoint': 2, 'property': 'targetValue'}}
2023-11-18 19:10:30.089 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:30.084Z:
2023-11-18T18:10:30.084Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 173
└─[MultiChannelCCCommandEncapsulation]
│ source: 0
│ destination: 1
└─[BinarySwitchCCSet]
target value: false
2023-11-18 19:10:30.100 DEBUG (MainThread) [zwave_js_server] Received message:
WSMessage(type=, data='{"type":"result","success":false,"messageId":"434d1d4b126b43849894d95916eb11b6","errorCode":"zwave_error","zwaveErrorCode":202,"zwaveErrorCodeName":"Controller_MessageDropped","zwaveErrorMessage":"Failed to send the message after 3 attempts (ZW0202)"}', extra='')
2023-11-18 19:10:30.113 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:30.103Z:
2023-11-18T18:10:30.103Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 174
└─[MultiChannelCCCommandEncapsulation]
│ source: 0
│ destination: 2
└─[BinarySwitchCCSet]
target value: false
2023-11-18 19:10:30.114 WARNING (MainThread) [zwave_js_server.server] 2023-11-18T18:10:30.106Z:
2023-11-18T18:10:30.106Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-11-18 19:10:30.115 ERROR (MainThread) [homeassistant.components.zwave_js] Unable to set value 13-37-1-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)
2023-11-18 19:10:30.116 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547316334656]
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zwave_js/entity.py", line 333, in _async_set_value
return await self.info.node.async_set_value(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zwave_js_server/model/node/__init__.py", line 543, in async_set_value
result = await self.async_send_command(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zwave_js_server/model/node/__init__.py", line 501, in async_send_command
return result_task.result()
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zwave_js_server/client.py", line 130, in async_send_command
return await future
^^^^^^^^^^^^
zwave_js_server.exceptions.FailedZWaveCommand: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 230, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2035, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2072, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 876, in entity_service_call
response_data = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 591, in async_handle_light_off_service
await light.async_turn_off(**filter_turn_off_params(light, params))
File "/usr/src/homeassistant/homeassistant/components/switch_as_x/entity.py", line 160, in async_turn_off
await self.hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2035, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2072, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 876, in entity_service_call
response_data = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zwave_js/switch.py", line 90, in async_turn_off
await self._async_set_value(self._target_value, False)
File "/usr/src/homeassistant/homeassistant/components/zwave_js/entity.py", line 338, in _async_set_value
raise HomeAssistantError from err
homeassistant.exceptions.HomeAssistantError
2023-11-18 19:10:30.214 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:30.210Z:
2023-11-18T18:10:30.210Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 174
└─[MultiChannelCCCommandEncapsulation]
│ source: 0
│ destination: 2
└─[BinarySwitchCCSet]
target value: false
2023-11-18 19:10:30.219 WARNING (MainThread) [zwave_js_server.server] 2023-11-18T18:10:30.216Z:
2023-11-18T18:10:30.216Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-11-18 19:10:31.324 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:31.320Z:
2023-11-18T18:10:31.320Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 174
└─[MultiChannelCCCommandEncapsulation]
│ source: 0
│ destination: 2
└─[BinarySwitchCCSet]
target value: false
2023-11-18 19:10:31.333 DEBUG (MainThread) [zwave_js_server] Received message:
WSMessage(type=, data='{"type":"result","success":false,"messageId":"dbbc29b1abff4a9abd74df30f0bf280e","errorCode":"zwave_error","zwaveErrorCode":202,"zwaveErrorCodeName":"Controller_MessageDropped","zwaveErrorMessage":"Failed to send the message after 3 attempts (ZW0202)"}', extra='')
2023-11-18 19:10:31.340 ERROR (MainThread) [homeassistant.components.zwave_js] Unable to set value 13-37-2-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)
2023-11-18 19:10:31.343 DEBUG (MainThread) [zwave_js_server.server] 2023-11-18T18:10:31.333Z:
2023-11-18T18:10:31.333Z DRIVER all queues idle
2023-11-18 19:10:31.345 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547316334656]
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zwave_js/entity.py", line 333, in _async_set_value
return await self.info.node.async_set_value(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zwave_js_server/model/node/__init__.py", line 543, in async_set_value
result = await self.async_send_command(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zwave_js_server/model/node/__init__.py", line 501, in async_send_command
return result_task.result()
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zwave_js_server/client.py", line 130, in async_send_command
return await future
^^^^^^^^^^^^
zwave_js_server.exceptions.FailedZWaveCommand: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 230, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2035, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2072, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 876, in entity_service_call
response_data = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 591, in async_handle_light_off_service
await light.async_turn_off(**filter_turn_off_params(light, params))
File "/usr/src/homeassistant/homeassistant/components/switch_as_x/entity.py", line 160, in async_turn_off
await self.hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2035, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2072, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 876, in entity_service_call
response_data = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zwave_js/switch.py", line 90, in async_turn_off
await self._async_set_value(self._target_value, False)
File "/usr/src/homeassistant/homeassistant/components/zwave_js/entity.py", line 338, in _async_set_value
raise HomeAssistantError from err
homeassistant.exceptions.HomeAssistantError |