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

Can't pair homebridge with iOS11 #60

Closed
hovzoub opened this issue Jan 29, 2018 · 2 comments
Closed

Can't pair homebridge with iOS11 #60

hovzoub opened this issue Jan 29, 2018 · 2 comments

Comments

@hovzoub
Copy link

hovzoub commented Jan 29, 2018

I am running the container using windows 10.

All of my configurations seems to be fine, I have managed to install plugins and they find the accessories I have.

The issue is that I am unable to pair it with my phone, I have noticed that homebridge is running on a different subnet than my phone, did anyone managed to get this running on Windows 10?

I am attaching the log file and my config file and hoping someone can help me get this up and running!
homebridgelog.txt

Thanks,

image

image

@oznu
Copy link
Member

oznu commented Jan 29, 2018

@hovzoub It looks like Docker for Windows does not support --net=host / network_mode=host which is required for Homebridge to talk to HomeKit. Exposing the ports alone is not good enough as the container needs to make use of the full networking stack for Bonjour/Avahi/mdns to work.

docker/for-win#543

I'll update the README to to reflect this.


This user has posted a Word document that showed what steps they used to setup Homebridge on Windows 10:

homebridge/homebridge#1675

I followed this a few weeks ago to test a plugin on Windows and it worked for me.

oznu added a commit that referenced this issue Jan 29, 2018
@oznu
Copy link
Member

oznu commented Jan 29, 2018

README updated to address issue with Windows for Docker.

https://github.com/oznu/docker-homebridge#compatibility

@oznu oznu closed this as completed Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants