Zwave broke after upgrade to 0.28.2

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. :frowning:

Remember, the more information you give in the initial post, the better we can move forward with trying to resolve the probem, otherwise we end up with a back and forth trying to gather all the info.

So what device is your Home Assistant installed on?

Windows? Mac? Ubuntu? Raspberry Pi?

This is Debian Jessie amd64.

Can you put the full error in a pastebin and link it here?

I’m not sure if this is what you’re looking for, but here is my complete home-assistant.log:

http://pastebin.com/L7eJSNqr

The only relevant part is what I’ve already pasted above, unless I’m missing soething or there is a way to see more info?