I've been using the standalone ZWave-JS-UI for a long time, and recently migrated it to a new machine. Since the migration, the devices are in a partially recognised state.
I screwed up the migration a bit in the sense of not doing a settings export/import, but copying the keys from the settings.json manually. I can't revert to the old setup any more.
For example, node ID 8 is a Figaro black button. Sometimes, very occasionally the button push is recognized. More often, the button push just reports the battery status.
Some related logs:
2026-01-04 10:52:41.232 SERIAL « 0x010f00040008097105000000ff0702007b (17 bytes)
2026-01-04 10:52:41.238 SERIAL » [ACK] (0x06)
2026-01-04 10:52:41.243 CNTRLR [Node 008] [~] [Notification] alarmType: 0 => 0 [Endpoint 0]
2026-01-04 10:52:41.247 CNTRLR [Node 008] [~] [Notification] alarmLevel: 0 => 0 [Endpoint 0]
2026-01-04 10:52:41.250 DRIVER « [Node 008] [REQ] [ApplicationCommand]
└─[NotificationCCReport]
notification type: Home Security
notification status: 255
notification state: Intrusion
2026-01-04 10:52:41.254 CNTRLR [Node 008] [~] [Notification] Home Security[Sensor status]: 0 => [Endpoint 0]
2
2026-01-04 10:52:41.300 SERIAL « 0x010b00040008055b0301800125 (13 bytes)
2026-01-04 10:52:41.305 SERIAL » [ACK] (0x06)
2026-01-04 10:52:41.309 DRIVER « [Node 008] [REQ] [ApplicationCommand]
└─[CentralSceneCCNotification]
sequence number: 1
key attribute: KeyPressed
scene number: 1
2026-01-04 10:52:41.314 CNTRLR [Node 008] [!] [Central Scene] scene[001]: 0
2026-01-04 10:52:41.319 CNTRLR « [Node 008] received CentralScene notification {
"nodeId": 8,
"ccId": "Central Scene",
"ccCommand": "0x03"
}
2026-01-04 10:55:33.954 SERIAL « 0x010900040008038003641e (11 bytes)
2026-01-04 10:55:33.960 SERIAL » [ACK] (0x06)
2026-01-04 10:55:33.964 CNTRLR [Node 008] [~] [Battery] level: 100 => 100 [Endpoint 0]
2026-01-04 10:55:33.969 DRIVER « [Node 008] [REQ] [ApplicationCommand]
└─[BatteryCCReport]
level: 100
2026-01-04 10:55:34.053 SERIAL « 0x0108000400080284077a (10 bytes)
2026-01-04 10:55:34.060 SERIAL » [ACK] (0x06)
2026-01-04 10:55:34.063 DRIVER « [Node 008] [REQ] [ApplicationCommand]
└─[WakeUpCCWakeUpNotification]
2026-01-04 10:55:34.065 CNTRLR « [Node 008] received wakeup notification
2026-01-04 10:55:34.067 CNTRLR [Node 008] The node is now awake.
- Is the recognized state as shown on the screenhot OK?
- What can I do to make the ZWave network's operation more reliable?