Skip to content

Instantly share code, notes, and snippets.

@chrislentz
Created January 11, 2023 00:02
Show Gist options
  • Save chrislentz/e4e0e18559953826c8b1eb153a4826dd to your computer and use it in GitHub Desktop.
Save chrislentz/e4e0e18559953826c8b1eb153a4826dd to your computer and use it in GitHub Desktop.
Starting zwave-server: zwave-server /dev/zwave --config options.js --disable-dns-sd
2023-01-10T23:54:46.099Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗
███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║
███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
2023-01-10T23:54:46.100Z DRIVER version 10.3.1
2023-01-10T23:54:46.100Z DRIVER
2023-01-10T23:54:46.100Z DRIVER starting driver...
2023-01-10T23:54:46.106Z DRIVER opening serial port /dev/zwave
2023-01-10T23:54:46.111Z DRIVER serial port opened
2023-01-10T23:54:46.111Z SERIAL » [NAK] (0x15)
2023-01-10T23:54:46.112Z DRIVER loading configuration...
2023-01-10T23:54:46.114Z CONFIG Synchronizing external config dir /cache/db...
2023-01-10T23:54:46.663Z CONFIG Using external configuration dir /cache/db
2023-01-10T23:54:46.663Z CONFIG version 10.3.1
2023-01-10T23:54:47.863Z CONFIG Device index regenerated
2023-01-10T23:54:47.863Z CONFIG Priority device configuration directory /cache/config not found
2023-01-10T23:54:47.871Z DRIVER beginning interview...
2023-01-10T23:54:47.872Z DRIVER added request handler for AddNodeToNetwork (0x4a)...
1 registered
2023-01-10T23:54:47.872Z DRIVER added request handler for RemoveNodeFromNetwork (0x4b)...
1 registered
2023-01-10T23:54:47.872Z DRIVER added request handler for ReplaceFailedNode (0x63)...
1 registered
2023-01-10T23:54:47.872Z CNTRLR querying controller IDs...
2023-01-10T23:54:47.920Z SERIAL » 0x01030020dc (5 bytes)
2023-01-10T23:54:47.920Z DRIVER » [REQ] [GetControllerId]
2023-01-10T23:54:48.927Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-01-10T23:54:49.027Z SERIAL » 0x01030020dc (5 bytes)
2023-01-10T23:54:49.028Z DRIVER » [REQ] [GetControllerId]
2023-01-10T23:54:50.029Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-01-10T23:54:51.131Z SERIAL » 0x01030020dc (5 bytes)
2023-01-10T23:54:51.131Z DRIVER » [REQ] [GetControllerId]
2023-01-10T23:54:52.137Z DRIVER Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK
from the controller (ZW0200)
at Driver.sendMessage (/app/node_modules/zwave-js/src/lib/driver/Driver.ts
:3990:23)
at ZWaveController.identify (/app/node_modules/zwave-js/src/lib/controller
/Controller.ts:713:33)
at Driver.initializeControllerAndNodes (/app/node_modules/zwave-js/src/lib
/driver/Driver.ts:1208:26)
at Immediate.<anonymous> (/app/node_modules/zwave-js/src/lib/driver/Driver
.ts:1015:16)
Error in driver ZWaveError: Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK from the controller (ZW0200)
at Driver.sendMessage (/app/node_modules/zwave-js/src/lib/driver/Driver.ts:3990:23)
at ZWaveController.identify (/app/node_modules/zwave-js/src/lib/controller/Controller.ts:713:33)
at Driver.initializeControllerAndNodes (/app/node_modules/zwave-js/src/lib/driver/Driver.ts:1208:26)
at Immediate.<anonymous> (/app/node_modules/zwave-js/src/lib/driver/Driver.ts:1015:16) (ZW0100)
at Immediate.<anonymous> (/app/node_modules/zwave-js/src/lib/driver/Driver.ts:1032:6)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {

code: 100,
context: undefined,
transactionSource: undefined
}
Shutting down
2023-01-10T23:54:52.140Z DRIVER destroying driver instance...
2023-01-10T23:54:52.140Z DRIVER driver instance destroyed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment