Site updated at 2016-05-25 21:53:21 UTC

This commit is contained in:
Travis CI 2016-05-25 21:53:21 +00:00
parent c46ef342ec
commit 878000096e
20 changed files with 36 additions and 24 deletions

View file

@ -140,6 +140,18 @@
<li>Update HA <code>pip3 install --upgrade homeassistant</code></li>
</ul>
<p>To launch the OZWCP webapp:</p>
<ul>
<li>Login to Raspberry Pi <code>ssh pi@your_raspberry_pi_ip</code></li>
<li>Change to the ozwcp directory <code>cd /srv/hass/src/open-zwave-control-panel/</code></li>
<li>Launch the control panel <code>sudo ./ozwcp -p 8888</code></li>
<li>Open a web browser to <code>http://your_pi_ip:8888</code></li>
<li>Specify your zwave controller, for example <code>/dev/ttyACM0</code> and hit initialize</li>
</ul>
<p><em>dont check the USB box regardless of using a USB based device</em></p>
<p><em>Windows Users</em> - 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 -&gt; SCP/Shell -&gt; Shell and set it to <code>sudo su -</code>.</p>