Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I added Homebridge to the Home app on iOS, now what? #185

Open
AlexKLMan opened this issue May 10, 2018 · 6 comments
Open

I added Homebridge to the Home app on iOS, now what? #185

AlexKLMan opened this issue May 10, 2018 · 6 comments

Comments

@AlexKLMan
Copy link

Hello,
When I scanned the QR code of Homebridge to my phone it did find it, but it said:
"Additional setup required. Add related accessories with home assistant in the manufacturer’s app"
I tried looking on the Nest app with no luck, also tried using apps such as Insteon+ and Ezzi Home but they can't find any new devices, although Ezzi Home did find my Homebridge, but I don't see any options to get it working, just that Homebridge is running and the version history.
What am i doing wrong?
Thank you!

@toshibochan
Copy link

You did the “how to setup new api”?

@AlexKLMan
Copy link
Author

No, what is that? I didn't see that.

@AlexKLMan
Copy link
Author

Oh, the new API, yes I got the Product ID Product Secret etc

@toshibochan
Copy link

First you need clientId, clientSecret, code, username and password. Leave token blank.
Run homebridge one time. Homebridge going to give token. Just copy and paste in the config. After you have token you don’t need clientId, clientSecret, code, username and password.

"platforms": [
{
"platform": "Nest",

	"token" : "",
	
	"clientId": "developer Product ID",
	"clientSecret": "developer Product Secret.",
	"code": "your Pincode from Nest",
	
	"username" : "username",
	"password" : "password"
}

],

@toshibochan
Copy link

"platforms": [
{
"platform": "Nest",

"token" : "xxxxxxxxxxxxxxxxxxx"

}
],

@chrisjshull
Copy link

This is no longer the canonical repo for this module. Please file a bug here: https://github.com/chrisjshull/homebridge-nest/issues/new/choose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants