ZWave.me UZB1 not being recognized on Armbian / Banana Pi M1

Hi,

Environment: HASS running on Banana Pi on Armbian Stretch. Solaredge module is working. I have a ZWave.me USB stick, in the USB port, being recognized as /dev/ttyACM0. So far so good. Permissions and group are good:

crw-rw---- 1 root dialout 166, 0 Jan 15 17:05 /dev/ttyACM0

I have added ZWave in the configuration.yaml and it shows up as a configuration item. This is what I have now.

zwave:
  usb_path: /dev/ttyACM0
  config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config

However, OZW.log is empty.

I checked everything on the forum, got a few tips, but for the rest, I’m pretty bombed ouot now. libudev-dev is installed as well.

One thing to add here is that the config_path was taken from the forum, so the path may be wrong.

So, any syggestions?

Can anyone post there configuration so I can compare? Any need to add more configuration options for the stick?

After adjusting the config_path, restarting, I got this:
Error setting up entry Z-Wave (import from configuration.yaml) for zwave
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/config_entries.py”, line 252, in async_setup
result = await component.async_setup_entry(hass, self)
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 262, in async_setup_entry
from openzwave.option import ZWaveOption
ModuleNotFoundError: No module named ‘openzwave’