I cant seem to get my Zwave stick working.
ls -al /dev/tty*
Gives me
crw-rw-rw- 1 root root 5, 0 Oct 24 14:27 /dev/tty
(and that is all)
hassio hardware info
gives me
{
"result": "ok",
"data": {
"serial": [
"/dev/ttyAMA0"
],
"input": [],
"disk": [],
"gpio": [
"gpiochip128",
"gpiochip0",
"gpiochip100"
],
"audio": {
"0": {
"name": "bcm2835_alsa - bcm2835 ALSA",
"type": "ALSA",
"devices": {
"0": "digital audio playback",
"1": "digital audio playback"
}
}
}
}
}
I have set up in config
zwave:
usb_path: /dev/ttyAMA0
network_key: "removed"
and the log in the zwave section
2018-10-24 14:29:30.049 Always, OpenZwave Version 1.4.3142 Starting Up
2018-10-24 14:30:19.243 Info, Setting Up Provided Network Key for Secure Communications
2018-10-24 14:30:19.243 Info, mgr, Added driver for controller /dev/ttyAMA0
2018-10-24 14:30:19.244 Info, Opening controller /dev/ttyAMA0
2018-10-24 14:30:19.244 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2018-10-24 14:30:19.244 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2018-10-24 14:30:19.248 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-10-24 14:30:19.248 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-10-24 14:30:19.248 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-10-24 14:30:19.248 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-10-24 14:30:19.249 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-10-24 14:30:19.249 Detail,
2018-10-24 14:30:19.249 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-10-24 14:30:19.249 Detail, contrlr, Notification: DriverFailed
I am currently running version 0.79.3 Hass.io on a raspberry pi3b
please help get this working