Skip to content
/ nest Public

A module for issuing commands to and collecting data from the Nest Learning Thermostat.

Notifications You must be signed in to change notification settings

maxvitek/nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Nest

Nest is a module for issuing commands to and collecting data from the Nest Learning Thermostat.

Don't let your Nest go unhacked!

This project owes its existence to this excellent php example.

Usage:

It may be imported directly, thus:

>>> from nest import Next
>>> nest = Nest('your.name@email.com', 'p455w0rd')
>>> nest.set_target_temperature(75)
...

Contribute:

  1. Add other Nest commands. Set fans, humidity target, etc.
  2. Is there a better way to choose a target device from multiple devices?
  3. Commandline interface?

About

A module for issuing commands to and collecting data from the Nest Learning Thermostat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages