Jc2k

Results 279 comments of Jc2k

Another example that is similar but slightly different: These days homekit_controller only uses config entries. All the pairing crypto kes are stored there as well. I recently deprecated and removed...

Am i right in thinking config flow stuff is async only as it stands? And with discovery being phased out in favour of zeroconf/ssdp there would be no way integrate...

I'm not that familiar with the internals of botocore, but I think the right approach is to create a custom version of endpoint.py and client.py that used aiohttp under the...

There are some other pairing variants in the latest spec, maybe this doesn't support the original pairing variant for some reason. @niemyjski bit of an ask but are you able...

It really depends on your network setup, hardware and is. If you have a desktop or laptop that can run wireshark you might just be able to run your wlan...

We could do with a capture between a iOS device and the tv ideally so we can see if it is using one of the new pairing handshakes.

Our pairing code was written against R1, and one thing i've been meaning to dig into was whether the Transient and Split pairing modes that are lightly touched on in...

https://github.com/apple/HomeKitADK/blob/d1174d26f4986f66402b37b46d7239599e1533b3/HAP/HAPPairingPairSetup.c#L597-L805 I don't think we currently do any of that. Or this: https://github.com/apple/HomeKitADK/blob/d1174d26f4986f66402b37b46d7239599e1533b3/HAP/HAPPairingPairSetup.c#L204-L235

I'm guessing you are using Home Assistant's web front end to pair rather than the homekit_python projects CLI? (HA doesn't use a pairing.json and wont understand category 31 yet)

There's a file in `configuration/.storage/homekit_controller-entity-map` that is similar to (has all the same data as) the output of `homekit.get_accessories`. Review it before posting - it may have e.g. your TV's...