question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Homebridge Still accessible in Browser when VPN connected. However Home App says accessory not responding

See original GitHub issue

Homebridge Still accessible in Browser when VPN connected. However Home App says accessory not responding.

Describe Your Problem:

I have HomeBridge setup on a Ubuntu machine and everything seems to be working well. However, when I turn on VPN on the Ubuntu machine (it’s also my Media Server) for some downloading, the Home App says accessories not responding. However, if I go to the browser and punch my homebridge IP http://192.168.86.21:8581 , I am able to get to it without any issues.

Any help will be appreciated as I also have home assistant running on the same machine and my NEST thermostat works in the Home App when connected to VPN.

Logs:

Secondary Homebridge Logs here

Homebridge Config:

Show your homebridge config.json here

Screenshots:

Environment:

  • Node.js Version: 14.15.4
  • NPM Version: 6.14.10
  • Homebridge Version: 1.1.7
  • Operating System: Ubuntu
  • Process Supervisor: launchctl

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mrfatboycommented, Feb 22, 2021

Add the mdns key to you Homebridge config file. Insert the Ip of your homebridge computer.

{ “mdns”: { “interface”: “xxx.xxx.xxx.xxx” <------ The Lan IP of your homebridge computer }, “bridge”: { “name”: “Homebridge”, “username”: “xxxxxxxxxx”, “port”: xxxxxx “pin”: “xxxxxxxxx” } }

1reaction
p2kdevcommented, Feb 19, 2021

You can’t control HomeKit devices through VPN. More info: https://www.reddit.com/r/HomeKit/comments/7xov68/homekit_and_vpn/

Only solution is to use either an Apple TV, HomePod (mini) or iPad running 24/7 at home as your HomeKit hub.

btw nice to see someone from jailbreaking here 👍

@woodfairy - I think you misunderstood me. I already have a apple tv as my homekit hub. The issue is that if I turn on VPN on the machine running homebridge, then the accessories are not accessible until I turn the VPN Off. But the same works fine with my accessories setup with Home Assistant. Jailbreaking if fun man & I plan to work on my tweaks in the future!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing the HomeBridge No Accessories Responding problem
Getting rid of the HomeBridge No Accessories Responding problem · 1. Ensure Multicast is configured to work optimally on your router · 2....
Read more >
Add Homebridge Hub While off Network - Reddit
I have a VPN connection back to my Seattle network so I am able to access the homebridge UI and scan the code...
Read more >
How to fix “No Response” in the Home App & TvOS 14.2
How to fix “No Response” in the Home App & TvOS 14.2Please comment, like, share (twitter/facebook) ... Your browser can't play this video....
Read more >
Homebridge Not Accessible | TrueNAS Community
Hello, I'm trying to configure Homebridge in TrueNAS Scale via the TrueCharts incubator. While the app works and if I use the shell...
Read more >
State of the Union - Roomie Remote
If you are still on one of those from an old app, please stop renewal and subscribe ... The apps themselves are barely...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found