chrisjshull / homebridge-nest

Nest plugin for HomeBridge
699 stars 112 forks source link

HAP responder doesn't seem to work #570

Closed rbpasker closed 1 year ago

rbpasker commented 1 year ago

Describe the bug

Home app refuses to connect to Homekit Bridge using HAP. Connects with Ciao.

Seems to start up OK (see logs), but can't connect.

switch to Ciao and it works.

To Reproduce Steps to reproduce the behavior:

  1. make sure config is set to HAP
  2. scan the code
  3. agree to add the Bridge

Expected behavior

that it would connect.

Include with your bug report this version info:

node --version
Node.js Version v16.16.0

homebridge --version
1.5.0

Make sure you have the latest LTS from https://nodejs.org and the latest packages: npm upgrade -g homebridge homebridge-nest

homebridge-nest v4.6.9

Also include debug log output from startup through seeing the issue: DEBUG=* homebridge -D [10/11/2022, 10:38:43 PM] Homebridge v1.5.0 (HAP v0.10.4) (Homebridge A882) is running on port 51453. [10/11/2022, 10:38:46 PM] [Nest] initing thermostat "Master Bedroom Thermostat": deviceId: 02AA01AC091302BQ structureId: dc063590-ce31-11e2-9a67-12313b0cf507 [10/11/2022, 10:38:46 PM] [Nest] initing thermostat "Living Room Thermostat": deviceId: 02AA01AC08130955 structureId: dc063590-ce31-11e2-9a67-12313b0cf507 [10/11/2022, 10:38:46 PM] [Nest] initing home_away_sensor "Home Occupied": deviceId: dc063590-ce31-11e2-9a67-12313b0cf507 structureId: dc063590-ce31-11e2-9a67-12313b0cf507 [10/11/2022, 10:38:46 PM] [Nest] initing protect "Kitchen": deviceId: 18B430004182736B structureId: dc063590-ce31-11e2-9a67-12313b0cf507 [10/11/2022, 10:38:46 PM] [Nest] initing protect "Bedroom Ne": deviceId: 6416660000CEA5AD structureId: dc063590-ce31-11e2-9a67-12313b0cf507

adriancable commented 1 year ago

Since this has nothing to do with homebridge-nest, maybe better post in the Github issues for homebridge or HAP-NodeJS?

rbpasker commented 1 year ago

sorry, wrong repo