Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant connect to homekit #573

Open
it-pappa opened this issue Oct 9, 2024 · 1 comment
Open

Cant connect to homekit #573

it-pappa opened this issue Oct 9, 2024 · 1 comment
Labels

Comments

@it-pappa
Copy link

it-pappa commented Oct 9, 2024

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.

@NorthernMan54 NorthernMan54 transferred this issue from homebridge/.github Oct 9, 2024
@NorthernMan54
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants