I have HASSIO, DuckDNS, Let’s Encrypt and AppDaemon setup. It runs great, but last night my internet died and AppDaemon was not able to resolve my DuckDNS domain so all my automations died with it.
I have tried using https://192.168.1.xx:8123 in the ha_url config value and it won’t connect. I have also tried setting cert_verify = False and that made AppDaemon to restart in an infinite loop. What do I need to do to make it not reliant on an internet connection?
Using your duckdns url it will ALWAYS rely on internet - you’ll want to figure out the local IP and use it. You may need the ha_key if you haven’t added it in the appdaemon config.
For what it’s worth, I made some changes in AD 3.0 today that will enable you to use the cert_validate=False workaround for the above which should give other folks some more options.