1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/public/view/sensors.html
2016-05-16 03:34:26 -05:00

29 lines
853 B
HTML

<div class="container">
<br>
<h1 class="text-center">ESP8266 Temperature Sensors</h1>
<p><span class="colorRed">Note:</span> I am using a DHT11 analog sensor for both temperature and humidity readings. I am also using a DS18B20 digital sensor, which only takes temperature readings. The digital sensor seems to get more accurate readings. Some of the data may be inconsistent as this is an experimental process.
</p>
<hr>
<div class="col-lg-4">
<h3>Sensor Title</h3>
<h4>Temperature: °F </h4>
<h4>Humidity: </h4>
<span>Updated:</span>
<br>
<span class="colorGreen">Connected</span>
<br>
<br>
<a href="/sensors/location">
<button class="btn btn-default">View Graph</button>
</a>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>