Site updated at 2017-08-12 20:12:45 UTC

This commit is contained in:
Travis CI 2017-08-12 20:12:46 +00:00
parent e1336d0fd2
commit 177731b69b
614 changed files with 10280 additions and 2298 deletions

View file

@ -74,17 +74,16 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">dyson</code> component is the main component to integrate all <a href="https://dyson.com">Dyson</a> related platforms.</p>
<p>Currently limited to Cool Link Purifier.</p>
<p>The <code class="highlighter-rouge">dyson</code> component is the main component to integrate all <a href="https://dyson.com">Dyson</a> related platforms: <a href="/components/fan/dyson/">Fans</a> and <a href="/components/vacuum/dyson/">Robot vacuum</a>.</p>
<p>To enable this component, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">dyson</span><span class="pi">:</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">&lt;dyson_account_user_email&gt;</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">&lt;dyson_acount_password&gt;</span>
<span class="s">language</span><span class="pi">:</span> <span class="s">&lt;dyson_account_language&gt;</span>
<span class="s">devices</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_1&gt;</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_1&gt;</span> <span class="c1"># eg: Pure Cool Link device</span>
<span class="s">device_ip</span><span class="pi">:</span> <span class="s">&lt;device_ip_1&gt;</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_2&gt;</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_2&gt;</span> <span class="c1"># eg: Eye 360 robot vacuum</span>
<span class="s">device_ip</span><span class="pi">:</span> <span class="s">&lt;device_ip_2&gt;</span>
<span class="s">...</span>
</code></pre>
@ -102,7 +101,8 @@
</li>
</ul>
<p><code class="highlighter-rouge">devices</code> list is optional but youll have to provide them if discovery is not working (warnings in the logs and the devices are not available in Home Assistant web interface).
To find devices IP address, you can use your router or <code class="highlighter-rouge">nmap</code>:</p>
<em>If your are using a robot vacuum (Dyson 360 Eye), discovery is not yet supported so you have to provide <code class="highlighter-rouge">devices</code> list.</em></p>
<p>To find devices IP address, you can use your router or <code class="highlighter-rouge">nmap</code>:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
</code></pre>
</div>
@ -133,6 +133,9 @@ To find devices IP address, you can use your router or <code class="highlighter-
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/vacuum.dyson/'>
Dyson 360 Eye
</a></li>
<li><a href='/components/fan.dyson/'>
Dyson Purifier Fan
</a></li>