Setup for Aeotec Z-Stick Gen5 Z-Wave Plus USB

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

What version of HassOS are you running. v1.11 is the current release. Here is what my HW listing shows. From day 1, I have used /dev/ttyACM0, whether using HA installed ontop of Raspbian, or in HassIO. I would reboot your pi and double check the output. Also, don’t hot-plug the Zwave usb stick.

  • serial:
    • /dev/ttyACM0
    • /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

This is what my Hass.io shows
Home Assistant 0.80.3 is available
You are currently running version 0.79.3

The system tab shows

Host system

Hostname hassio
System HassOS 1.9
Deployment production

and I reset HA using /dev/ttyACM0 and the zwave item in my configuration menu disappears. to me that means I had something right with /dev/ttyAMA0.

And I’m not sure what you mean by hot-plug. I did add the usb stick when the pi was on, but have sense had the pi go through a power cycle.

Interesting. I would switch back to /dev/ttyAMA0 and then update both HassOS and HA.

By hot-plug I was refering to removing and then replugging the zwave stick while running. It can cause the zwave stick to get added as a new and different device. I don’t know if this is still an possible, but its just better to avoid the practice.

Wow, it seems to be working now. Maybe the update did it. I was not aware that I had to make updates it two places thanks!!!