2. Access Home Assistant from Outside your Network
Overview
The biggest advantage of Home Assistant is that it is a resource that runs on your local network. But what if you want to control that resource from outside of your home network? In order for this to work, we need to allow access from your Home Assistant hub to communicate through your ISP (internet service provider) to the outside world. This tutorial can help you with that.
Prerequisites
- Access to your router's configuration settings with port forwarding
- DuckDNS.org account (it's free)
Steps
- Login into DuckDNS.
- You should see a simple dashboard that allows you to create a new subdomain of "duckdns.org".
- Type in a unique subdomain and click "Add Domain".
- DuckDNS will automatically detect your current home ip address. If this is incorect then you can use a free website called https://www.whatismyip.com/ to verfiy that DuckDNS has the correct address inputted.
- Login into your router.
- Every router is different but there should be a simple configuration called "Port Forwarding" it may be burried in an advanced configuration area.
- The key to this configuration is 4 simple pieces of information:
- Your ISP public ip addrees (we already have)
- The outside world TCP/IP port number (80)
- The local ip address of your Home Assistant server (ex. 192.168.1.10)
- The local TCP/IP port number of your Home Assistant server (8123)
- The goal is to have outside traffic looking for your Home Assistant server from your public ip address -> your router -> Home Assistant server
- Save your settings on your router, you may have to reboot your router
- All that's left to do is tell Home Assistant that you wanting to listen to a public DNS record. To do this go to your dashboard and click on "Configuration" -> "General" and scroll down to the bottom. Set the following with the configurations above:
- External Address:
http://customsubdomain.duckdns.org
- Internal Address:
http://192.168.1.10:8123
- External Address:
- Click "Save" and reboot your server.
- Your should now be able to access your Home Assistant hub from outside of your network by going to
http://customsubdomain.duckdns.org
Further Reading
No Comments