From b9b30040660f9bba3d8b559040d79e8457e4f647 Mon Sep 17 00:00:00 2001 From: PuckStar Date: Mon, 8 Aug 2016 14:15:16 +0200 Subject: [PATCH] OZWCP stop HASS first (#747) HASS should not be running when starting OZWCP control panel. --- .../installation-raspberry-pi-all-in-one.markdown | 1 + 1 file changed, 1 insertion(+) 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 b52a179c895..25bd63a05d7 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -73,6 +73,7 @@ After upgrading, you can restart Home Assistant a few different ways: To launch the OZWCP web application: +* Make sure Home Assistant is not running! So stop that first * 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`