Jc2k

Results 290 comments of Jc2k
trafficstars

Off topic for here, but @Ulrar can you share your `configuration/.storage/homekit_controller-entity-map` too? The more TV's I can see the soon/better the HA TV code will arrive/be

It looks like `crypt.mksalt` is justed used to generate random 16-byte numbers needed by Srp as salt and keys. One of the crypto libraries we already depend on (cryptography) has...

Exactly on both counts. Although as Apple advise to do this over a secure session after pairing and we already have a pairing to use this method, I wonder if...

Theres some relevant discussion that might be useful [here](https://github.com/KhaosT/HAP-NodeJS/issues/741). There are some additional codecs that were found in the homekit binaries but not in the spec, as you noticed with...

@jlusiardi do you have any thoughts about where i'm going with this? I think there are 2 directions i'd like to go in: * I'm more than happy to put...

That's indeed why i prefer option 2 - i just don't want to put pressure on you to review a bunch of code for a framework you aren't familiar with...

/me hops up and down excitedly ;)

Probably, I used pytest for these because I’m more used to it’s output when something fails and have no idea how to write asyncio tests without it. What are the...

That's weird - they pass here on 2 different macs (though skipped the BLE ones). Python 3.7.3. Which use of RAW is failing for you? The new (temporary) one in...

(Have updated CI on this branch to use pytest and its running now)