I am having difficulties getting HADashboard live. I have Appdaemon up and running without issue. I have the following as the first lines in my configuration.yaml
did you really setup the dashboard to be on port 8124 instead of the default which I think is 5050? what do you have for your app_dir? Or really, can you post the whole config?
So, you put part of the HaDashboard config in your homeassistant config. That’s is not how it works. There is a separate config file in /config/hadashboard/ where you need to point HaDashboard to your HA entity.
It has all the needed information in it but you need to edit it. For example, add your HA password.
Also, are you using the resin.os image? Your dash url looks like you are using Raspbian or some other linux distro.
I apologize. I am using the Hassbian image. I do not know where the /conf/hadashboard is located. Is this within appdaemon? I have adjusted the appdaemon.yaml file in /appdaemon/conf and that appears to be working. I am just struggling with the hadashboard side.
I’m running hass.io and I did install the AppDaemon, then I’ve created the /config/appdaemon.yaml, though not sure what are the below entries: cert_path: is it the /ssl/fullchain.pem, I use to https to HA? api_key: is it the https password for HA? api_ssl_certificate: again not sure what this one is? api_ssl_key: is it the /ssl/privkey.pem?
After your comment I took the below line from /config/configuration.yaml and created /config/dashboards/config.yaml adding the line to it:
One question though, is the above ip address for the HA, or is it for the device displaying the dashboard? And for test purposes can we run the dashboard from a laptop before we move it to a tablet?
I did restart the AppDaemon add-in as per documentation but I’m still not being able to get the dashboard running! I did read few posts on the Forum, but most of them assume you passed this basic point.
I really do appreciate your input on how to get the hello.dash (as per documentation) up and running.