Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.03 KB

openThermostat

openThermostat is an open source smart thermostat. It utilizes an ESP8266 to provide a web based API for easy integration.

Documentation

All documentation is available in the Wiki which can be found here

Contributors

Bug Reporting

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

Contributing

Contributions are welcome! Please reference the contribution guidelines before you start.

TLDR

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request