brutella / hap

The HomeKit Accessory Protocol (hap) implemented in Go
Apache License 2.0
355 stars 43 forks source link

Problem pairing: Unable to Add Accessory (out of compliance). #23

Closed hubertat closed 1 year ago

hubertat commented 1 year ago

Hi!

I've been using hc library for some time now - many thanks for creating and maintaining it! :)

Recently I migrated my application from hc to hap and after doing that I receive following error when I try to add new accessory to my Home:

Unable to Add Accessory Accessory is out of compliance.

Something I newer saw before in HomeKit.

I tried to set hap.Server.MfiCompliant to true - after doing that, connecting to bridge is not finishing, after few minutes I see 'Accessory is not reachable' error.

I upgraded my Home to new architecture in iOS 16, maybe that could be the issue? I'll appreciate any help with that issue.

Hubert

brutella commented 1 year ago

Are you using custom characteristics in your HomeKit project? Could you post a link to you HomeKit project so that I can take a closer look?

brutella commented 1 year ago

Closed due to inactivity...