Just updated to 0.67.0 and I can not get z-wave working anymore, can pull the log, can get the configuration…
anyone with the same issue?
Just updated to 0.67.0 and I can not get z-wave working anymore, can pull the log, can get the configuration…
anyone with the same issue?
Reverting to an old backup fix the issue, but going back to 0.67.0 consistently break my zwave.
Things like the OZW Log, Node group associations and Node config options don’t load.
Do you see this: (i have the same problem)
Traceback (most recent call last):
File “/home/jamie/homeassistant/lib/python3.6/site-packages/homeassistant/setup.py”, line 145, in _async_setup_component
component.setup, hass, processed_config)
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/home/jamie/homeassistant/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 227, in setup
from openzwave.option import ZWaveOption
File “/home/jamie/homeassistant/lib/python3.6/site-packages/openzwave/option.py”, line 29, in
import libopenzwave
ImportError: libopenzwave.so.1.4: cannot open shared object file: No such file or directory
ok seems 0.67.1 fixed your issues. if you have the ImportError: libopenzwave.so.1.4 issue check out this thread
i had to rebuild open-zwave and then uninstall it (dont do this unless you have to, most people on the thread only do it and use a dev build as they have a z-wave garage door)
Hope it helps someone