Log Details (ERROR)
Mon Mar 12 2018 16:16:13 GMT+0100 (Paris, Madrid)
Error during setup of component zwave
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/setup.py", line 145, in _async_setup_component
component.setup, hass, processed_config)
File "/usr/local/lib/python3.6/asyncio/futures.py", line 331, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 244, in _wakeup
future.result()
File "/usr/local/lib/python3.6/asyncio/futures.py", line 244, in result
raise self._exception
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 275, in setup
config_path=config[DOMAIN].get(CONF_CONFIG_PATH))
File "/srv/homeassistant/lib/python3.6/site-packages/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 678, in libopenzwave.PyOptions.__init__
libopenzwave.LibZWaveException: "LibOpenZwave Generic Exception : Can't find config directory /srv/homeassistant/srv/python-openzwave/config"
Log Details (WARNING)
Mon Mar 12 2018 16:16:13 GMT+0100 (Paris, Madrid)
pysqlite is not installed
Have you set up your venv from scratch and reinstalled python_openzwave?
It looks like your HASS config is specifying /srv/homeassistant/srv/python-openzwave/config but that might not be where the new python_openzwave config is. I had the same problem.
If homeassistant is running in a python virtual environment the version of python in that environment can be different to the one in the normal server environment.
Sorry for my late answer. And thank you for your help
I thinked that upgrading python on Hassbian image should be easy but that’s not … I don’t know if there is an other tuto to do that correctly.
Did you upgrade your python version to 3.6 ?
However today I spent a couple of hours figuring out Docker, and am now running HA using their Docker image. That way everything is packaged in that image and I don’t need to worry about it anymore
Ok that’s why python version is not up to date :slight smile:
I tried first hassio but I thinked that they have some limitations. Could I had all components that I want with hassio ?
Because there is also a market and I don’t know the difference beetween Hassio and Hassbian