Hello, I am just getting into Home Assistant and have successfully installed Hassbian. After installation I added the Aeotec Z-Stick Gen5 and added the relevant lines to the configuration.yaml as follows
zwave
zwave:
usb_path: /dev/ttyAMA0
network_key: “0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…, 0x…”group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
(hex values replaced by …)
I can see Z-Wave Configuration manager in the Configuration panel, but the Aeotec Z-Stick Get 5 is not showing up in the dashboard. When i see the log in the Z-Wave Manager, it shows a notification saying “Driver failed”
2018-01-17 11:51:07.769 Always, OpenZwave Version 1.4.2586 Starting Up
2018-01-17 11:51:10.990 Info, Setting Up Provided Network Key for Secure Communications
2018-01-17 11:51:10.990 Info, mgr, Added driver for controller /dev/ttyAMA0
2018-01-17 11:51:10.990 Info, Opening controller /dev/ttyAMA0
2018-01-17 11:51:10.990 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2018-01-17 11:51:10.990 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2018-01-17 11:51:10.991 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-01-17 11:51:10.991 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-01-17 11:51:10.991 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-01-17 11:51:10.991 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-01-17 11:51:10.991 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-01-17 11:51:10.991 Detail,
2018-01-17 11:51:10.991 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-01-17 11:51:10.991 Detail, contrlr, Notification: DriverFailed
Any ideas what could be the problem?
Thanks a lot in advance for your help.