Site updated at 2018-01-22 07:43:07 UTC
This commit is contained in:
parent
0e6e4193cf
commit
7b323936ec
34 changed files with 103 additions and 202 deletions
|
@ -74,8 +74,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<h3>Description</h3>
|
||||
<p>The climate component integrates Daikin air conditioning systems into Home Assistant, enabling control of setting the following parameters:</p>
|
||||
<p>The <code class="highlighter-rouge">daikin</code> climate platform integrates Daikin air conditioning systems into Home Assistant, enabling control of setting the following parameters:</p>
|
||||
<ul>
|
||||
<li><strong>mode</strong> (cool, heat, dry, fan only or auto)</li>
|
||||
<li><strong>fan speed</strong></li>
|
||||
|
@ -84,22 +83,28 @@
|
|||
</ul>
|
||||
<p>Current temperature is displayed.</p>
|
||||
<p class="note warning">
|
||||
Please note, the <code class="highlighter-rouge">daikin</code> platform integrates <strong>ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)</strong> into Home Assistant
|
||||
Please note, the <code class="highlighter-rouge">daikin</code> platform integrates <strong>ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)</strong> into Home Assistant
|
||||
</p>
|
||||
<h3>Configuration</h3>
|
||||
<p>Manual configuration and customization is possible by using the sample configuration from below:</p>
|
||||
<p>To enable the platform, add the following lines 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">climate</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">daikin</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">10.0.0.1</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">optional name</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">10.0.0.1</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): IP or hostname of the device</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): If the device has a name previously set by the user than that name will be used</li>
|
||||
</ul>
|
||||
<div class="config-vars">
|
||||
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
|
||||
<dl class="">
|
||||
<dt><a class="title-link" name="host" href="#host"></a> host</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">IP or hostname of the device.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="name" href="#name"></a> name</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">If the device has a name previously set by the user than that name will be used.</span></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -107,7 +112,7 @@
|
|||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/climate.daikin.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/daikin.svg' />
|
||||
<img src='/images/supported_brands/daikin.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
|
|
|
@ -74,17 +74,15 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<h3>Description</h3>
|
||||
<p>The component integrates Daikin air conditioning systems into Home Assistant.</p>
|
||||
<p>To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your ‘configuration.yaml’ file:</p>
|
||||
<p>The <code class="highlighter-rouge">daikin</code> component integrates Daikin air conditioning systems into Home Assistant.</p>
|
||||
<p class="note warning">
|
||||
Please note, the Daikin platform integrates <strong>ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)</strong> into Home Assistant
|
||||
Please note, the Daikin platform integrates <strong>ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)</strong> into Home Assistant
|
||||
</p>
|
||||
<p>To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your ‘configuration.yaml’ file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">daikin</span><span class="pi">:</span>
|
||||
<span class="s">hosts</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">192.168.4.161</span>
|
||||
|
||||
<span class="s">monitored_conditions</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">inside_temperature</span>
|
||||
<span class="pi">-</span> <span class="s">outside_temperature</span>
|
||||
|
@ -101,6 +99,7 @@
|
|||
<dt><a class="title-link" name="monitored_conditions" href="#monitored_conditions"></a> monitored_conditions</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="list">list</span>)</span><span class="required">(Optional)</span><span class="description">List of items you want to monitor for each device.</span></p>
|
||||
<p class="default">Default value: All conditions</p>
|
||||
</dd>
|
||||
<dd>
|
||||
<dl class="nested">
|
||||
|
@ -117,13 +116,8 @@
|
|||
</dl>
|
||||
</div>
|
||||
<p class="note warning">
|
||||
Please note that some AC devices may report outside temperature only when they are turned on.
|
||||
Please note that some AC devices may report outside temperature only when they are turned on.
|
||||
</p>
|
||||
<p>The Daikin Home Assistant platform currently supports the following Hive devices:</p>
|
||||
<ul>
|
||||
<li><a href="/components/climate.daikin">Climate</a></li>
|
||||
<li><a href="/components/sensor.daikin">Sensor</a></li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -131,7 +125,7 @@
|
|||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/daikin.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/daikin.svg' />
|
||||
<img src='/images/supported_brands/daikin.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
|
|
|
@ -295,9 +295,9 @@ var allComponents = [
|
|||
{url:"/components/sensor.dsmr/", title:"DSMR or Slimme meter", cat:"energy", featured: false, v: "0.34", logo: "netbeheernederland.jpg"},
|
||||
{url:"/components/sensor.dte_energy_bridge/", title:"DTE Energy Bridge", cat:"energy", featured: false, v: "0.21", logo: "dte_energy.png"},
|
||||
{url:"/components/sensor.dwd_weather_warnings/", title:"DWD Weather warnings", cat:"weather", featured: false, v: "0.51", logo: ""},
|
||||
{url:"/components/climate.daikin/", title:"Daikin AC", cat:"climate", featured: false, v: "0.59", logo: "daikin.svg"},
|
||||
{url:"/components/sensor.daikin/", title:"Daikin AC", cat:"sensor", featured: false, v: "0.59", logo: "daikin.svg"},
|
||||
{url:"/components/daikin/", title:"Daikin AC", cat:"hub", featured: false, v: "0.59", logo: "daikin.svg"},
|
||||
{url:"/components/climate.daikin/", title:"Daikin AC", cat:"climate", featured: false, v: "0.59", logo: "daikin.png"},
|
||||
{url:"/components/sensor.daikin/", title:"Daikin AC", cat:"sensor", featured: false, v: "0.59", logo: "daikin.png"},
|
||||
{url:"/components/daikin/", title:"Daikin AC", cat:"hub", featured: false, v: "0.59", logo: "daikin.png"},
|
||||
{url:"/components/weather.darksky/", title:"Dark Sky", cat:"weather", featured: false, v: "0.61", logo: "dark_sky.png"},
|
||||
{url:"/components/sensor.darksky/", title:"Dark Sky Sensor", cat:"weather", featured: true, v: "0.3", logo: "dark_sky.png"},
|
||||
{url:"/components/datadog/", title:"Datadog", cat:"history", featured: false, v: "0.45", logo: "datadog.png"},
|
||||
|
|
|
@ -74,26 +74,22 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<h3>Description</h3>
|
||||
<p>The sensor component integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters:</p>
|
||||
<p>The <code class="highlighter-rouge">daikin</code> sensor platform integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters:</p>
|
||||
<ul>
|
||||
<li><strong>inside temperature</strong></li>
|
||||
<li><strong>outside temperature</strong></li>
|
||||
</ul>
|
||||
<p class="note warning">
|
||||
Please note, the <code class="highlighter-rouge">daikin</code> platform integrates <strong>ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)</strong> into Home Assistant
|
||||
Please note, the <code class="highlighter-rouge">daikin</code> platform integrates <strong>ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)</strong> into Home Assistant
|
||||
</p>
|
||||
<h3>Configuration</h3>
|
||||
<p>Manual configuration and customization is possible by using the sample configuration from below:</p>
|
||||
<p>To enable the platform, add the following lines 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">sensor</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">daikin</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">10.0.0.1</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">optional name</span>
|
||||
<span class="s">monitored_conditions</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">inside_temperature</span>
|
||||
<span class="pi">-</span> <span class="s">outside_temperature</span>
|
||||
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">10.0.0.1</span>
|
||||
<span class="s">monitored_conditions</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">inside_temperature</span>
|
||||
<span class="pi">-</span> <span class="s">outside_temperature</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="config-vars">
|
||||
|
@ -106,6 +102,7 @@
|
|||
<dt><a class="title-link" name="monitored_conditions" href="#monitored_conditions"></a> monitored_conditions</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="list">list</span>)</span><span class="required">(Optional)</span><span class="description">List of items you want to monitor for each device.</span></p>
|
||||
<p class="default">Default value: All conditions</p>
|
||||
</dd>
|
||||
<dd>
|
||||
<dl class="nested">
|
||||
|
@ -131,7 +128,7 @@
|
|||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/sensor.daikin.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/daikin.svg' />
|
||||
<img src='/images/supported_brands/daikin.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue