TawfikDaim / home_automation

home automation user stories
0 stars 0 forks source link

8. DuckDNS automately.duckdns.org #16

Open TawfikDaim opened 1 year ago

TawfikDaim commented 1 year ago

https://techtechandmoretech.com/guides/hass-duckdns/

  1. make sure you have access to the router
  2. install Duck DNS add-on
  3. We are essentially going to do two things;
  4. Set a static IP address for the Home Assistant (from router); I used 192.168.1.125 for my pilot 1 instancehttps://www.youtube.com/watch?v=fJzsi_PtCmoImage
  5. Set port forwarding for the Home Assistant ** ?? Note: Access to the modem via HTTPS port change to 8443 on the WAN. In the LAN is still on port 443.

Image

Image

Image

Image

  1. add this to configuration.yaml http:

    internal_url: https://192.168.1.125

    external_url: https://automately.duckdns.org

    depreciated so usinga bove instead

    base_url: https://automately.duckdns.org

    ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem

TawfikDaim commented 1 year ago

add token to the duckdns addon and set accept terms as true

Image