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

Traceback (most recent call last): File "./cs.py", line 3, in from pyhap.accessory import Accessory, Category ImportError: cannot import name 'Category' from 'pyhap.accessory' (/usr/local/lib/python3.7/site-packages/pyhap/accessory.py)

Occasionally, I encounter a problem like this: ``` python3[433]: WARNING:zeroconf:Exception occurred: python3[433]: Traceback (most recent call last): python3[433]: File "/home/pi/.local/lib/python3.5/site-packages/zeroconf.py", line 2245, in send python3[433]: bytes_sent = s.sendto(packet, 0, (addr,...

I think it might be useful to implement something like a `global_setter` for services. Those should get called when one or more char values of this service are about to...

Hi. I have been using this project to build custom accessories using a couple of Raspberry Pi machines (Models 3B and Zero W) and sensors to integrate with HomeKit. I...

Not on a Pi but on a Mac running the code I cannot get past a pairing due to the above error. This is when running the busy home example...

In the cooling mode, use Chinese to command Siri to adjust the temperature. There is no problem to decrease it, but increase it does not work, although the siri answer...

Currently, with home assistant, the speakers (media_player) can only be added as a group of switches in homekit. I wonder if the speakers can be treated as smart speakers so...

Hi, My setup: 1 Pi Zero W with camera module running Homebridge 1 Pi Zero W with camera module running HAP-python The homebridge instance works perfectly, but now I want...

Hi, I know this is not the proper way to ask such questions but couldn’t find an answer on google. Does this work with micropython on a wemos d1 Mini...

I'm creating a bridge and adding two accessories, - a light (on/off) - a light that can be dimmed and has a brightness parameter. When adding the bridge on my...