A web api wrapper for the Nest Thermostat ruby gem: https://github.com/ericboehs/nest_thermostat
Nester was written as a quick hack to provide a web api for the Nester Thermostat via the Nest Theromstat ruby gem. I wanted it to fast and light so Heroku to spin up on demand.
yourhost.com/api/[nest email]/[nest password]/command
temp # => Current temperature
away # => Current away status
away/true # => Sets current away status to true
away/fase # => Sets current away status to false- Add more commands and expand
- Refactor to simplify
- Add authentication so u/p don't have to be passed in plain english