Aeotec USB Z-Stick S2 on a Raspberry Pi All-In-One Installe

.does not work and it does not show up as a /dev/ttyACM*

I rebooted and still not there. What can I do or where can I find the error it raised while the installation? I haven’t seen any. I do have a /dev/ttyAMA0. I also changed the usb slot on my Raspberry Pi 3. I did an update and upgrade, but this seams not to do the job.

lsusb
Bus 001 Device 006: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

looks like it is there

Mine does not show as ttyACM by as ttyUSB.

you are right!
Mine shows as ttyUSB0! So
sudo ./ozwcp -p 8888

is working now. But I struggle with the yaml config
zwave:
usb_path: /dev/ttyUSB0
config_path: /srv/hass/python-openzwave/openzwave/config

What config path is the right one for the latest “All in One installer”?

I don’t know if this will help as I installed with AIO months ago but this is what I am using:

/srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config

I’m not using the AIO but rather the VENV. Here is mine:

zwave:
  usb_path: /dev/zwave
  config_path: /usr/local/lib/python3.4/dist-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
  polling_interval: 60000

Folks,
I got it working without the Config_path. So no idea what I had issues before.