ikalchev / HAP-python

A python implementation of the HomeKit Accessory Protocol (HAP)
Other
607 stars 116 forks source link

Unresponsive Pairing - WireShark dump shows no connection #429

Closed gpala7077 closed 1 year ago

gpala7077 commented 1 year ago

I have been pulling my hair at figuring out what is going on but to no avail.

HAP-python installs without issue. busy_home.py and camera.py run without issue

BUT

Unable to pair with homekit. It is discoverable, but when scanning the QR code it just lags in reports "Unable to Add Accessory - Accessory is not reachable"

Now on the HAP-Python side, I enable DEBUG.

image image

During the pairing process, no additional output is displayed on stdout.

I even did a WireShark dump and it just doesn't seem to want to communicate.

image

It doesn't appear to be a firewall issue, Multicast is enabled on the router

I'm not quite sure what to troubleshoot next.

AurevoirXavier commented 10 months ago

How did you fix this?