After moving my HA installation to the new Raspberry Pi4, I cannot get my ZW090 Z-Stick Gen5 EU to connect via the serial port. The OZW_Log shows the following:
2019-07-18 10:04:51.189 Always, OpenZwave Version 1.4.3440 Starting Up
2019-07-18 10:04:56.271 Info, Setting Up Provided Network Key for Secure Communications
2019-07-18 10:04:56.277 Info, mgr, Added driver for controller /dev/ttyS0
2019-07-18 10:04:56.277 Info, Opening controller /dev/ttyS0
2019-07-18 10:04:56.277 Info, Trying to open serial port /dev/ttyS0 (attempt 1)
2019-07-18 10:04:56.277 Info, Serial port /dev/ttyS0 opened (attempt 1)
2019-07-18 10:04:56.278 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-07-18 10:04:56.278 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-07-18 10:04:56.278 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-07-18 10:04:56.278 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-07-18 10:04:56.278 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-07-18 10:04:56.278 Detail,
2019-07-18 10:04:56.278 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-07-18 10:04:57.279 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-18 10:04:57.279 Detail, contrlr, Removing current message
2019-07-18 10:04:57.279 Detail, contrlr, Notification: Notification - TimeOut
2019-07-18 10:04:57.279 Detail,
2019-07-18 10:04:57.279 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-07-18 10:04:58.279 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-18 10:04:58.279 Detail, contrlr, Removing current message
2019-07-18 10:04:58.280 Detail, contrlr, Notification: Notification - TimeOut
2019-07-18 10:04:58.280 Detail,
2019-07-18 10:04:58.280 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-07-18 10:04:59.280 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-18 10:04:59.280 Detail, contrlr, Removing current message
2019-07-18 10:04:59.281 Detail, contrlr, Notification: Notification - TimeOut
2019-07-18 10:04:59.285 Detail,
2019-07-18 10:04:59.285 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-07-18 10:05:00.285 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-18 10:05:00.286 Detail, contrlr, Removing current message
2019-07-18 10:05:00.286 Detail, contrlr, Notification: Notification - TimeOut
2019-07-18 10:05:00.286 Detail,
2019-07-18 10:05:00.286 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-07-18 10:05:01.286 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-07-18 10:05:01.287 Detail, contrlr, Removing current message
2019-07-18 10:05:01.287 Detail, contrlr, Notification: Notification - TimeOut
Home Assistant Log says
2019-07-18 10:09:56 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave not ready after 300 seconds, continuing anyway
Any ideas what I can do? I followed the merging guide I found on the forums. Also, Hassbian gives me /dev/ttyS0 as the port. Everything else I found documented also did not help so far.
Any ideas?
Thanks.