Jc2k
Jc2k
Yeah, you can't batch requests payloads with BLE. You have to know the right characteristic GATT endpoint to write to AND know the iid as well, so each PDU goes...
I was wondering the same thing, maybe make the value outside the range of a u8 so it doesn't clash in future?
Good stuff! As soon i saw the TLVs you found for `th/tc` I was sure they were going to rock up on this endpoint.
Even more hopeful that we can fully provision a thread mesh purely with aiohomekit. Will start thinking about how this should look in Home Assistant. We might ultimately want some...
(https://twitter.com/falstaff_ch/status/1494755206566924289 for someone working on OTBR for HA)
Yes, unfortuantely. The old code just routed the load operation to the right code based on the connect type string in the config entry. The new idea was to instead...
I haven't looked yet but was originally thinking a proxy that implements the AbstractPairing and picks the best actual pairing. If there was a exception like AccessoryNotFound or not connected...
Just had a quick look at https://github.com/home-assistant/core/compare/dev...roysjosh:core:hap-thread-provision. It's not much code is it! So used to the handshakes in HAP i thought there would be a 6 step dance, but...
Cheers :) For Thread nubs like me :) https://openthread.io/guides/thread-primer/network-discovery Covers what a PAN ID etc is. * Supposed to pick least busy channel * Supposed to pick a PAN ID...
Interesting. Will it handle a stream of interspersed EVENT/1.0 and HTTP/1.1 messages? Regarding the generation part it really depends how much control it gives, will have a look soon. We...