Openzwave on Hasbian and orange pi

I tried a lot. Strange thing is that a lot of items I found are not compatible for armbian. Like stuf of zwave in /usr they are not there. I have this error now:

2018-03-28 18:21:59 ERROR (MainThread) [homeassistant.loader] Unable to find component config_path
2018-03-28 18:21:59 ERROR (MainThread) [homeassistant.setup] Setup failed for config_path: Component not found.
2018-03-28 18:22:00 ERROR (MainThread) [homeassistant.loader] Unable to find component usb_path
2018-03-28 18:22:00 ERROR (MainThread) [homeassistant.setup] Setup failed for usb_path: Component not found.
2018-03-28 18:22:01 ERROR (MainThread) [homeassistant.setup] Error during setup of component zwave
Traceback (most recent call last):
File “/home/ha/homeassistant/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 /zwaveusbstick : [‘NoneType: None\n’]”

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/home/ha/homeassistant/lib/python3.6/site-packages/homeassistant/setup.py”, line 145, in _async_setup_component
component.setup, hass, processed_config)
File “/usr/lib/python3.6/asyncio/futures.py”, line 332, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 250, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 245, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/home/ha/homeassistant/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 275, in setup
config_path=config[DOMAIN].get(CONF_CONFIG_PATH))
File “/home/ha/homeassistant/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 /zwaveusbstick : ['Traceback

config:

#zwave init
zwave:
usb_path: /dev/ttyACM0
config_path: /home/ha/homeassistant/lib/python3.6/site-packages/python_openzwave/ozw_config

Found the last crulpit. After changing the init file making ha not check for the 0.4.3 vetsion vut 0.4.4 it is the doubble space not there after zwave.