Reach HA externally

Hello,

I have subscribed to HA Cloud and with that I have received an external address such as this:

https://*************.ui.nabu.casa. It works fine on using Chrome to it. But I can’t get an actionable automation to reach a specific dashboard I have created.

I created a dashboard, named ‘dashboard-farstun’ that I would like to direct the action to.

The first part works fine, a snapshot is stored in the specified location. Showing it as a thumpnail in the notification also works fine.

The second part though does not work:

When inside my local network I get redirected to my HA but not to the specific dashboard (only to the dashboard I have designated as standard for the unit.
When outside of my local network, i get redirected to what becomes only a black screen and after a while I get teh HA message that it couldn’t connect to HA. But when I use the same url in Chrome - it gets me where I want.

Here is my code in the data field of the automation.

image: >-
https://.ui.nabu.casa/local/camera/snapshot-farstun.jpg
entity:id: camera.farstun_livevisning
actions: null
action: URI
title: Open camera
uri: https://
.ui.nabu.casa/dashboard-farstun/0

Could anyone give me hint of why I can’t reach the dashboard externally?

1 Like