HAP-python icon indicating copy to clipboard operation
HAP-python copied to clipboard

A python implementation of the HomeKit Accessory Protocol (HAP)

Results 92 HAP-python issues
Sort by recently updated
recently updated
newest added

Putting this issue here to track progress on the Sphinx Documentation. Todo: - We will need to go through more of the project and switch over to sphinx docstrings. I...

documentation

Consider the following Apple-defined service in json as an example: ```json "LockMechanism": { "IncludedServices": [ "00000044-0000-1000-8000-0026BB765291" ], "OptionalCharacteristics": [ "Name" ], "RequiredCharacteristics": [ "LockCurrentState", "LockTargetState" ], "UUID": "00000045-0000-1000-8000-0026BB765291" } ```...

protocol

I executed the API example code provided under the section "API". This returned with an error for the import of the Category class. After some digging I came to the...

Some tests run locally for `home-assistant/core` would fail with a cryptic "base36 is not defined" error if that library was not installed. This PR: * makes that error message cleaner...

Thanks for this wonderful library. I am trying to build a LightBulb accessory that can handle dimming. For some reason, I get an error in `__init__` when I try to...

I want to be an able to control my servo and for the accessory to appear as a “lock” in HomeKit? Is this already possible and if so how?

Exception has occurred: FileNotFoundError [WinError 2] The system cannot find the file specified: 'accessory.state' File "C:\Users\OWNER\homekit_test\HAP-python\pyhap\accessory_driver.py", line 648, in persist os.chmod(self.persist_file, 0o644) File "C:\Users\OWNER\homekit_test\HAP-python\pyhap\accessory_driver.py", line 483, in add_accessory self.persist() File...

Hi there, Thanks for the great library! I'm quite familiar with how the library works as a stand alone program. However, I need some assistance in order to integrate it...

Hey, I was wondering what it might take to add initial support for 2-way audio on camera devices. While sniffing the network traffic, I do see that my phone sends...

See https://github.com/homebridge/HAP-NodeJS/commit/2aac72bca3098c7f409e47019fcd4428ecfc0bdb#diff-9151f9e2dae83d23fd0c4aab1bcbc3f2bf3a3a7406e9ffe2a413e0ce14f2f872