From 1bdeaaaa092a47deff4ff47d2a0ebd3111fe3937 Mon Sep 17 00:00:00 2001 From: jbags81 Date: Wed, 25 May 2016 17:50:17 -0400 Subject: [PATCH] Added OZWCP instructions --- .../installation-raspberry-pi-all-in-one.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index 40da362f1a4..703b203bb10 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -51,6 +51,15 @@ To upgrade the All-In-One setup: * Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate` * Update HA `pip3 install --upgrade homeassistant` +To launch the OZWCP webapp: + +* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip` +* Change to the ozwcp directory `cd /srv/hass/src/open-zwave-control-panel/` +* Launch the control panel `sudo ./ozwcp -p 8888` +* Open a web browser to `http://your_pi_ip:8888` +* Specify your zwave controller, for example `/dev/ttyACM0` and hit initialize + +*don't check the USB box regardless of using a USB based device* *Windows Users* - Please note that after running the installer, you will need to modify settings allowing you to "switch users" to edit your configuration files. The needed change within WinSCP is: Environment -> SCP/Shell -> Shell and set it to `sudo su -`.