Razberry 7 pro setup

Hi,

I am fairly new to HomeAssistant.
A few months ago I bought myself a rasberry pi 4 and started experimenting in HomeAssistant.

Now I want to start with Z-wave devices. As a test I bought myself a Razberry 7 pro along with a dimmer and motion detector.

I have the add-on board installed on my raspberry pi. I disabled the bluetooth on the rasberry pi 4 (Z-Wave Controllers - Home Assistant) however when I now install Z-wave JS as add-on and look at the logs I get following error message:

2022-11-18T11:50:22.271Z DRIVER   starting driver...
2022-11-18T11:50:22.315Z DRIVER   opening serial port /dev/ttyAMA0
2022-11-18T11:50:22.358Z DRIVER   serial port opened
2022-11-18T11:50:22.361Z SERIAL » [NAK]                                                                   (0x15)
2022-11-18T11:50:22.369Z DRIVER   loading configuration...
2022-11-18T11:50:22.401Z CONFIG   Using external configuration dir /data/db
2022-11-18T11:50:22.403Z CONFIG   version 10.3.0
2022-11-18T11:50:23.823Z DRIVER   beginning interview...
2022-11-18T11:50:23.828Z DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                  1 registered
2022-11-18T11:50:23.831Z DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                  1 registered
2022-11-18T11:50:23.832Z DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                  1 registered
2022-11-18T11:50:23.835Z CNTRLR   querying controller IDs...
2022-11-18T11:50:24.170Z SERIAL » 0x01030020dc                                                         (5 bytes)
2022-11-18T11:50:24.175Z DRIVER » [REQ] [GetControllerId]
2022-11-18T11:50:25.223Z CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                  n 100 ms.
2022-11-18T11:50:25.328Z SERIAL » 0x01030020dc                                                         (5 bytes)
2022-11-18T11:50:25.333Z DRIVER » [REQ] [GetControllerId]
2022-11-18T11:50:26.341Z CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try i
                                  n 1100 ms.
2022-11-18T11:50:27.447Z SERIAL » 0x01030020dc                                                         (5 bytes)
2022-11-18T11:50:27.450Z DRIVER » [REQ] [GetControllerId]
2022-11-18T11:50:28.486Z DRIVER   Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK 
                                  from the controller (ZW0200)
                                      at Driver.sendMessage (/usr/src/node_modules/zwave-js/src/lib/driver/Drive
                                  r.ts:3990:23)
                                      at ZWaveController.identify (/usr/src/node_modules/zwave-js/src/lib/contro
                                  ller/Controller.ts:713:33)
                                      at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src
                                  /lib/driver/Driver.ts:1208:26)
                                      at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Dr
                                  iver.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 (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:3990:23)
    at ZWaveController.identify (/usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:713:33)
    at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1208:26)
    at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1015:16) (ZW0100)
    at Immediate.<anonymous> (/usr/src/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
2022-11-18T11:50:28.504Z DRIVER   destroying driver instance...
2022-11-18T11:50:28.510Z DRIVER   driver instance destroyed
[11:50:28] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
[11:50:28] INFO: Service restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Can anyone help me and point out where I am going wrong?

Hi,

There was no problem configuring, the hardware appeared to be faulty.
After replacing the hardware everything was immediately recognized by HomeAssistant, TOP!

Best Filip

2 Likes