HUSBZ-1 Not Appearing as USB Device in Hass.io

I’m doing a fresh install of Hass.io on a RPi 3 B. I have a Nortek HUSBZ-1 plugged in as the only USB device. When I check hassio host hardware, this is what I get:

{
    "result": "ok",
    "data": {
        "serial": [
            "/dev/ttyACM0",
            "/dev/ttyAMA0"
        ],
        "input": [],
        "disk": [],
        "gpio": [
            "gpiochip0",
            "gpiochip100"
        ],
        "audio": {
            "0": {
                "name": "bcm2835 - bcm2835 ALSA",
                "type": "ALSA",
                "devices": {
                    "0": "digital audio playback",
                    "1": "digital audio playback"
                }
            }
        }
    }
}

No USB devices are listed. I’ve been searching every post, forum, and video I can find, but the hours of work have yielded nothing.

Anyone have any ideas?

It should be one of the serial devices listed there. I haven’t used that device specifically, but my Z-Wave USB stick acts as a USB serial device.

You should be able to check hassio host hardware with the device unplugged to compare and figure out which device it is.

You should be able to check hassio host hardware with the device unplugged to compare and figure out which device it is.

I don’t know how I forgot to check that. Found it as “/dev/ttyACM0”. Thanks! Putting it in as the USB device worked.

I have z-wave enabled, now!

Edit: I just realized the device is just for z-wave. Well, it works! Thanks, again!