Site updated at 2016-09-10 13:32:34 UTC

This commit is contained in:
Travis CI 2016-09-10 13:32:34 +00:00
parent 60ccf38447
commit 8d13e105dc
53 changed files with 175 additions and 146 deletions

View file

@ -150,9 +150,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -219,6 +216,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -110,9 +110,6 @@
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/ecobee/'>
Ecobee
</a></li>
<li><a href='/components/notify.ecobee/'>
Ecobee Notify
</a></li>
@ -122,6 +119,9 @@
<li><a href='/components/climate.ecobee/'>
Ecobee Thermostat
</a></li>
<li><a href='/components/ecobee/'>
ecobee
</a></li>
</ul>
</div>
<div class='section'>

View file

@ -155,9 +155,6 @@
<li>
BloomSky
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -224,6 +221,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -117,9 +117,6 @@
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/ecobee/'>
Ecobee
</a></li>
<li><a href='/components/binary_sensor.ecobee/'>
Ecobee Binary Sensor
</a></li>
@ -129,6 +126,9 @@
<li><a href='/components/thermostat.ecobee/'>
Ecobee Thermostat
</a></li>
<li><a href='/components/ecobee/'>
ecobee
</a></li>
</ul>
</div>
<div class='section'>

View file

@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ecobee - Home Assistant</title>
<title>ecobee - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions for how to integrate Ecobee thermostats and sensors within Home Assistant.">
@ -15,7 +15,7 @@
<link rel="canonical" href="https://home-assistant.io/components/ecobee/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Ecobee">
<meta property="og:title" content="ecobee">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/ecobee/">
<meta property="og:type" content="article">
@ -25,7 +25,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Ecobee">
<meta name="twitter:title" content="ecobee">
<meta name="twitter:description" content="Instructions for how to integrate Ecobee thermostats and sensors within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
@ -91,9 +91,38 @@
<p>The <code class="highlighter-rouge">ecobee</code> component lets you control a thermostats and view sensor data from <a href="https://ecobee.com">ecobee</a> thermostats.</p>
<p>You will need to obtain an API key from ecobees <a href="https://www.ecobee.com/developers/">developer site</a> to use this component. To get the key, first you need to register your thermostat. Once you have done that, click on the <strong>Become a developer</strong> link on the developer site. Login with your Ecobee credentials, accept the SDK agreement, fill in the fields, and click <strong>save</strong>. Now login to the regular consumer portal, and in the hamburger menu there will be a new option <strong>Developer</strong>. Select that, then select <strong>Create New</strong>. Give your app a name (it appears to need to be unique across all users, as I tried home-assistant and it said it was already in use) and a summary (neither of these are important as they are not used anywhere). For Authorization method select <strong>ecobee PIN</strong>. You dont need an Application Icon or Detailed Description. Click <strong>Save</strong>. Now under the Name and Summary Section you will have an API key. Copy this key and use it in you configuration section below. Click the <strong>X</strong> to close the Developer section.</p>
<p>You will need to obtain an API key from ecobees <a href="https://www.ecobee.com/developers/">developer site</a> to use this component. To get the key, first you need to register your thermostat which should be done as part of the ecobee installation. Once you have done that perform the following steps.</p>
<p>The first time you run Home Assistant with this component it will give you a PIN code that you need to authorize in the <a href="https://www.ecobee.com/consumerportal/index.html">ecobee consumer portal</a>. You can do this by clicking <strong>Add Application</strong> in the <strong>My Apps</strong> section in the sidebar. Enter the PIN code from the Home Assistant screeen. To get the PIN code select the item in the ecobee card. If you do not have an ecobee card, you may be using groups with <code class="highlighter-rouge">default_view</code> that dont show the card. To get around this you can temporarily comment out the <code class="highlighter-rouge">default_view</code> section or add the <code class="highlighter-rouge">configurator.ecobee</code> component to your <code class="highlighter-rouge">default_view</code> and restart Home Assistant. Once you enter the PIN on the ecobee site, wait approximately 5 minutes and then click on the <strong>I have authorized the app</strong> link at the bottom of the ecobee popup window. If everything worked correctly, you should now be able to restart Home Assistant again to see the full ecobee card with all of the sensors populated or see the list of sensors in the developer tools. Now you can re-enable your <code class="highlighter-rouge">default_view</code> (if you had to disable it) and add the ecobee sensors to a group and/or view.</p>
<ol>
<li>Click on the <strong>Become a developer</strong> link on the <a href="https://www.ecobee.com/developers/">developer site</a>.</li>
<li>Login with your ecobee credentials.</li>
<li>Accept the SDK agreement.</li>
<li>Fill in the fields.</li>
<li>Click <strong>save</strong>.</li>
</ol>
<p>Now login to the regular consumer portal, and in the hamburger menu there will be a new option <strong>Developer</strong>. Now we can create the Application to hook up to Home Assistant.</p>
<ol>
<li>Select the Developer option.</li>
<li>Select <strong>Create New</strong>.</li>
<li>Give your app a name (it appears to need to be unique across all users, as I tried home-assistant and it said it was already in use. Try <yournameoralias>-home-assistant) and a summary (neither of these are important as they are not used anywhere).</yournameoralias></li>
<li>For Authorization method select <strong>ecobee PIN</strong>.</li>
<li>You dont need an Application Icon or Detailed Description.</li>
<li>Click <strong>Save</strong>.</li>
</ol>
<p>Now under the Name and Summary Section you will have an API key. Copy this key and use it in you configuration section below. Click the <strong>X</strong> to close the Developer section.</p>
<p>The first time you run Home Assistant with this component it will give you a PIN code that you need to authorize in the <a href="https://www.ecobee.com/consumerportal/index.html">ecobee consumer portal</a>. You can do this by clicking <strong>Add Application</strong> in the <strong>My Apps</strong> section in the sidebar.</p>
<p>The PIN can be found from the Home Assistant portal on the Ecobee card or from the <strong>configurator.ecobee</strong> entity in states in the portal.</p>
<ul>
<li>If you do not have an ecobee card, you may be using groups with <code class="highlighter-rouge">default_view</code> that dont show the card. To get around this you can temporarily comment out the <code class="highlighter-rouge">default_view</code> section or add the <code class="highlighter-rouge">configurator.ecobee</code> component to your <code class="highlighter-rouge">default_view</code> and restart Home Assistant.</li>
</ul>
<p>Once you enter the PIN on the ecobee site, wait approximately 5 minutes and then click on the <strong>I have authorized the app</strong> link at the bottom of the ecobee popup window. If everything worked correctly, you should now be able to restart Home Assistant again to see the full ecobee card with all of the sensors populated or see the list of sensors in the developer tools. Now you can re-enable your <code class="highlighter-rouge">default_view</code> (if you had to disable it) and add the ecobee sensors to a group and/or view.</p>
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
@ -106,7 +135,7 @@
<p>Configuration variables:</p>
<ul>
<li><strong>api_key</strong> (<em>Required</em>): Your ecobee API key.</li>
<li><strong>api_key</strong> (<em>Required</em>): Your ecobee API key. This is only needed for the inital setup of the component. Once registered it can be removed. If you revoke the key in the ecobee portal you will need to update this again and remove the ecobee.conf file in the <code class="highlighter-rouge">.homeassistant</code> configuration path.</li>
<li><strong>hold_temp</strong> (<em>Optional</em>): True/False whether or not to hold changes indefinitely (True) or until the next scheduled event. Defaults to <code class="highlighter-rouge">False</code>.</li>
</ul>
@ -160,9 +189,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
Ecobee
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -229,6 +255,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
ecobee
</li>
</ul>
</div>
</section>

