Site updated at 2017-08-26 17:30:22 UTC
This commit is contained in:
parent
919bae8956
commit
45060d18c1
1403 changed files with 8957 additions and 7954 deletions
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Step by step tutorial to use ESP8266 and a HDC1008 to .">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/">
|
||||
<link rel="canonical" href="/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Report the temperature with ESP8266 to MQTT">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/">
|
||||
<meta property="og:url" content="/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Step by step tutorial to use ESP8266 and a HDC1008 to .">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/blog/2015-10-esp8266-temp/ha-sensor.png">
|
||||
|
@ -72,15 +72,15 @@
|
|||
<header>
|
||||
<h1 class="title indent">Report the temperature with ESP8266 to MQTT</h1>
|
||||
<div class="meta clearfix">
|
||||
<time datetime="2015-10-11T19:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
||||
<time datetime="2015-10-11T12:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||
<span><i class='icon-time'></i> seven minutes reading time</span>
|
||||
<span>
|
||||
<i class="icon-tags"></i>
|
||||
<ul class="tags unstyled">
|
||||
<li>ESP8266</li>
|
||||
<li>How-To</li>
|
||||
<li>MQTT</li>
|
||||
<li>ESP8266</li>
|
||||
</ul>
|
||||
</span>
|
||||
<a class='comments'
|
||||
|
@ -325,10 +325,10 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
|||
class="twitter-share-button"
|
||||
data-via="home_assistant"
|
||||
data-related="home_assistant"
|
||||
data-url="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"
|
||||
data-counturl="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/" >Tweet</a>
|
||||
data-url="/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"
|
||||
data-counturl="/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/" >Tweet</a>
|
||||
<div class="fb-share-button" style='top: -6px;'
|
||||
data-href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"
|
||||
data-href="/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"
|
||||
data-layout="button_count">
|
||||
</div>
|
||||
<div class="g-plusone" data-size="standard"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue