I have home assistant running on a raspberry pi 4.
System: HassOS 3.7
Version: 193
I added the Aeotec Gen5 Z-wave stick.
Then I added Z-Wave under integrations.
And added the following to my configuration.yaml:
zwave:
usb_path: /dev/ttyAMA0
When I go to my Z-wave settings I see this:
When I click “Start network” it doesn’t start. And this is the OZW log:
2020-01-03 11:59:20.413 Always, OpenZwave Version 1.4.3452 Starting Up
2020-01-03 11:59:41.941 Info, Setting Up Provided Network Key for Secure Communications
2020-01-03 11:59:41.942 Info, mgr, Added driver for controller /dev/ttyAMA0
2020-01-03 11:59:41.942 Info, Opening controller /dev/ttyAMA0
2020-01-03 11:59:41.942 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2020-01-03 11:59:41.942 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2020-01-03 11:59:41.943 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2020-01-03 11:59:41.943 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2020-01-03 11:59:41.943 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2020-01-03 11:59:41.943 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2020-01-03 11:59:41.943 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2020-01-03 11:59:41.943 Detail,
2020-01-03 11:59:41.943 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2020-01-03 11:59:41.943 Detail, contrlr, Notification: DriverFailed
Does anyone has an idea what the problem is?