Coolbots7 / openThermostat

Other
0 stars 2 forks source link

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:

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