Hi, I’m trying to run HA in docker on windows with HomeKit. But I’m unable to connect Hub to HomeKit. I’m getting error code 5202 no more information only code. It’s look like Hub is not discoverable by Home app. How can I troubloshoot that? Or can somebody share right configuration?
My configuration:
Windows 10 + Docker desktop. Firewall is disabled
Yes, that is correct, I forgot about that because all of my HomeKit servers are manually tuned in. I should have remembered, though because when I got the flood of devices the first time I set it up I scrapped it and started over.
What does your configuration.yaml look like in regards to the HomeKit settings?
I don’t use the advertise_ip setting, I wonder if removing that would make any difference. I have 8 different HomeKit servers running under HA and other than a few minor quirks here and there it works perfectly.
I don’t have a resolution, but the cause is because docker for Windows does not allow you to connect to the host network adapter - meaning that you can’t receive multicast (mDNS) packets to enable the HomeKit bridge to work. I’m still trying to resolve it for myself.
hey there,
did you end up solving this issue? I have a similar issue when running HA in a Linux docker container. I tried using the advertise_ip but Apple’s HomeKit app still can’t connect to the HA HomeKit integration