Hi,
I’m trying to restore a backup image of my hassbian system, which is an exact copy of my system (done with the dd command)
however at restart, HA doesn’t find the Zwave controller
so I checked and the path to USB has changed, it is now /dev/ttyAMA0
so I changed it in core.config_entries
but after a reboot, nothing appears…
I also have the issue with a Max! cube which does not connect anymore in HA where there was no issue before…
any idea on these 2 topics? it is very annoying
thanks!
edit: here is the log in case it is useful:
2019-02-25 22:07:20.521 Info, Setting Up Provided Network Key for Secure Communications
2019-02-25 22:07:20.522 Info, mgr, Added driver for controller /dev/ttyAMA0
2019-02-25 22:07:20.523 Info, Opening controller /dev/ttyAMA0
2019-02-25 22:07:20.523 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2019-02-25 22:07:20.525 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2019-02-25 22:07:20.526 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-02-25 22:07:20.527 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-02-25 22:07:20.527 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-02-25 22:07:20.527 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-02-25 22:07:20.527 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-02-25 22:07:20.527 Detail,
2019-02-25 22:07:20.528 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-02-25 22:07:21.528 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-02-25 22:07:21.528 Detail, contrlr, Removing current message
2019-02-25 22:07:21.528 Detail, contrlr, Notification: Notification - TimeOut
2019-02-25 22:07:21.532 Detail,
2019-02-25 22:07:21.532 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-02-25 22:07:22.533 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-02-25 22:07:22.533 Detail, contrlr, Removing current message
2019-02-25 22:07:22.534 Detail, contrlr, Notification: Notification - TimeOut
2019-02-25 22:07:22.544 Detail,
2019-02-25 22:07:22.544 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-02-25 22:07:23.544 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-02-25 22:07:23.545 Detail, contrlr, Removing current message
2019-02-25 22:07:23.545 Detail, contrlr, Notification: Notification - TimeOut
2019-02-25 22:07:23.548 Detail,
2019-02-25 22:07:23.548 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-02-25 22:07:24.548 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-02-25 22:07:24.549 Detail, contrlr, Removing current message
2019-02-25 22:07:24.549 Detail, contrlr, Notification: Notification - TimeOut
2019-02-25 22:07:24.552 Detail,
2019-02-25 22:07:24.552 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-02-25 22:07:25.552 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-02-25 22:07:25.552 Detail, contrlr, Removing current message
2019-02-25 22:07:25.553 Detail, contrlr, Notification: Notification - TimeOut```