Site updated at 2016-07-24 17:14:05 UTC
This commit is contained in:
parent
7010fdbc41
commit
2d9a218a1b
1007 changed files with 140 additions and 168343 deletions
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2016-07-23T19:30:05+00:00</updated>
|
||||
<updated>2016-07-24T17:13:16+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
@ -35,7 +35,7 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
|||
|
||||
<!--more-->
|
||||
|
||||
<h3><a class='title-link' name='components' href='#components'></a> Components </h3>
|
||||
<h3>{% linkable_title Components %}</h3>
|
||||
|
||||
<p>I’ve been using Adafruit for my shopping:</p>
|
||||
|
||||
|
@ -47,7 +47,7 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
|||
|
||||
<p><em>Besides this, you will need the usual hardware prototype equipment: a breadboard, some wires, soldering iron + wire, Serial USB cable.</em></p>
|
||||
|
||||
<h3><a class='title-link' name='alternatives' href='#alternatives'></a> Alternatives </h3>
|
||||
<h3>{% linkable_title Alternatives %}</h3>
|
||||
|
||||
<p>Since this article has been published the HDC1008 has been discontinued. Updated sketches are available for the following alternatives:</p>
|
||||
|
||||
|
@ -56,7 +56,7 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
|||
<li><a href="https://www.adafruit.com/product/2652">BME280 sensor</a> and <a href="https://gist.github.com/mtl010957/9ee85fb404f65e15c440b08c659c0419">updated sketch</a>.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a class='title-link' name='connections' href='#connections'></a> Connections </h3>
|
||||
<h3>{% linkable_title Connections %}</h3>
|
||||
|
||||
<p>On your breadboard, make the following connections from your ESP8266 to the HDC1008:</p>
|
||||
|
||||
|
@ -89,7 +89,7 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
|||
|
||||
<p><em>I picked <code>#2</code> and <code>14</code> myself, you can configure them in the sketch.</em></p>
|
||||
|
||||
<h3><a class='title-link' name='preparing-your-ide' href='#preparing-your-ide'></a> Preparing your IDE </h3>
|
||||
<h3>{% linkable_title Preparing your IDE %}</h3>
|
||||
|
||||
<p>Follow <a href="https://github.com/esp8266/Arduino#installing-with-boards-manager">these instructions</a> on how to install and prepare the Arduino IDE for ESP8266 development.</p>
|
||||
|
||||
|
@ -100,7 +100,7 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
|||
<li>Adafruit HDC1000</li>
|
||||
</ul>
|
||||
|
||||
<h3><a class='title-link' name='sketch' href='#sketch'></a> Sketch </h3>
|
||||
<h3>{% linkable_title Sketch %}</h3>
|
||||
|
||||
<p>If you have followed the previous steps, you’re all set.</p>
|
||||
|
||||
|
@ -344,7 +344,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
|||
</tr></table>
|
||||
</div>
|
||||
|
||||
<h3><a class='title-link' name='configuring-home-assistant' href='#configuring-home-assistant'></a> Configuring Home Assistant </h3>
|
||||
<h3>{% linkable_title Configuring Home Assistant %}</h3>
|
||||
|
||||
<p>The last step is to integrate the sensor values into Home Assistant. This can be done by setting up Home Assistant to connect to the MQTT broker and subscribe to the sensor topics.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue