Site updated at 2017-02-11 22:50:44 UTC

This commit is contained in:
Travis CI 2017-02-11 22:50:44 +00:00
parent 83c3bf8dbf
commit 4bedc7a4cc
627 changed files with 11192 additions and 2416 deletions

View file

@ -90,8 +90,32 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">lutron</code> component is the base for all <a href="http://www.lutron.com/">Lutron</a> in Home Assistant. The preferred way to setup the <code class="highlighter-rouge">lutron</code> component is by enabling the <a href="/components/discovery/">the discovery component</a>.</p>
<p><a href="http://www.lutron.com/">Lutron</a> is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The <code class="highlighter-rouge">lutron</code> component in Home Assistant is responsible for communicating with the main hub for these systems.</p>
<p>Presently, theres only support for communicating with the <a href="http://www.lutron.com/en-US/Products/Pages/WholeHomeSystems/RadioRA2/Overview.aspx">RadioRA 2</a> Main Repeater and only handle light switches and dimmers.</p>
<p>When configured, the <code class="highlighter-rouge">lutron</code> component will automatically discover the rooms and their associated switches/dimmers as configured by the RadioRA 2 software from Lutron. Each room will be treated as a separate group.</p>
<p>To use Lutron RadioRA 2 devices in your installation, add the following to your configuration.yaml file using the IP of your RadioRA 2 Main Repeater:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">lutron</span><span class="pi">:</span>
<span class="s">lutron_host</span><span class="pi">:</span> <span class="s">&lt;ip&gt;</span>
<span class="s">lutron_user</span><span class="pi">:</span> <span class="s">lutron</span>
<span class="s">lutron_password</span><span class="pi">:</span> <span class="s">integration</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>lutron_ip</strong> (<em>Required</em>): The IP address of the Main Repeater.</li>
<li><strong>lutron_user</strong> (<em>Required</em>): The login name of the user. The user <code class="highlighter-rouge">lutron</code> always exists, but other users can be added via RadioRA 2 software.</li>
<li><strong>lutron_password</strong> (<em>Required</em>): The password for the user specified above. <code class="highlighter-rouge">integration</code> is the password for the always-present <code class="highlighter-rouge">lutron</code> user.</li>
</ul>
<p class="note">
It is recommended to assign a static IP address to your Main Repeater. This ensures that it wont change IP addresses, so you wont have to change the <code class="highlighter-rouge">lutron_ip</code> if it reboots and comes up with a different IP address.
</p>
</article>
@ -196,6 +220,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/rflink/'>Rflink</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>