openThermostat is an open source smart thermostat. It utilizes an ESP8266 to provide a web based API for easy integration.
All documentation is available in the Wiki which can be found here
If you found a bug please open a GitHub issue and describe the problem with as much detail as possible. Bug descriptions should include:
- A brief and easy to understand title
- Step-by-step instructions on how to reproduce the bug
Contributions are welcome! Please reference the contribution guidelines before you start.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request