-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Z-Wave fresh installation fail #7327
Comments
It looks like Maybe you can build it from the |
Version |
I had to reinstall all system again, and found same issue. As @rudolfrck said, now python_openzwave has to be installed through pip ( pip3 install python_openzwave ), and the config path on HA config (on my system at least ) is on /usr/local/lib/python3.5/dist-packages/python_openzwave/ozw_config/ |
The openzwave script has to be updated.. |
As some folks have mentioned, with the current version of HA and python-openzwave, you have to specify the config path. This has been addressed in the dev version with the merge of #7415 (which will ship with the 0.45 release, as the 0.44 release is frozen at this point). |
Home Assistant release (
hass --version
): 0.43.1Python release (
python3 --version
): 3.4Component/platform: zwave
Description of problem:
I did a fresh installation of HA on my RPi3. When I wanted to install Z-Wave as per this guide, it failed at step
git checkout python3
. It gives this error...so I ignore it and continue on to
PYTHON_EXEC=$(which python3) make build
andsudo PYTHON_EXEC=$(which python3) make install
.When I restart my HA, I see this in the frontend.
In the log, it shows...
I browse to
/usr/local/lib/python3.4/dist-packages/
and true enough,libopenzwave-0.3.1-py3.4-linux-armv7l.egg
directory is missing.Please help.
Expected:
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered: