Z-wave devices won't show up

Got my first home assistant server setup tonight using 4.12 hassio on a raspberry pi. I’m attmpting to integrate my first 2 devices using z-wave but am having issues.

I have a USB Aeotec Z-Stick Gen5 Z-Wave Hub plugged into the Pi and the OpenZWave add-on installed and have been following this guide(https://www.home-assistant.io/docs/z-wave/adding/) to configure it all.

My OpenZWave configuration looks like this(not my real key)

device: /dev/ttyACM0
network_key: >-
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00
instance: 1

The OpenZWave service starts, and I am able to open the configuration(appears to be a VNC based display of an app) and was able to successfully add both of my devices, and see all of the device info. I can also see data from the devices coming into the app as well. I ran the “Heal Network” after adding them as advised in the article linked above, I also restarted both Home Assistant and then the entire Pi, but the 2 devices do not show up under devices in Home Assistant. They also don’t show up under Developer Tools --> States either.

The 2 devices are

  • EcoLink Garage Door Tilt Sensor
    • Tilt events show up.
  • Aeotec MultiSensor 6
    • I can see motion events, the temp, vibration, and light readings.

The devices appear to be communicating with the usb stick just fine, how do I get them to play nice with Hassio, I’m assuming they should show up under configuration --> Devices?

You must first setup the integration “OpenZWave”, under configuration in homeassistant.