Hadashboard reload panel at hass init

Hi,

I have my home assistant and hadashboard running in a raspberry pi 3 and the official touchscreen. After reset, it is executed automatically chrome and load the hadashboard but the problem is that it is loaded before home assistant is ready so it appears with all the buttons as widget not found (or something like this).
How can I configure a reload of the hadashboard panel after X seconds or once the hass is ready? Could you give me an example please?

Thanks so much!

i would go the other way.
make sure that dashboard is up and running before you start chrome.
chrome is probably started by a service so add a waiting period there.

but you could create an appdaemon app that loads a certain dashboard
you need a little python for that and this command
https://appdaemon.readthedocs.io/en/latest/APIREFERENCE.html#dash-navigate

you can also use a hass automation for that and info how to can be found here:
https://appdaemon.readthedocs.io/en/latest/DASHBOARD_CREATION.html#external-commands

if you decide the app version i know how to help, with the HA automation version, is my knowledge as limited as what is in the docs.

but i would really delay the service.

Thanks @ReneTode! As soon as I can, I will try what you suggest and tell you the results

Edited: I’ve tried the external command and it works perfectly. I have added a script that is executed at home assistant init and now the problem is solved. Thanks again

1 Like