DIY Smart Thermostat

by sblantipodi in Circuits > Sensors

1134 Views, 2 Favorites, 0 Comments

DIY Smart Thermostat

DIY Arduino Smart display for MQTT server running on ESP8266EX

Smart thermostat for furnace and air conditioner management, home alarm system, light management and ambient statistics (Temperature, Humidity, Pressure, Indoor Air Quality)

Written for Arduino IDE and PlatformIO.

Source code on GitHub:
https://github.com/sblantipodi/smart_thermostat

Supplies

  • Arduino C++ sketch running on an ESP8266EX D1 Mini from Lolin running @ 160MHz
  • Raspberry + Home Assistant for Web GUI, automations and MQTT server
  • Bosch BME680 environmental sensor (temp, humidity, air quality, air pressure)
  • SR501 PIR sensor for motion detection
  • TTP223 capacitive touch buttons
  • SD1306 OLED 128x64 pixel 0.96"
  • 1000uf capacitor for 5V power stabilization
  • 5V 220V relè used to turn ON/OFF furnance
  • IR emitter/receiver to manage Air Conditioner (you can use a simple IR LED, with no transistor/capacitor IR range is reduced)
  • Google Home Mini for Voice Recognition

Wiring Diagram

fritzing_hardware_project (1).png

Photos

1.jpg
2.jpg
3.jpg
4.jpg
5 (1).jpg

Project Is Bootstrapped With Arduino Bootstrapper