I cant’t provide a solution, but I suppose I’m facing the same problem. I’m running HassOS 1.13 on Raspberry 3 B+ with Razberry.
Long storry: I started with a Raspberry 1 and the razberry-addon, which worked without major issues. It was slow and emulate_hue did not work. Someone mentioned that the Raspberry 1 might be lacking resources, so I upgraded to Raspberry 3B+. emulate_hue is working fine, but now z-wave fails, which worked fine before.
I tried several power supplies because I read some suggestions along the lines of “raspberry might behave strangely if on insufficient power supply” and I’m confident that power should not be an issue.
I tried following https://www.home-assistant.io/docs/z-wave/device-specific/#razberry-board which has issues with current dockerized HassOS and probably needs an update?
Anyway, I added dtoverlay=pi3-disable-bt
to config.txt after flashing the image and before inserting it to my raspberry for the first time. And when I found this post, I reflashed the image and added enable_uart=1
as well. Didn’t make a difference.
I can’t follow the next steps about systemctl-commands, because those services do not exist. (I enabled dev-mode to get deeper access, but didn’t find anything to do so didn’t modify anything yet).
Current log is
2019-01-11 20:55:16.145 Always, OpenZwave Version 1.4.3322 Starting Up
2019-01-11 20:55:21.431 Info, Setting Up Provided Network Key for Secure Communications
2019-01-11 20:55:21.431 Info, mgr, Added driver for controller /dev/ttyAMA0
2019-01-11 20:55:21.431 Info, Opening controller /dev/ttyAMA0
2019-01-11 20:55:21.432 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2019-01-11 20:55:21.436 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2019-01-11 20:55:21.441 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-01-11 20:55:21.441 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-01-11 20:55:21.441 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-01-11 20:55:21.441 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-01-11 20:55:21.441 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-01-11 20:55:21.442 Detail,
2019-01-11 20:55:21.442 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-01-11 20:55:22.442 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-01-11 20:55:22.442 Detail, contrlr, Removing current message
2019-01-11 20:55:22.442 Detail, contrlr, Notification: Notification - TimeOut
2019-01-11 20:55:22.444 Detail,
2019-01-11 20:55:22.444 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-01-11 20:55:23.445 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-01-11 20:55:23.445 Detail, contrlr, Removing current message
2019-01-11 20:55:23.445 Detail, contrlr, Notification: Notification - TimeOut
2019-01-11 20:55:23.446 Detail,
2019-01-11 20:55:23.446 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-01-11 20:55:24.446 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-01-11 20:55:24.446 Detail, contrlr, Removing current message
2019-01-11 20:55:24.447 Detail, contrlr, Notification: Notification - TimeOut
2019-01-11 20:55:24.447 Detail,
2019-01-11 20:55:24.447 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-01-11 20:55:25.448 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-01-11 20:55:25.448 Detail, contrlr, Removing current message
2019-01-11 20:55:25.448 Detail, contrlr, Notification: Notification - TimeOut
2019-01-11 20:55:25.449 Detail,
2019-01-11 20:55:25.449 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-01-11 20:55:26.449 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-01-11 20:55:26.449 Detail, contrlr, Removing current message
2019-01-11 20:55:26.450 Detail, contrlr, Notification: Notification - TimeOut
Any help would be greatly appreciated.