Skip to content

nerobot/ESP8266-Thermostat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266-Thermostat

Thermostat temperature control system using ESP8266 serial wifi boards, Openhab, and DS1631 temperature sensing IC.

Current Status

  • Temperature Sensor Code and circuit
  • Openhab setup for two temperature sensing boards and Raspberry Pi CPU temperature
  • Thermostat control not setup

The project comes in 5 folders:

  • The Openhab configuration files (a complete Openhab folder that can be copied and run)
  • C code for the ESP thermometer devices
  • C code for the ESP temperature control board (might not be up yet)
  • Code for Node-Red
  • Schematic and PCB designs

Requirements

The ESP code was designed and compiled using the Windows SDK Toolkit available at http://www.esp8266.com/viewtopic.php?f=9&t=820 If installed correctly, you should have everything required to build and flash ESP8266 firmware.

Installation

Thermometer Sensor

  • Load the projects into Eclipse
  • Open file "/include/user_config.h" and change the #defines as necessary (I've left them to the default ones in the example)
  • Open file "/user/user_main.c" and change the #define TOPIC to whatever is needed for that board
  • Flash firmware

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages