docker-homebridge icon indicating copy to clipboard operation
docker-homebridge copied to clipboard

Cant connect to homekit

Open it-pappa opened this issue 1 year ago • 1 comments

Current Situation

Hi, I am running homebridge on a container in RHEL9 using Podman. Can reach the web gui no problem and also added firewall rules for the ports (web gui and backend single connection port). Also tried this with firewall turned off. I can reach the homebridge with my iPhone and iPad, but when running the configuration it stops and gives me an error: Can not add, can’t reach.

Any idea what is going on? I used the default compose configuration from git.

Logs

No relevant log i can see

Configuration

Same as default compose file from git

Environment

  • OS: rhel9
  • Software: podman
  • Node:
  • npm:

Process Supervisor

hb-service

Additional Context

I used podman compose to build the image.

it-pappa avatar Oct 09 '24 19:10 it-pappa

HomeKit uses mDNS to communicate between homebridge and the Home app. In order for mDNS to function correctly, your iPhone and Homebridge need to on the same local network, within the same network address space.

Check what IP Homebridge has in the UI, and compare it to the one on your iPhone, they should be the same network.

Also mDNS uses port 5353, ensure any local firewalls you have open this port as well.

NorthernMan54 avatar Oct 10 '24 15:10 NorthernMan54

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 10 '24 02:11 github-actions[bot]

This issue has been closed as no further activity has occurred.

github-actions[bot] avatar Nov 15 '24 02:11 github-actions[bot]