[go: nahoru, domu]

Skip to content

joeshaw/homekit-nest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%