Trouble running zwave on AIO

So i’m a complete rookie in regards to home assistant but so far I’ve got everything running except for the zwave component. I followed @brusc video but I still get this error:

17-01-10 13:41:05 homeassistant.bootstrap: Error during setup of component zwave
Traceback (most recent call last):
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/bootstrap.py”, line 151, in _async_setup_component
None, component.setup, hass, config)
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/zwave/init.py”, line 274, in setup
CONF_CONFIG_PATH, default_zwave_config_path))
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/option.py”, line 82, in init
libopenzwave.PyOptions.init(self, config_path=config_path, user_path=user_path, cmd_line=cmd_line)
File “src-lib/libopenzwave/libopenzwave.pyx”, line 638, in libopenzwave.PyOptions.init (src-lib/libopenzwave/libopenzwave.cpp:9463)
libopenzwave.LibZWaveException: “LibOpenZwave Generic Exception : Can’t find config directory /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config”

If I had to guess, there might be a mistake in your config_path under zwave:, but it’s hard to say for sure as you didn’t include your zwave: block from your configuration file…

Looking at it closer, the last line confirms it: Can't find config directory /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config"
Please check that this path actually exists. I think it changed in later versions of the AiO installer. You could do a ls /srv from the command line and continue from there.

I think you might find the path is /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config

For some reason it just started working so ? haha