homebridge-nest icon indicating copy to clipboard operation
homebridge-nest copied to clipboard

Installation Instructions

Open kfulgham opened this issue 7 years ago • 1 comments

Ok, I'm probably really dumb, but it took me forever to diagnose why I couldn't get authenticated on Nest.

Turns out that this part of the instructions:


"platforms": [
   	{
   		"platform": "Nest",
   		
   		**"token" : "token will be generated upon first run of homebridge without a token",**
   		
   		"clientId": "developer Product ID",
   		"clientSecret": "developer Product Secret.",
   		"code": "your Pincode from Nest",
   		
   		"username" : "username",
   		"password" : "password"
   	}
   ],

I took completely literally, and kept the text in the token field. If anyone is as dumb as me, perhaps this can be made clearer for them.

kfulgham avatar Feb 26 '18 21:02 kfulgham

This issue was moved to chrisjshull/homebridge-nest#12

chrisjshull avatar Feb 27 '18 02:02 chrisjshull