After installing home assistant 0.45 I got the folowing Error Messages:
2017-05-29 07:14:47 ERROR (Thread-3) [homeassistant.util.package] Unable to install package python_openzwave==0.4.0.31: Command “/srv/homeassistant/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-build-8y5icxck/python-openzwave/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-wmehhw_z-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.4/python-openzwave --home=/tmp/tmplxqhmv8t” failed with error code 1 in /tmp/pip-build-8y5icxck/python-openzwave/
2017-05-29 07:14:47 ERROR (MainThread) [homeassistant.setup] Not initializing zwave because could not install dependency python_openzwave==0.4.0.31
2017-05-29 07:14:47 ERROR (MainThread) [homeassistant.setup] Setup failed for zwave: Could not install all requirements.
Updateprocedure:
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip3 install --upgrade homeassistant
open-zwave-control-panel was installed but never used/working.
There was just one fibaro dimmer added.
Config:
zwave:
usb_path: /dev/ttyACM0
Is there anybody can help me to bring my dimmer back again?