My zwave suddenly stopped working today when I upgraded to 0.28.2 from 0.27.2… I’m not sure what i’ve done, but:
16-09-13 22:05:36 homeassistant.bootstrap: Error during setup of component zwave
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py”, line 102, in _setup_component
result = component.setup(hass, config)
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/zwave.py”, line 308, in setup default_zwave_config_path),)
File “/usr/local/lib/python3.4/dist-packages/openzwave-0.3.1-py3.4.egg/openzwave/option.py”, line 76, in init libopenzwave.PyOptions.init(self, config_path=config_path, user_path=user_path, cmd_line=cmd_line)
TypeError: object.init() takes no parameters
my config looks like:
zwave:
usb_path: /dev/zwave-aeon-s2
config_path: /usr/local/share/python-openzwave/config
I’ve tried downgrading back to 0.27.2 and upgrade openzwave to 0.3.1 from 0.3.0, and no luck.