Hass.io trying to get Elelabs Zigbee working

Hi! I can’t get Elelabs working with Hass.
I’m running Hass.io in Debian VM, I passed all USB devices through to it. I also have a ZWave USB device, and it’s at /dev/ttyACM0 path and it’s working normally.

First of all - how can I reliably find out which device is at which path? I tried /dev/ttyACM0 through /dev/ttyACM3 and nothing worked so far. Do I need to manually pass usb device through to homeassistant docker image as well? I don’t remember doing it for ZWave stick.

The error says: Unable to connect to ZHA device.

I disabled modemmanager service, and here’s the list of devices shown in Hardware info:

serial:

    /dev/serial/by-id/usb-0658_0200_12345678-9012-3456-7890-123456789012-if00
    /dev/ttyS3
    /dev/ttyACM0
    /dev/ttyS1
    /dev/ttyS2
    /dev/ttyS0

input:

    QEMU QEMU USB Tablet
    AT Translated Set 2 keyboard
    PC Speaker
    VirtualPS/2 VMware VMMouse
    Power Button

disk:
gpio:
audio

Still no luck, tried all devices. ACM0 is ZWave stick.

Hey, different host hardware here (Hassio on Asus Tinkerboard) but I do have an Elelabs USB adapter running for a couple years now. Not sure it applies but looks like mine is /dev/ttyUSB0

My Z-Wave stick worked on ACM though

I was passing USB port, changed it to passing USB device and /dev/ttyUSB0 as well as some other devices appeared under hardware.

But it still does not work :frowning: