#Issues with Zooz Controller after HA lost power

1 messages · Page 1 of 1 (latest)

strange wagon
#

I have a Home Assistant Yellow POE with a USB hub plugged into it, and a Zooz 700 series Z-Wave Plus S2 USB stick plugged into that.

This has been working fine for nearly a year. I was recently moving hardware around, which involved unplugging my Yellow.

Upon plugging it back in, ZWave JS now fails to start giving me the error

2024-11-24T23:18:27.990Z CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                  n 100 ms.
2024-11-24T23:18:29.105Z CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try i
                                  n 1100 ms.
2024-11-24T23:18:31.228Z 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:5907:23)
                                      at ZWaveController.queryCapabilities (/usr/src/node_modules/zwave-js/src/l
                                  ib/controller/Controller.ts:1144:37)
                                      at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src
                                  /lib/driver/Driver.ts:1537:46)
                                      at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Dr
                                  iver.ts:1338:16)

Has anyone seen this before?

dense basalt
#

What's your device path set to

#

perhaps provide the full log instead of a small snippet

strange wagon
#

It's set to /dev/ttyAMA0 which I believe is correct, I didn't change anything and I can see that path exists

#
2024-11-24T23:43:11.875Z DRIVER   
2024-11-24T23:43:12.984Z CONFIG   version 13.10.3
2024-11-24T23:43:14.671Z CNTRLR   querying Serial API capabilities...
2024-11-24T23:43:16.205Z CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                  n 100 ms.
2024-11-24T23:43:17.317Z CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try i
                                  n 1100 ms.
2024-11-24T23:43:19.436Z 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:5907:23)
                                      at ZWaveController.queryCapabilities (/usr/src/node_modules/zwave-js/src/l
                                  ib/controller/Controller.ts:1144:37)
                                      at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src
                                  /lib/driver/Driver.ts:1537:46)
                                      at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Dr
                                  iver.ts:1338: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:5907:23)
    at ZWaveController.queryCapabilities (/usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:1144:37)
    at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1537:46)
    at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1338:16) (ZW0100)
    at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1358:6) {
  code: 100,
  context: undefined,
  transactionSource: undefined
}
Shutting down
[23:43:19] WARNING: Halt add-on```
strange wagon
#

I ended up completely shutting down the Yellow, unplugging the usb hub, plugging it back in and powering on the Yellow. Looks like we're good now.

dense basalt
#

/dev/ttyAMA0 would be a GPIO controller, not USB