could you please give me the full file code of what you are explaining to me? For I am not sure just were I am supposed to place the code of “conf/custom_css/html” and just how I coded it up to navigate to it directly
you ask where to place the html file you want to create. so that can be done in a subdirectory from your appdaemon conf directory.
conf/custom_css/html/test.html
then you can use the navigate widget to goto:
http://yourdashboard_url/custom_css/html/test.html
ReneToda,
I did not know that were explaining to me to make a director. I thought I had to place “conf/custom_css/html/test.html” into some type of file.
I tried thls but it did not work. I am using a Hasbian image and had to make a directory of /home/homeassistant/conf/custom_css/html and made a test.html file within that.
Then i tried to call it with url 192.168.0.105:5050/custom_css/html/test.html.
I also added per robmarkcole sugesston to the configuraton.yaml file -
whitelist_external_dirs: /home/homeassistant/conf/custom_css/html
do you have appdaemon and HAdashboard installed?
if so then you have an appdaemon configuration directory (where appdaemon.yaml is)
that is conf.
but it will only work if you have appdaemon and HADashboard correctly up and running and for that you need to look at your logfiles.
if you have a correct working dashboard, you can use the navigate widget to go to an url.
dont forget it needs to be a complete url including http://
edit: changing things in HA config wont help your appdaemon settings.
edit2: the directories need the right filerights. appdaemon must be able to read and write in it with the user you use to start appdaemon.
ReneTode,
yes I do have appdaemon and HAdashboard installed.
The dashboard and the main Home Assistant page loads OK. I can see my switches. But the switches are not working. I am trying to use the generic MQTT that was loaded on the Hassbian. Tonight I will download Mosquitto and configure http://that.
Do I have to append the :5050 to the http://yourdashboard_url/
Yes I have HADashboard displayed. For if I just enter in the url-
192.168.0.105:5050
it will give me the HADashboard splash screen and the list of all my x.dash files that I can choice from
EDIT: I am using a regular Raspberry Pi tied into my router so I can use its browser to connect to the Hassbian