-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Local URL and Wi-Fi #708
Comments
When you use a different Wi-Fi than your home Wi-Fi but with a VPN connection we still want to use the local URL. The detection of local vs. remote is not simple. I use same URL for local and remote and connect only via VPN from remote. We have another enhancement for multiple servers[/issues/557] |
I totally agree that we should not "break" current setting or force the user to specify SSID. That is why my suggestion is that we can keep the old functionality as is but you have an option for local URL. My thought was that only use local URL when on a specific SSID. If SSID is not specified then use local URL for all Wi-Fi connections in that way you can still connect through VPN on any Wi-Fi. So this feature would only be optional and not break existing functionality. |
Or keep the current behaviour with an extra ‘rule’. |
If you are on a Wi-Fi connection at home the app uses the local URL to connect to openHAB which is great.
If you are connected to Wi-Fi network but not your home Wi-Fi where openHAB installation is located the app will try to use your local URL as well. But of course that will cause an error because the app can not reach your openHAB instance because it is not on that LAN.
Would it be possible for the app to only use the local URL on specific Wi-Fi SSID?
You could have a checkbox use local URL for all Wi-Fi SSID if a users wants that to keep old functionality.
The text was updated successfully, but these errors were encountered: