- Hass 0.48.0 fresh install on Rasp Pi 2 using All-In-One install using the Virtual Env
- Aeotec Z-Stick Gen5
- Following BRUH Video (https://youtu.be/ajklDCaOGwY)
I run OZWCP Web App (Getting started - Home Assistant). I can initialize the z-stick and turn the switch off/on
Back in Hass, when I add zwave to config.yaml and reboot, No z-wave controller or devices in States screen and no zwave domain on the Service screen
Block in configuration.yaml
#Z Wave Controller zwave: usb_path: /dev/ttyACM0 config_path: /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/libopenzwave-0.3.3-py3.4-linux-armv6l.egg/config/
Dumb Questions:
- Does it matter were in
config.yaml
I put the above block? - Two spaces is ok when indenting the params under
zwave:
? - Do I set
config_path
to the “egg” directory or “egg/config” - Do I need to …
sudo su -s /bin/bash homeassistant source /srv/homeassistant/homeassistant_venv/bin/activate
…before I update config.yaml?
Any help would be greatly appreciated