View file

@ -202,9 +202,6 @@ entities. The driving use case behind this functionality is to allow Home Assist
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
Emulated Hue Bridge
</li>
@ -271,6 +268,9 @@ entities. The driving use case behind this functionality is to allow Home Assist
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -175,9 +175,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -244,6 +241,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -255,9 +255,6 @@ The name depends on if you chose to resolve names or not. If not, it will be the
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -324,6 +321,9 @@ The name depends on if you chose to resolve names or not. If not, it will be the
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -1066,20 +1066,6 @@ Support for these components is provided by the Home Assistant community.
<a href='/components/ecobee/'
class='hub featured'
>
<div class='img-container'>
<img src='/images/supported_brands/ecobee.png'>
</div>
<div class='title'>Ecobee</div>
<div class='category'>Hub</div>
</a>
<a href='/components/binary_sensor.ecobee/'
class='sensor'
style='display: none'>
@ -5566,6 +5552,20 @@ Support for these components is provided by the Home Assistant community.
<a href='/components/ecobee/'
class='hub featured'
>
<div class='img-container'>
<img src='/images/supported_brands/ecobee.png'>
</div>
<div class='title'>ecobee</div>
<div class='category'>Hub</div>
</a>
<a href='/components/device_tracker.icloud/'
class='presence-detection'
style='display: none'>

