Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -91,29 +91,27 @@
<p>The SCSGate component support the <a href="https://translate.google.com/translate?hl=en&amp;sl=it&amp;tl=en&amp;u=http%3A%2F%2Fguidopic.altervista.org%2Feibscsgt%2Finterface.html">SCSGate</a> device. This a homebrew device allows to interact with the MyHome system from BTicino/Legrande.</p>
<p>To enable SCSGate in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<p>To enable SCSGate in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">scsgate</span>:
<span class="key">device</span>: <span class="string"><span class="content">PATH_TO_DEVICE</span></span>
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">scsgate</span><span class="pi">:</span>
<span class="s">device</span><span class="pi">:</span> <span class="s">PATH_TO_DEVICE</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>device</strong> (<em>Required</em>): The path to your device, e.g. <code>/dev/ttyACM0</code></li>
<li><strong>device</strong> (<em>Required</em>): The path to your device, e.g. <code class="highlighter-rouge">/dev/ttyACM0</code></li>
</ul>
<h3>How to find the scs_id for your devices</h3>
<p>The SCSGate component relies on the <a href="https://github.com/flavio/scsgate">scsgate</a> python module.</p>
<p>This module provides also a command line tool called <code>scs-monitor</code>. This program can be used to find the IDs of your lights, switches and roller shutters and produce the YAML snippet to insert into your <code>configuration.yaml</code> file.</p>
<p>This module provides also a command line tool called <code class="highlighter-rouge">scs-monitor</code>. This program can be used to find the IDs of your lights, switches and roller shutters and produce the YAML snippet to insert into your <code class="highlighter-rouge">configuration.yaml</code> file.</p>
<p>For more information checkout <a href="http://scsgate.readthedocs.org/en/latest/?badge=latest#creation-of-a-home-assistant-configuration-file">this</a> section of <code>scsgate</code>s documentation.</p>
<p>For more information checkout <a href="http://scsgate.readthedocs.org/en/latest/?badge=latest#creation-of-a-home-assistant-configuration-file">this</a> section of <code class="highlighter-rouge">scsgate</code>s documentation.</p>
</article>