homebridge-nest
homebridge-nest copied to clipboard
How add Nest in config.json
There's my config.json
{
"bridge": {
"name": "Homebridge C533",
"username": "0E:C3:3B:EB:??:??",
"port": 53630,
"pin": "031-45-???"
},
"accessories": [],
"platforms": [
{
"platform": "Nest",
"email": "[email protected]",
"password": "password",
"googleAuth": {
"issueToken": "https://accounts.google.com/o/oauth2/...home.nest.com",
"cookies": "OCAK=????",
"apiKey": "AIza????"
},
{
"platform": "HarmonyHubWebSocket",
"name": "HarmonyHub-RDC",
"hubIP": "192.168.1.43",
"otherPlatforms": [
{
"name": "HarmonyHub-SS",
"hubIP": "192.168.1.44"
}
]
}
]
}
It seems to have an error in my config ?!? Thank,