GitXplorerGitXplorer
g

dht-humidity

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a21b5fada52c374b94fed4aba5c04b32d2c6e40a

Cutting polling time for the DHT sensors to once per minute. Every 2 seconds was excessive

ggreylurk committed 7 years ago
Unverified
decf5c05eb0cc6352c09aa8cfbe47c43bfd6c745

Refactoring library locations

ggreylurk committed 7 years ago
Unverified
eeca4dedd34f3b3e85abab276e426af0b1f2a663

Adding conditionals to allow me to use the same firmware without the i2c display

ggreylurk committed 7 years ago
Verified
da0510914abcddecd768f9bfb0b5abbb4d1ac0d3

Update .travis.yml

ggreylurk committed 7 years ago
Unverified
5098c56ff9a3b0cdd002b2173b7d73629c0098bc

Got the i2c LCD working.

ggreylurk committed 7 years ago
Unverified
19e5b991462c17d63acb11fd63c49616cfb5c7dd

Initial checkin

ggreylurk committed 7 years ago

README

The README file for this repository.

DHT Humidity

This is the firmware for a few ESP-8266 Wemos Mini's that I'm building for my home automation. The first project is to put a few up for temperature and humidity sensors in various places in the house (one in the bedroom, one in the furnace room, one in the kitchen), then I'll be adding more features as time continues, including outdoor weather sensors, and a few other things.

I'm integrating them, and doing temperature readouts through MQTT to a Home Assistant dashboard. The MQTT reporting is done through Homie to a CloudMQTT broker.