My continuous struggle with HADashboard

Also with the Vkorn addin if I have added 3030 port to my dash_url the dashboard did not load.

Did anyone have any luck with this?

I have done the advice in the bottom of this post and now it seems to be working: Hass.io and HADashboard setup - Java error

Hi!

I built an image with AppDaemon 2.1.10 and added some option to debug. You might want to try it!

With this my Home Assistant is running https and my Dashboard run http under port 5050.

Cheers!

3 Likes

hey @Sparck75 , I tried the addon and works very well. Thank you

2 Likes

Just to be completely clear here. Do you use this addon instead of the original one, or as supplement? Sorry if it’s a stupid question

It’s a replacement.

Hi Sparck75.

Installed it, and it “works” but then again it doesn’t. Pretty sure i’ve done something wrong.
It loads a blank page on ipaddress:5050 , but no dashboard. Also tried to navigate in the url to the dashboard.

I’ve added the config with inspiration from the one you use in repository, and set the info according.

Any ideas?

Hi,

Seems that if you can navigate to the url and you don’t get an error, I suspect you might not have a dashboards files in your config directory.

Try adding the Hello.dash in your folder (example here: https://github.com/home-assistant/appdaemon/tree/dev/conf/dashboards )

Let me know if this work. If so, i’ll update the image to include the hello world Apps and Dashboard files as exemple.

If it doesn’t work, please turn debugging to “debug” instead of “info” in the plugin pages and post the log files.

(be carefull when posting the debug log to remove your “Key/Password”

1 Like

I have a directory called dashboards under hadaemon folder, and in that I have a file called hallway.dash

I’m also trying to access that via ip:5050/dashboards/hallway.dash and ip:5050/hallway.dash . But then I get server error

I can now see that nothing is appearing in the compiled folder. Is there a way to force a recompile?

if nothing is compiled you will probably have errors in 1 of your logs.
if you have set logs in your configuration and rights for the files are set right.)

the right way to acces a dashboard is:
http://ip:5050/hallway
if you have set the dashboard port to 5050

and probably you should read in the docs about configuring dashboard.
http://appdaemon.readthedocs.io/en/latest/DASHBOARD_INSTALL.html

I got these in my error log:

Looks like it cannot find the dashboard. Not quite sure why though

Can you post you dashboard file.

problem is likely inside your dashboard file calling something that don’t exist or just a type typo.

hallway.yaml (1.1 KB)

The problem may be with the non-Ascii characters in your titles - I have an issue on that already that I need to look at.

But the file is the same as the old one when I used vkorns add-on. So it did work back then (except of course for the fact that it couldn’t connect and all)

OK so not that then …