I have an automation that when triggered will open 3 blinds, the first 2 blinds are opened by a script and the last blind is opened by direct device command.
The automation fails intermittantly and t I have tried faultfinding using the trace and logs but no actual error code is given. The recorded error states:
error: HomeAssistantError
and no other information. When the automation fails the error is always after the trigger and conditions are met and when calling the script.
Is there a way of getting more information to try and decipher what the error is?
Have been doing some more digging and looking in the docker container log for the instance of zwavejsui. The problem seems to be with a zwave iblind device on the left venetian blind:
2024-09-03 07:30:00.076 ERROR Z-WAVE-SERVER: Failed to send the command after 1 attempts (ZW0202)
ZWaveError: Failed to send the command after 1 attempts (ZW0202)
at Driver.sendMessage (/usr/src/app/node_modules/zwave-js/src/lib/driver/Driver.ts:5549:23)
at Driver.sendCommandInternal (/usr/src/app/node_modules/zwave-js/src/lib/driver/Driver.ts:5747:28)
at Driver.sendCommand (/usr/src/app/node_modules/zwave-js/src/lib/driver/Driver.ts:5857:29)
at Proxy.set (/usr/src/app/node_modules/@zwave-js/cc/src/cc/BinarySwitchCC.ts:142:24)
at Proxy.<anonymous> (/usr/src/app/node_modules/@zwave-js/cc/src/cc/BinarySwitchCC.ts:164:16)
at ZWaveNode.setValue (/usr/src/app/node_modules/zwave-js/src/lib/node/Node.ts:1187:39)
at NodeMessageHandler.handle (/usr/src/app/node_modules/@zwave-js/server/dist/lib/node/message_handler.js:27:43)
at Client.receiveMessage (/usr/src/app/node_modules/@zwave-js/server/dist/lib/server.js:139:100)
at WebSocket.<anonymous> (/usr/src/app/node_modules/@zwave-js/server/dist/lib/server.js:60:45)
at WebSocket.emit (node:events:517:28)