I know I am missing something super easy - but I cannot for the life of me find the dashboards that ship with HADashboard. Any help - see attached image
when I hit 192.168.1.90:5050/dashboard same error
I know I am missing something super easy - but I cannot for the life of me find the dashboards that ship with HADashboard. Any help - see attached image
when I hit 192.168.1.90:5050/dashboard same error
Have you set up the dashboard directory?
@aimc I don’t believe I have. Do you know how to or know where in the documentations I might have missed that? I have combed through it several times!
Thank you
https://github.com/home-assistant/appdaemon
https://github.com/home-assistant/appdaemon/blob/dev/DASHBOARD.md
I changed the install method recebtly so it looks like we are a little short on instructions -
If you have a config directory as described in the appdaemon setup, you then need to:
dashboards
#
# Main arguments, all optional
#
title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
label:
widget_type: label
text: Hello World
layout:
- label(2x2)
and call it Hello.dash - then you will have the sample up and running.
Make sure you are running 2.0.6 as there was a bug in the previous couple of versions.
@aimc That did the trick now where can I grab the default dashobards? That are referred to in the install doc?
There are some example dashes on github:
I’ll add all this into the docs
Hi guys,
I didn’t want to open a new topic and for me seems this one is the closest to my case. I have HADashboard running on Raspbeery Pi in docker but got into a problem with creating a dashboard itself. I have dashboard folder (/automation/appdaemon/conf/dashboards) and just wanted to test a simple dashboard. I copied @aimc sample above in file with name hello.dash. All fine - I am able to reach the initial page on xxx:5050 but when I click on “hello” dash (it happens on all dashboard that I created) the page starts loading but got to a stage where it gets just black and doesnt load anything else. May anyone help and advice what could be the issue here please?
appdaemon.yaml
log:
logfile: /automation/appdaemon/conf/appdaemon.log
errorfile: /automation/appdaemon/conf/aderror.log
logfile: STDOUT
errorfile: STDERR
appdaemon:
app_dir: /automation/appdaemon/conf/apps/
plugins:
HASS:
type: hass
ha_url: http://192.168.100.10:8123
token: xxx
hadashboard:
dash_url: http://192.168.100.10:5050
dash_dir: /automation/appdaemon/conf/dashboards/
hello.dash
title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
label:
widget_type: label
text: Hello World
layout:
- label(2x2)
Thanks in advance guys.
P.S. Nothing interesting in docker logs as well - when I click on hello dash it just says:
INFO function [get_dashboard] finished in 111 ms