Still no usb ports on Hassio Pi? for Conbee/Deconz

HI,

posted How do I view the USB devices with HASS.io? a long time ago, so ready for a new topic, but unfortunately the same question:

how to see/enable USB on the Pi on Hassio?

if I check hardware, I see:

core-ssh:~# hassio hw info
{
    "result": "ok",
    "data": {
        "serial": [
            "/dev/ttyAMA0"
        ],
        "input": [],
        "disk": [],
        "gpio": [
            "gpiochip128",
            "gpiochip100",
            "gpiochip0"
        ],
        "audio": {
            "0": {
                "name": "bcm2835_alsa - bcm2835 ALSA",
                "type": "ALSA",
                "devices": [
                    {
                        "chan_id": "0",
                        "chan_type": "digital audio playback"
                    },
                    {
                        "chan_id": "1",
                        "chan_type": "digital audio playback"
                    }
                ]
            }
        }
    }
}

and that means no USB to plugin the Conbee/Deconz stick…

please help in solving this if possible
thx

where is this device coming from if not USB?

USB = Universal Serial Bus which = /dev/tty-something…

How does this device typically show up in Linux?

this is what I have for my USB Z-wave stick

usb_path: /dev/ttyACM0

configuration.yaml

zwave:
    usb_path: /dev/ttyACM0

I had to run this command when I first installed a usb device on my pi. Seemed to work

dmesg | grep tty