Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 727 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 727 Bytes

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?