Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 623 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 623 Bytes

arduino_thermostat

Todo:

  1. Implement real debounce for all buttons
  2. Add 20 seconds inactive timer to backlight - COMPLETE
  3. Add dht sensor code (simple)
  4. Add ability to change requested temp value by pressing arrow up or down. Will add +1 or -1 based on button - COMPLETE
  5. Add ability to turn mode between cool or heat or off - COMPLETE
  6. Add ability to turn fan to auto or on - COMPLETE
  7. Add mqtt support for changing values or reporting modes and temperature
  8. Connect it to wireless network (simple after switching it to esp8266)