chrisjshull / homebridge-nest

Nest plugin for HomeBridge
694 stars 111 forks source link

Multiple devices/structures on single account -> no response in second home #627

Closed pholleran closed 8 months ago

pholleran commented 11 months ago

TL;DR

I have two Nest thermostats running in one Nest (non-Google) account, one for each of two different homes. To try and separate them completely I'm running two installations of Homebridge on a single Raspberry Pi 3. One installation is for my primary home and a second is for a different home. I'm applying the structureId filter on each installation to return only the correct device.

My second installation of Homebridge successfully adds the thermostat to my home, but the Home app shows "no response." The Nest App shows proper data.

Is there anything unique about using a single Nest account across multiple homes I should know?

Details

Nest

Homebridge

Homebridge@1

config.json

{
    "name": "Nest",
    "access_token": "TOKEN",
    "structureId": "STRUCTURE_1_ID",
    "platform": "Nest",
    "_bridge": {
        "username": "0E:40:5A:85:BE:E8",
        "port": 47010
    }
}

Homebridge@2

config.json

{
    "name": "Nest",
    "access_token": "TOKEN",
    "structureId": "STRUCTURE_2_ID",
    "platform": "Nest",
    "_bridge": {
        "username": "0E:37:D8:82:37:BC",
        "port": 31015
    }
}

Behaviors noted

Tested so far:

I'm struggling to figure out what is happening and would appreciate any insight/ideas others have.

github-actions[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.