Help with zwave config!

hey this is my first post and i would love some help with setting up open zwave. i am runung the up to date hassbian on a pi3 with aeon labs z stick gen5 and i have run both open z wave [sudo hassbian-config install openzwave-pip] and ozwcp scrapes [ sudo hassbian-config install openzwave
]. i have added
zware:
usb_path: /dev/ttyACM0
i cant seem to find the right config_path to add to the config.yaml file. i can see the z-stick and my aeon lads mulitsensor 6 with i log in to ozwcp but thats it. when i load up ha frontend i get this invalid config with z wave and this is what is in the logs.

2017-06-29 13:34:01 ERROR (MainThread) [homeassistant.loader] Unable to find component zware
2017-06-29 13:34:01 ERROR (MainThread) [homeassistant.setup] Setup failed for zware: Component not found.
2017-06-29 13:34:25 WARNING (Thread-6) [netdisco.ssdp] Found malformed XML at http://192.168.1.239:49153/description34.xml:
2017-06-29 13:34:25 WARNING (Thread-6) [netdisco.ssdp] Found malformed XML at http://192.168.1.239:49153/description35.xml:
2017-06-29 13:34:25 WARNING (Thread-6) [netdisco.ssdp] Found malformed XML at http://192.168.1.239:49153/description36.xml:
2017-06-29 13:34:25 WARNING (Thread-6) [netdisco.ssdp] Found malformed XML at http://192.168.1.246:49153/description0.xml:
2017-06-29 13:34:25 WARNING (Thread-6) [netdisco.ssdp] Found malformed XML at http://192.168.1.246:49153/description1.xml:
2017-06-29 13:34:25 WARNING (Thread-6) [netdisco.ssdp] Found malformed XML at http://192.168.1.246:49153/description3.xml:
2017-06-29 13:34:40 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform plex is taking over 10 seconds.
2017-06-29 13:34:40 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-06-29 13:35:00 ERROR (Thread-4) [plexapi] http://192.168.1.178: HTTPConnectionPool(host=‘192.168.1.178’, port=80): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x6beb0fb0>, ‘Connection to 192.168.1.178 timed out. (connect timeout=30)’))

any help would be great thanks and btw i am really new so please help !!!

There’s your problem - you’ve got a typo zware

1 Like

thanks for pointing that out tinkerer… if have it working now… do feel a bit stupid for the miss spelling lol but thanks again tho!!!