Site updated at 2016-09-01 19:26:48 UTC

This commit is contained in:
Travis CI 2016-09-01 19:26:48 +00:00
parent f665f9023a
commit 863686bc07
28 changed files with 48 additions and 243 deletions

View file

@ -93,6 +93,16 @@
<p>The reasoning for using these tools is that your Zwave controller stores the values and data that are used to control the network. The XML file in the .homeassistant folder acts as a settings/values cache for the zwave network, so modifying it directly wont change the network values. The Open-Zwave Control Panel writes values directly to the network, and will provide you with an updated .xml file to overwrite in your .homeassistant folder. This is the most foolproof way to make modifications to your zwave devices.</p>
<p>Although totally normal for your ZWave stick (Aeon Aeotec Z-Stick Gen5 for example) to cycle through LEDs (Yellow, Blue and Red) while plugged into your Pi, its also super annoying. If you want to turn off the cycling color, you can use the following commands from a terminal session to your Pi.</p>
<p>Turn off Disco lights</p>
<p><code class="highlighter-rouge">echo -e -n "\x01\x08\x00\xF2\x51\x01\x00\x05\x01\x51" &gt; /dev/serial/by-id/usb-0658_0200-if00</code></p>
<p>Turn on Disco lights</p>
<p><code class="highlighter-rouge">echo -e -n "\x01\x08\x00\xF2\x51\x01\x01\x05\x01\x50" &gt; /dev/serial/by-id/usb-0658_0200-if00</code></p>
</article>