Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

georgeglessner/NestInterface

Repository files navigation

Nest Interface

A web interface for your Nest Thermostat.

Powered by nest-api

Prerequisites

  • A webserver of your choice (Apache, Nginx, etc.)

  • PHP

Usage

Before you can use this web interface you will need to create a credentials.php file with the following information filled out:

<?php
    $username = 'NEST USERNAME';
    $password = 'NEST PASSWORD';
    $zipcode = 'YOUR ZIPCODE';
?>

Important Notice Nest has updated their API and a workaround is needed to login. Please refer to these instructions and use the provided nest-login.php file to execute.

Note: this does not work with 2FA. You will need to disable if you want to utilize this API.

homepage

usage

schedule

admin

About

Web interface for Nest thermostat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published