Joachim Lusiardi
Joachim Lusiardi
I agree with @mdxs and go for a default timeout of 10s. It should also be documented what a value of `None` means for the timeout.
Hi Lars, i guess the UUIDs are not the problem. HomeKit uses characteristic instance IDs to access characteristics (e.g. via HAP-Characteristic-Signature-Read-Request). Those characteristic instance IDs seem to be given on...
I experience this issue as well. The document I am working on includes some slower loading badges (travis ci, coveralls.io and gitter). Removing them makes the situation somewhat better. But...
"HAP PDU not recognized or supported" when trying to lock/unlock the Yale (Homekit enabled BLE) lock
Hi @GitHub-0614, Just to be sure, what the timed write does here: will it change the target-state of the lock for `0x0f* 100ms = 1,5s` (to open most probably)? Whick...
"HAP PDU not recognized or supported" when trying to lock/unlock the Yale (Homekit enabled BLE) lock
Oh I did forget about this issue completly. So you would be able to test the specific time writes if i make changes to the code?
"HAP PDU not recognized or supported" when trying to lock/unlock the Yale (Homekit enabled BLE) lock
Hi, ok, I'll try to have a look at it, but I cannot promise anything soon. Joachim
Hey, I guess your mac, the TV and the Apple TV are on the same wired network, but connected via a switch? > A switch is more intelligent than an...
Hi, I found https://appleinsider.com/articles/18/06/05/hands-on-controlling-your-smart-home-with-homekit-on-macos-mojave which states from MacOS Mojave onwards this should be possible. **But** adding new devices is not possible in Mojave. Perhaps this was improved in MacOS Catalina....
There seems to be a new way to pair HomeKit accessories present in R2 of the HAP Specification. Let's do some comparing of R1 vs. R2. For easier navigation use...
ok, great! can you execute - `python -m homekit.get_accessories -a mytv -f pairing.json --log DEBUG` and - `python -m homekit.discover --log DEBUG` and post the results? I guess we must...