My continuous struggle with HADashboard

It should - I based my comments on the behavior of the javascript creation and the original log you posted. In the latest version the url argument where you saw port 80 should be blank, which makes it relative and should fix the problem. You should be running version 2.1.0 or later for this new behavior.

That’s weird. My version number says 0.0.13 for AppDaemon

Check the output in the logs - it should be near the top.

The AppDaemon version for the repo seems to be old. 2.0.8 I think. Would be good to get it updated to the latest version, as I’m having the same issue as you.

1 Like

@Dinoaus @aimc @bager Just moved over to HASS.io and ran into this problem. Is the only fix still to edit the output files manually?

This might work for you:

Thanks @aimc appreciate the reply ill check it out. Loving your work btw :slight_smile:

1 Like

For anyone else finding this thread.

The above didn’t work for me added the repository but clicking install does nothing.

Bummer!

It does, check the log of Hass.io tab (3dot menu->advanced settings ->Supervisor “view logs”
You should see what went wrong.
As I wrote, the difference between the vkorn version and mine is that the hass.io try to compile the code locally, in vkorn’s version it is pre-compiled but it is a previous version.

HI

I had a the same problem and tried to install tour version to fix but no luck install doesnt work.

Any further help?

Thanks in advance.

log:
17-10-07 19:42:43 INFO (MainThread) [hassio.addons] Load addons: 18 all - 0 new - 0 remove
17-10-07 19:43:12 INFO (MainThread) [hassio.addons.git] Clone addon https://github.com/wroadd/hassdash repository
17-10-07 19:43:14 INFO (MainThread) [hassio.addons] Load addons: 19 all - 1 new - 0 remove
17-10-07 19:43:28 INFO (MainThread) [hassio.addons.addon] Create Home-Assistant addon data folder /data/addons/data/77bd61e4_hassdash
17-10-07 19:43:28 INFO (SyncWorker_10) [hassio.dock.addon] Start build 77bd61e4/armhf-addon-hassdash:0.0.4
17-10-07 19:43:29 ERROR (MainThread) [aiohttp.server] Error handling request

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