Hello HA Community.
Has any come across the following errors when adding a Zwave device? I’ve got a new Aeotec Smart Switch 6. I have already got a couple of these switches, they were added to the network a while back and operate without issue.
System / Sequence of Events.
- Rpi 4, full rebuild / new SD card (Evo) about 1.5 months ago
- System 100%, all 17 Zwave Devices functioning.
- Order a new Smart Switch
- Add to network via Zwave JS Add Device
- Press the button on the smart switch to add to network…
- Below Error occurred.
- Attempt another inclusion - “spinning wheel”, no text appeared when adding new device (just the info that displays on the pop-up when adding a new device)
- Rebooted Via HA interface → System → Reboot?
- 10 min later no interface
- Hard reboot - nothing, unable to ping controller. Seems dead.
After rebooting with this error (via the interface, rebooting HOST), my RPI failed to start… still have not got it back up and running…
Any suggestions on the error code? I’m at the stage I need to re-flash the SD card and restore a backup, but not keen to add this device again if it bricks the system.
2022-06-20T09:18:14.559Z CNTRLR Starting inclusion process with strategy Default...
2022-06-20T09:18:14.592Z CNTRLR The controller is now ready to add nodes
2022-06-20T09:18:32.659Z CNTRLR handling add node request (status = NodeFound)
2022-06-20T09:18:32.936Z CNTRLR handling add node request (status = AddingSlave)
2022-06-20T09:18:47.896Z CNTRLR handling add node request (status = ProtocolDone)
2022-06-20T09:18:47.898Z CNTRLR finishing inclusion process...
2022-06-20T09:18:48.042Z CNTRLR The inclusion process was stopped
(node:181) UnhandledPromiseRejectionWarning: ZWaveError: Node 26 was not found! (ZW0209)
at /usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:295:10
at Map.<anonymous> (/usr/src/node_modules/@zwave-js/shared/src/ThrowingMap.ts:17:5)
at Driver.getValueDB (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:737:38)
at getValue (/usr/src/node_modules/zwave-js/src/lib/node/utils.ts:31:14)
at Object.endpointCountIsDynamic (/usr/src/node_modules/zwave-js/src/lib/node/utils.ts:48:9)
at ZWaveNode.get endpointCountIsDynamic [as endpointCountIsDynamic] (/usr/src/node_modules/zwave-js/src/lib/node/Node.ts:1034:20)
at dumpNode (/usr/src/node_modules/@zwave-js/server/dist/lib/state.js:137:38)
at /usr/src/node_modules/@zwave-js/server/dist/lib/forward.js:34:44
at Array.forEach (<anonymous>)
at ZWaveController.<anonymous> (/usr/src/node_modules/@zwave-js/server/dist/lib/forward.js:31:44)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:181) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6)
(node:181) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.