Jc2k

Results 279 comments of Jc2k

First time seen it in 1000's of tests, so unlikely to repro outside of a unittest.

Hi! Sorry I only use Linux and macOS myself so I know very little about how Docker on Windows and how it differs. I certainly don't do any testing there....

I'm not surprised - I mean there are generally lots of failures when you port software to a completely new OS 😆 I would take patches for Windows support if...

I think it's fine to hardcode AID - HAP BLE spec mandates there is only one accessory and that it's always aid 1. BUT I think @bdraco added a constant...

In your testing does BLE still work after switching on CoAP?

RE: Using zc to find the CoAP version of the pairing: I think the next thing I want to sort is to implement the ZC ideas i've been waffling on...

Right now we hard-code the backend a pairing is supposed to use, but maybe now we can lift that restriction. And maybe `async_find` can take a list of allowed transports...

https://github.com/Jc2k/aiohomekit/pull/151 is a step towards allowing the meta-controller to find this first backend with a given hkid.

I've got some thread dongles arriving tomorrow so I should be able to spin up a border router with one and then try and get some devices to connect to...

What does a failure look like? I'm wondering if its just that there are live entities connected to it, so there will be reconnection attempts, advertisements getting handled, etc in...