joeshaw / homekit-nest

HomeKit Support for Nest via HomeControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homekit-nest

HomeKit Support for Nest using HomeControl and Nest go library.

Nest thermostats are automatically discovered and published as HomeKit accessories on your local network. After pairing the thermostats with HomeKit using any iOS HomeKit app (e.g. Home), you can:

  • use Siri to control your thermostats voice command – Hey Siri set temprature to 70 degrees
  • remotely access your lights using HomeKit Remote Access (HomeKit uses strong end-to-end encryption)

Getting Started

  1. Install Go

  2. Setup Go workspace

  3. Install

     cd $GOPATH/src
     
     # Clone project
     git clone https://github.com/ablyler/homekit-nest.git && cd homekit-nest
     
     # Install dependencies
     go get
    
  4. Register new app w/ Nest Developer Portal

  5. Run

     go run hknest.go -nest-pin "XXXXXX" -homekit-pin "00102003" -product-id "XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX" -product-secret "XXXXXXXXXXXX" -state foo -v
    

Command Line Arguments

Required

Optional

  • -v for verbose log output

About

HomeKit Support for Nest via HomeControl

License:MIT License


Languages

Language:Go 100.0%