Hi all,
i recently migrated my HA from my homeland to a standalone RPI running on Docker.
I’ve setup a seperate zwave2mqtt container and set it up using a zwave.me UZB. I’ve hard reset the 2 ZW100 but when i try to add my ZW100 sensors, it goes into inclusion mode, the led on the usb stick flashes, but then the node led stops flashing green and goes a solid red. The inclusion popup reports “Inclusion stopped, no changes detected”
i’m at a bit of a loss as to why it wont include. I’ve included a snippet of the zwavejs log…
15:53:29.348 SERIAL « 0x0107004a05070000b0 (9 bytes)
15:53:29.349 SERIAL » [ACK] (0x06)
15:53:29.350 DRIVER « [REQ] [AddNodeToNetwork]
payload: 0x05070000
15:53:29.352 DRIVER handling request AddNodeToNetwork (74)
15:53:29.352 DRIVER 1 handler registered!
15:53:29.352 DRIVER invoking handler #0
15:53:29.352 CNTRLR handling add node request (status = Failed)
15:53:29.353 CNTRLR starting the inclusion failed
15:53:29.353 CNTRLR stopping inclusion process...
15:53:29.362 SERIAL » 0x0105004ac50673 (7 bytes)
15:53:29.362 DRIVER » [REQ] [AddNodeToNetwork]
payload: 0xc506
15:53:29.365 SERIAL « [ACK] (0x06)
15:53:29.370 DRIVER the message was handled
15:53:29.418 SERIAL « 0x0107004a06060000b2 (9 bytes)
15:53:29.418 SERIAL » [ACK] (0x06)
15:53:29.420 DRIVER « [REQ] [AddNodeToNetwork]
payload: 0x06060000
15:53:29.422 DRIVER handling request AddNodeToNetwork (74)
15:53:29.422 DRIVER 1 handler registered!
15:53:29.422 DRIVER invoking handler #0
15:53:29.422 CNTRLR handling add node request (status = Done)
15:53:29.423 CNTRLR done called for 0
15:53:29.423 CNTRLR the inclusion process was stopped
15:53:29.426 DRIVER the message was handled
any advice would be gratefully accepted.