Site updated at 2017-09-09 08:11:28 UTC
This commit is contained in:
parent
884f293365
commit
f9e31a30cd
827 changed files with 13304 additions and 2121 deletions
|
@ -74,16 +74,17 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<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_caseta</code> component in Home Assistant is responsible for communicating with the Lutron SmartBridge for these systems. Both ‘pro’ and ‘standard’ models are supported.</p>
|
||||
<p>This component only supports the Caseta line of products. The current supported Caseta devices are:</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_caseta</code> component in Home Assistant is responsible for communicating with the Lutron Caseta Smart Bridge for the <a href="http://www.casetawireless.com">Caseta</a> product line of dimmers, switches and shades.</p>
|
||||
<p>This component only supports the <a href="http://www.casetawireless.com">Caseta</a> line of products. Both Smart Bridge (L-BDG2-WH) and Smart Bridge PRO (L-BDGPRO2-WH) models are supported. For the RadioRA 2 product line, see the <a href="/components/lutron/">Lutron component</a>.</p>
|
||||
<p>The currently supported Caseta devices are:</p>
|
||||
<ul>
|
||||
<li>Dimmers as Home Assistant lights</li>
|
||||
<li>Wall switches as Home Assistant switches</li>
|
||||
<li>Scenes as Home Assistant scenes</li>
|
||||
<li>Serena shades (honeycomb and roller) as Home Assistant covers</li>
|
||||
<li>Wall and plug-in dimmers as Home Assistant <a href="/components/light.lutron_caseta/">lights</a></li>
|
||||
<li>Wall switches as Home Assistant <a href="/components/switch.lutron_caseta/">switches</a></li>
|
||||
<li>Scenes as Home Assistant <a href="/components/scene.lutron_caseta/">scenes</a></li>
|
||||
<li>Lutron shades as Home Assistant <a href="/components/cover.lutron_caseta/">covers</a></li>
|
||||
</ul>
|
||||
<p>When configured, the <code class="highlighter-rouge">lutron_caseta</code> component will automatically discover the currently support devices as setup in the Lutron SmartBridge.</p>
|
||||
<p>To use Lutron Caseta devices in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file using the IP of your lutron Smartbridge:</p>
|
||||
<p>When configured, the <code class="highlighter-rouge">lutron_caseta</code> component will automatically discover the currently supported devices as setup in the Lutron Smart Bridge. The name assigned in the Lutron mobile app will be used to form the <code class="highlighter-rouge">entity_id</code> used in Home Assistant. e.g. a dimmer called ‘Bedroom Lamp’ becomes <code class="highlighter-rouge">light.bedroom_lamp</code> in Home Assistant.</p>
|
||||
<p>To use Lutron Caseta devices in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file using the IP of your Smart Bridge:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">lutron_caseta</span><span class="pi">:</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">IP_ADDRESS</span>
|
||||
|
@ -91,10 +92,12 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of the Lutron SmartBridge.</li>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of the Lutron Smart Bridge.</li>
|
||||
</ul>
|
||||
<p class="note">
|
||||
It is recommended to assign a static IP address to your Lutron SmartBridge. This ensures that it won’t change IP address, so you won’t have to change the <code class="highlighter-rouge">host</code> if it reboots and comes up with a different IP address.
|
||||
It is recommended to assign a static IP address to your Lutron Smart Bridge. This ensures that it won’t change IP address, so you won’t have to change the <code class="highlighter-rouge">host</code> if it reboots and comes up with a different IP address.
|
||||
<br />
|
||||
Use a DHCP reservation on your router to reserve the address or in the PRO model of the Smart Bridge, set the IP address under Network Settings in the Advanced / Integration menu in the mobile app.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -290,6 +293,9 @@ It is recommended to assign a static IP address to your Lutron SmartBridge. This
|
|||
<li>
|
||||
<a href='/components/tellduslive/'>Telldus Live</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tesla/'>Tesla</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/twilio/'>Twilio</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue