Installing Z-wave-me with HA

Hi
I have a Razzbery z-wave daughter card on my rasperry. I have install z-wave-me, but i get invalid Config when HA starts.
configuration.yaml
zwave:
usb_path: /dev/ttyAMA0
network_key: !secret zwave_key
I have also tried to add: config_path: /srv/homeassistant/lib/python3.5/site-packages/python_openzwave/ozw_config
But i still get the same error.

Error on starup is:
Mar 29 08:38:25 GreAssistent hass[27073]: 2018-03-29 08:38:25 ERROR (MainThread) [homeassistant.setup] Error during setup of component zwave
Mar 29 08:38:25 GreAssistent hass[27073]: raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
Mar 29 08:38:25 GreAssistent hass[27073]: openzwave.object.ZWaveException: ‘Zwave Generic Exception : Error when retrieving device /dev/ttyAMA0 : [‘Traceback (most recent call last):\n’, ’ File “/srv/homeassistant/lib/python3.5/site-packages/openzwave/option.py”, line 75, in init\n raise ZWaveException(u"Can\‘t write to device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\n’, ‘openzwave.object.ZWaveException: “Zwave Generic Exception : Can\'t write to device /dev/ttyAMA0 : [\‘NoneType: None\\\\n\’]”\n’]’
Mar 29 08:38:25 GreAssistent hass[27073]: 2018-03-29 08:38:25 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: source=components/zwave/init.py, message=Error during setup of component zwave, timestamp=1522305505.425116, exception=Traceback (most recent call last):
Mar 29 08:38:25 GreAssistent hass[27073]: raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
Mar 29 08:38:25 GreAssistent hass[27073]: openzwave.object.ZWaveException: ‘Zwave Generic Exception : Error when retrieving device /dev/ttyAMA0 : [‘Traceback (most recent call last):\n’, ’ File “/srv/homeassistant/lib/python3.5/site-packages/openzwave/option.py”, line 75, in init\n raise ZWaveException(u"Can\‘t write to device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\n’, ‘openzwave.object.ZWaveException: “Zwave Generic Exception : Can\'t write to device /dev/ttyAMA0 : [\‘NoneType: None\\\\n\’]”\n’]’
Mar 29 08:38:25 GreAssistent hass[27073]: , level=ERROR>

This is solvd.
Forgot to: adduser homeassistant dialout