-
Notifications
You must be signed in to change notification settings - Fork 72
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
What is wrong with my config.json file? #183
Comments
Just add another |
Thank you for the feedback, I added it, now it says somethings wrong with line 2, when I ran Homebridge it gives me this error: Thank you for your help! |
try this: {
"bridge": {
"name": "Homekitbridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "123-45-678"
},
"platforms": [{
"platform": "Nest",
"clientId": "1bbdaa10-c8e7-49c2-8b5e-628e98de033a",
"clientSecret": "cVHuJVQ72nzfFx9jBsRbEl9lK",
"code": "3N1MM3J7",
"token": "",
"username": "[email protected]",
"password": "MyNestPassword"
}]
} |
Hey chrisjshull, 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. Do you know what's wrong now? |
Sorry, can't tell just from that. Try filing a bug report at the new repo: https://github.com/chrisjshull/homebridge-nest/issues/new/choose |
Please close the issue if was resolved |
Hi there,
Every time I run homebridge as Root it says there is an issue:
[2018-5-6 02:21:27] There was a problem reading your config.json file.
I visited the website (https://jsonlint.com/) to check what's wrong and it tells me my last line is wrong, but doesn't tell me how to fix it, coudl you help?
The file is:
{
"bridge": {
"name": "Homekitbridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "123-45-678"
},
"platforms": [
{
"platform": "Nest",
"clientId": "1bbdaa10-c8e7-49c2-8b5e-628e98de033a",
"clientSecret": "cVHuJVQ72nzfFx9jBsRbEl9lK",
"code": "3N1MM3J7",
"token": "",
"username" : "[email protected]",
"password" : "MyNestPassword"
}
]
The site is saying the ] and }is the issue, but not sure how to fix this.
I am editing this in Windows Notepad then copying it via PuTTY into a Nano editor, is this the issue?
I am quite new to Raspberry PI, I got it because I have always been interested in home automation, so please excuse the newby question :)
Thanks!
The text was updated successfully, but these errors were encountered: