Help! - Setup Aeotec Z-Wave USB Stick

A post was split to a new topic: Multiple Z-Wave sticks

I’ve spent a lot of time trying to get Aeotec Z-Wave stick active on the vmdk under virtualbox.
I am getting two errors:

  1. Unable to find component usb_path:
    zwave:
    usb_path: /dev/ttyACM0

  2. error during setup of component zwave
    Log Details (ERROR)
    Mon Oct 22 2018 17:49:36 GMT-0400 (Eastern Daylight Time)

Error during setup of component zwave
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/openzwave/option.py”, line 78, in init
raise ZWaveException(u"Can’t find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: “Zwave Generic Exception : Can’t find device /dev/ttyACM0 : [‘NoneType: None\n’]”

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/setup.py”, line 145, in _async_setup_component
hass, processed_config)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 244, in async_setup
config_path=config[DOMAIN].get(CONF_CONFIG_PATH))
File “/usr/local/lib/python3.6/site-packages/openzwave/option.py”, line 81, in init
raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: ‘Zwave Generic Exception : Error when retrieving device /dev/ttyACM0 : [‘Traceback (most recent call last):\n’, ’ File “/usr/local/lib/python3.6/site-packages/openzwave/option.py”, line 78, in init\n raise ZWaveException(u"Can\‘t find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\n’, ‘openzwave.object.ZWaveException: “Zwave Generic Exception : Can\'t find device /dev/ttyACM0 : [\‘NoneType: None\\\\n\’]”\n’]’

My host is ubuntu 18 and when I run in terminal: ls -ltr /dev/tty*|tail -n 1 I can see, crw-rw---- 1 root dialout 166, 0 Oct 22 17:41 /dev/ttyACM0
when i ssh root@hassio and run the terminal command: ls -ltr /dev/tty*|tail -n 1 I can only see crw-rw-rw- 1 root root 5, 0 Oct 22 10:36 /dev/tty

any help is greatly appreciated - thanks

Hi,
I get the Stick working on VirtualBox. Be sure you are on HassOS 1.11 are higher!