Hi,
I’m using duckdns as well as HA Cloud to access my HA instance.
When restarting, HA automatically connects to duckdns but the connect to the cloud everytime has to be executed manually. Otherwise the accesslinks don’t work.
When I have an internet interruption, the connect to HACloud will be reestablished automatically.
Why dont that work after a restart?
It seems to me like it was an intentional choice based on the relevant section in https://www.nabucasa.com/config/remote/
When I signed up for Nabu Casa I just added a simple automation triggered on startup:
- id: startup_enable_hass_remote_access
alias: "Startup enable hass remote access"
mode: single
initial_state: "on"
trigger:
platform: homeassistant
event: start
action:
- delay: "00:01:00"
- service: cloud.remote_connect
1 Like
Ah ok, understood.
I already implemented your way, works
Thanks