HAP-python
HAP-python copied to clipboard
A python implementation of the HomeKit Accessory Protocol (HAP)
Hey all, Is there a way to declare groups of accessories within a bridge? Eg: ``` Bridge: Group 1: Light Bulb Light Bulb Group 2: Light Bulb Fan ```
SHPI
Hello, your project is great for use in SHPI, would you like to test a SHPI for free? greetz Lutz
It seems we are missing some information here, when I have the "Active" as on it continues to update the accessory. I believe "InUse" should be added to the characteristics...
Currently, it's really not possible to extend the encoder: you need to copy-paste the method body, and then add your extra stuff you want to store in the state before...
Sorry if this isn't really the place for this question... I've got a bridge set up with a load of lightbulbs running in it and these work perfectly through the...
How can I implement a Programmable Switch using this library? I've found little to no documentation on this.
Hey, I can't add a bridge on my Home app. I'm only trying to add the bridge from the demo file busy_home.py and I can't add it. Even with my...
Currently I have HAP server running for about 2 weeks and any request just fails because it can't create a new thread. HAP 2.4.2 gdb attach gdb info thread Shows...
More specifically, you may use it, but it is ignored (and only HAP-python is installed). I'm hoping there is a syntax to fix it, but in case anyone else has...
I'm trying to run a Python script (not the issue here), where the output should be fed as input for a Homekit accessory. However, there doesn't seem to be much...