Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -76,7 +76,7 @@
<hr class="divider">
<p><code class="highlighter-rouge">limitlessled</code> can control your <a href="http://www.limitlessled.com/">LimitlessLED</a> lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight, or iLight.</p>
<h3><a class="title-link" name="setup" href="#setup"></a> Setup</h3>
<p>Before configuring Home Assistant, make sure you can control your bulbs or LEDs with the MiLight mobile application. Discover your bridge(s) IP address. You can do this via your router or a mobile application like Fing (<a href="https://play.google.com/store/apps/details?id=com.overlook.android.fing&amp;hl=en">android</a> or <a href="https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8">itunes</a>). Keep in mind that LimitlessLED bulbs are controlled via groups. You can not control an individual bulb via the bridge, unless it is in a group by itself. Note that you can assign an <code class="highlighter-rouge">rgbw</code>, <code class="highlighter-rouge">rgbww</code> and <code class="highlighter-rouge">white</code> group to the same group number, effectively allowing 12 groups (4 <code class="highlighter-rouge">rgbww</code>, 4 <code class="highlighter-rouge">rgbw</code> and 4 <code class="highlighter-rouge">white</code>) per bridge.</p>
<p>Before configuring Home Assistant, make sure you can control your bulbs or LEDs with the MiLight mobile application. Discover your bridge(s) IP address. You can do this via your router or a mobile application like Fing (<a href="https://play.google.com/store/apps/details?id=com.overlook.android.fing&amp;hl=en">android</a> or <a href="https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8">iTunes</a>). Keep in mind that LimitlessLED bulbs are controlled via groups. You can not control an individual bulb via the bridge, unless it is in a group by itself. Note that you can assign an <code class="highlighter-rouge">rgbw</code>, <code class="highlighter-rouge">rgbww</code> and <code class="highlighter-rouge">white</code> group to the same group number, effectively allowing 12 groups (4 <code class="highlighter-rouge">rgbww</code>, 4 <code class="highlighter-rouge">rgbw</code> and 4 <code class="highlighter-rouge">white</code>) per bridge.</p>
<p>To add <code class="highlighter-rouge">limitlessled</code> to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">light</span><span class="pi">:</span>
@ -138,7 +138,7 @@
</li>
<li><strong>White</strong>
<ul>
<li>When using a legacy wifi bridge (before v6), you can observe on the MiLight mobile application, you can not select a specific brightness or temperature - you can only step each property up or down. There is no indication of which step you are on. This restriction, combined with the unreliable nature of LimitlessLED transmissions, means that setting white bulb properties is done on a best-effort basis. The only very reliable settings are the minimum and maximum of each property.</li>
<li>When using a legacy WiFi bridge (before v6), you can observe on the MiLight mobile application, you can not select a specific brightness or temperature - you can only step each property up or down. There is no indication of which step you are on. This restriction, combined with the unreliable nature of LimitlessLED transmissions, means that setting white bulb properties is done on a best-effort basis. The only very reliable settings are the minimum and maximum of each property.</li>
<li><em>Temperature</em>: Wifi bridge v6 supports 101 temperature steps; older versions only 10.</li>
<li><em>Brightness</em>: Wifi bridge v6 supports 101 brightness steps; older versions only 10.</li>
</ul>