Home-assistant cannot find Zwave devices

Hi All,
I’m stuck in getting Zwave to work in Homeassistant. I try to migrate from Openhab to HA but now I’m lost.
The logfile shows following errors on startup:
2017-05-13 12:06:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component zwave
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/setup.py”, line 188, in _async_setup_component
None, component.setup, hass, processed_config)
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/zwave/init.py”, line 253, in setup
CONF_CONFIG_PATH, default_zwave_config_path))
File “/srv/homeassistant/lib/python3.4/site-packages/pyozwweb-0.4.0.34-py3.4.egg/openzwave/option.py”, line 82, in init
libopenzwave.PyOptions.init(self, config_path=config_path, user_path=user_path, cmd_line=cmd_line)
File “src-lib/libopenzwave/libopenzwave.pyx”, line 675, in libopenzwave.PyOptions.init (openzwave-embed/open-zwave-master/python-openzwave/src-lib/libopenzwave/libopenzwave.cpp:11082)
libopenzwave.LibZWaveException: “LibOpenZwave Generic Exception : Can’t retrieve zwcfg.xsd from /srv/homeassistant/lib/python3.4/site-packages/python_openzwave-0.4.0.34-py3.4-linux-armv7l.egg/python_openzwave/ozw_config”

Using OZWCP I can see the Zwave stick, my Fibaro FGMS-001 and my Fibaro FGS221 Switch.
Adding the path in configuration.yaml (as came out of the zwave install-process below) to the ozw_config file which says
" It’s recomended that you set the optional config parameter for zwave to config_path: ozw_config ."

The installation-process I followed: I installed the latest Hasbian image (1.23) and installed additional zwavestuff (as described) with “sudo hassbian-config install openzwave”.
Got a lot of warnings and errors while running that install command:
some examples:

make[2]: Map ‘/srv/homeassistant/src/python-openzwave/openzwave/cpp/examples/MinOZW’ wordt verlaten
make[1]: Map ‘/srv/homeassistant/src/python-openzwave/openzwave’ wordt verlaten
python setup-lib.py build
ImportError in : from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
NameError in : class bdist_wheel(_bdist_wheel) - Use bdist_egg instead
<pyozw_setup.EmbedTemplate object at 0x76265110>

and
#define PY_SSIZE_T_CLEAN
^
:0:0: note: this is the location of the previous definition
In file included from openzwave-embed/open-zwave-master/cpp/src/aes/aescpp.h:26:0,
from openzwave-embed/open-zwave-master/cpp/src/Driver.h:42,
from openzwave-embed/open-zwave-master/python-openzwave/src-lib/libopenzwave/libopenzwave.cpp:459:
openzwave-embed/open-zwave-master/cpp/src/aes/aes.h:75:0: warning: ignoring #pragma warning [-Wunknown-pragmas]
#pragma warning( disable : 4324 )
^
openzwave-embed/open-zwave-master/cpp/src/aes/aes.h:93:0: warning: ignoring #pragma warning [-Wunknown-pragmas]
#pragma warning( default : 4324 )
^
openzwave-embed/open-zwave-master/python-openzwave/src-lib/libopenzwave/libopenzwave.cpp: In function ‘PyObject* __pyx_pf_12libopenzwave_9PyManager_270beginControllerCommand(__pyx_obj_12libopenzwave_PyManager*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*)’:
openzwave-embed/open-zwave-master/python-openzwave/src-lib/libopenzwave/libopenzwave.cpp:31350:204: warning: ‘bool OpenZWave::Manager::BeginControllerCommand(uint32, OpenZWave::Driver::ControllerCommand, OpenZWave::Driver::pfnControllerCallback_t, void*, bool, uint8, uint8)’ is deprecated (declared at openzwave-embed/open-zwave-master/cpp/src/Manager.h:1731) [-Wdeprecated-declarations]
__pyx_t_6 = __Pyx_PyBool_FromLong(__pyx_v_self->manager->BeginControllerCommand(__pyx_t_1, __pyx_t_2, __pyx_f_12libopenzwave_ctrl_callback, ((void *)__pyx_v_pythonfunc), __pyx_t_3, __pyx_t_4, __pyx_t_5)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 4190, __pyx_L1_error)

python setup-lib.py install --flavor=git
ImportError in : from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
NameError in : class bdist_wheel(_bdist_wheel) - Use bdist_egg instead
<pyozw_setup.GitTemplate object at 0x76319f30>

Downloading https://pypi.python.org/packages/37/a0/2de15402f69bc054fd57d1ef7278a52a9be474682e374d6bc60abde27f8f/versiontools-1.9.1.tar.gz#md5=602b7db8eea30dd29a1d451997adf251
Processing versiontools-1.9.1.tar.gz
Writing /tmp/easy_install-u4govzcn/gevent-socketio-0.3.6/temp/easy_install-ewrj2cvs/versiontools-1.9.1/setup.cfg
Running versiontools-1.9.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-u4govzcn/gevent-socketio-0.3.6/temp/easy_install-ewrj2cvs/versiontools-1.9.1/egg-dist-tmp-yebpraiz

Installed /tmp/easy_install-u4govzcn/gevent-socketio-0.3.6/versiontools-1.9.1-py3.4.egg
warning: no previously-included files found matching ‘socketio/.ropeproject/*’
warning: no previously-included files found matching ‘socketio/sample_protocol_for_doc.py’
File “build/bdist.linux-armv7l/egg/socketio/virtsocket.py”, line 365
except (ValueError, KeyError, Exception), e:
^
SyntaxError: invalid syntax

File “build/bdist.linux-armv7l/egg/socketio/packet.py”, line 156
except ValueError, e:
^
SyntaxError: invalid syntax

File “build/bdist.linux-armv7l/egg/socketio/namespace.py”, line 170
print “ERROR: No such callback for ackId %s” % packet[‘ackId’]
^
SyntaxError: Missing parentheses in call to ‘print’

File “build/bdist.linux-armv7l/egg/socketio/server.py”, line 108
except error, ex:
^
SyntaxError: invalid syntax

zip_safe flag not set; analyzing archive contents…
socketio.pycache.sdjango.cpython-34: module references path
File “/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/virtsocket.py”, line 365
except (ValueError, KeyError, Exception), e:
^
SyntaxError: invalid syntax

File “/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/packet.py”, line 156
except ValueError, e:
^
SyntaxError: invalid syntax

File “/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/namespace.py”, line 170
print “ERROR: No such callback for ackId %s” % packet[‘ackId’]
^
SyntaxError: Missing parentheses in call to ‘print’

File “/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/server.py”, line 108
except error, ex:
^
SyntaxError: invalid syntax

Downloading https://pypi.python.org/packages/d7/83/e3d5bbfe9eaceb4d116dfbf121c7b09069693bf6392a6f741ca6c6030d6b/python-socketio-1.7.4.tar.gz#md5=77687b14b0c4df5101e17fc7f17a0a22
Processing python-socketio-1.7.4.tar.gz
Writing /tmp/easy_install-tpjz9o7c/python-socketio-1.7.4/setup.cfg
Running python-socketio-1.7.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tpjz9o7c/python-socketio-1.7.4/egg-dist-tmp-iz7e9jbf
warning: no files found matching ‘README.md’
File “build/bdist.linux-armv7l/egg/socketio/asyncio_server.py”, line 71
async def emit(self, event, data=None, room=None, skip_sid=None,
^
SyntaxError: invalid syntax

File “build/bdist.linux-armv7l/egg/socketio/asyncio_redis_manager.py”, line 66
async def _publish(self, data):
^
SyntaxError: invalid syntax

File “build/bdist.linux-armv7l/egg/socketio/asyncio_namespace.py”, line 22
async def trigger_event(self, event, *args):
^
SyntaxError: invalid syntax

File “build/bdist.linux-armv7l/egg/socketio/asyncio_pubsub_manager.py”, line 39
async def emit(self, event, data, namespace=None, room=None, skip_sid=None,
^
SyntaxError: invalid syntax

File “build/bdist.linux-armv7l/egg/socketio/asyncio_manager.py”, line 8
async def emit(self, event, data, namespace, room=None, skip_sid=None,
^
SyntaxError: invalid syntax

File “/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.4-py3.4.egg/socketio/asyncio_server.py”, line 71
async def emit(self, event, data=None, room=None, skip_sid=None,
^
SyntaxError: invalid syntax

File “/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.4-py3.4.egg/socketio/asyncio_redis_manager.py”, line 66
async def _publish(self, data):
^
SyntaxError: invalid syntax

File “/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.4-py3.4.egg/socketio/asyncio_namespace.py”, line 22
async def trigger_event(self, event, *args):
^
SyntaxError: invalid syntax

File “/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.4-py3.4.egg/socketio/asyncio_pubsub_manager.py”, line 39
async def emit(self, event, data, namespace=None, room=None, skip_sid=None,
^
SyntaxError: invalid syntax

File “/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.4-py3.4.egg/socketio/asyncio_manager.py”, line 8
async def emit(self, event, data, namespace, room=None, skip_sid=None,
^
SyntaxError: invalid syntax

and many more errors (to much to put in here)

I tried two times to setup the whole Hassbian installation. No luck.
Is anyone familiar with this and can help?

Thx in advance.