Hass.io on Intel NUC DN2820FYKH and Aeon Labs Z-Stick S2 issue

Hi All,

I’ve been testing out hass.io 0.71.0 and for some reason my Aeon Labs ZStick S2 is not being detected correctly.

I also have a RPi3 and when I plug it into this it gets detected as /dev/ttyUSB0, but on NUC it does not show up as /dev/tty*.

When I run lsusb an ID comes up when it’s plugged in. Would someone be able to point me in the right direction. I’ve checked a few forum threads, but nothing has helped.

Thanks in advance.

Try /dev/serial/by-id/ and use that value in your config

Thanks.

Apologies for my n00bness but what is the formatting for this? This is what I get when the Aeon Labs Z-Stick S2 is connected.
core-ssh:~# lsusb
Bus 002 Device 002: ID 10c4:ea60

I’ve tried the following:
zwave:
usb_path: /dev/serial/by-id/10c4-ea60

and

zwave:
usb_path: /dev/serial/by-id/10c4:ea60

@q00dee
You need to use ls from the command line.
ls /dev/serial/by-id/
and use the resulting line in your configuration.yaml

usb_path: /dev/serial/by-id/usb-0658_0200-ib00

Thanks, I think it’s an issue on the hass.io Intel NUC image from what I’ve been finding on the forums.

I get this when I run what you suggested.
ls: /dev/serial/by-id/: No such file or directory

Did you ever resolve this?
i have the same issue

You may try “dmesg | grep tty” on the command line.
I use a NUC as a Proxmox host. The request above usually returns:

homeassistant@HA:~$ dmesg | grep tty
[    0.004000] console [tty0] enabled
[   42.261489] cdc_acm 3-1:1.0: ttyACM0: USB ACM device

Regards, Dirk