View file

@ -139,9 +139,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -208,6 +205,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -200,9 +200,6 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -269,6 +266,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -193,9 +193,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -262,6 +259,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -187,9 +187,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -256,6 +253,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -454,9 +454,6 @@ Home Assistant will automatically load the correct certificate if you connect to
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -523,6 +520,9 @@ Home Assistant will automatically load the correct certificate if you connect to
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -302,9 +302,6 @@ The MQTT gateway requires MySensors version 2.0 and only the MQTT client gateway
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -371,6 +368,9 @@ The MQTT gateway requires MySensors version 2.0 and only the MQTT client gateway
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -178,9 +178,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -247,6 +244,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -177,9 +177,6 @@ The Home Assistant NetAtmo platform has only be tested with the classic indoor,
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -246,6 +243,9 @@ The Home Assistant NetAtmo platform has only be tested with the classic indoor,
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -135,9 +135,6 @@
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/ecobee/'>
Ecobee
</a></li>
<li><a href='/components/binary_sensor.ecobee/'>
Ecobee Binary Sensor
</a></li>
@ -147,6 +144,9 @@
<li><a href='/components/climate.ecobee/'>
Ecobee Thermostat
</a></li>
<li><a href='/components/ecobee/'>
ecobee
</a></li>
</ul>
</div>
<div class='section'>

View file

@ -150,9 +150,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -219,6 +216,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -175,9 +175,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -244,6 +241,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -178,9 +178,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -247,6 +244,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -160,9 +160,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -229,6 +226,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -161,9 +161,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -230,6 +227,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -164,9 +164,6 @@ API requests to certain methods are limited to one request every 10 minutes.
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -233,6 +230,9 @@ API requests to certain methods are limited to one request every 10 minutes.
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -148,9 +148,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -217,6 +214,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -121,9 +121,6 @@
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/ecobee/'>
Ecobee
</a></li>
<li><a href='/components/binary_sensor.ecobee/'>
Ecobee Binary Sensor
</a></li>
@ -133,6 +130,9 @@
<li><a href='/components/climate.ecobee/'>
Ecobee Thermostat
</a></li>
<li><a href='/components/ecobee/'>
ecobee
</a></li>
</ul>
</div>
<div class='section'>

View file

@ -164,9 +164,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -233,6 +230,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -180,9 +180,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -249,6 +246,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -153,9 +153,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -222,6 +219,9 @@
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -177,9 +177,6 @@ The Wink hub can only be accessed via the cloud. This means it requires an activ
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -246,6 +243,9 @@ The Wink hub can only be accessed via the cloud. This means it requires an activ
<li>
<a href='/components/zwave/'>Z-Wave</a>
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>

View file

@ -158,9 +158,6 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/ecobee/'>Ecobee</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>
@ -227,6 +224,9 @@
<li>
Z-Wave
</li>
<li>
<a href='/components/ecobee/'>ecobee</a>
</li>
</ul>
</div>
</section>