Installation issue

Hi,

i hope youre good.
I do have some issues with HADasboard.
I am not able to get it to run, i searched this forum already, but no look, i think i am missing a point, but can not find it.

I am stuck at the first startup, all other went fine and is working.

pi@HaPi:~/appdaemon_dashboard/appdaemon $ sudo python3 -m appdaemon.appdaemon -c ./conf
Traceback (most recent call last):
  File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py", line 1807, in <module>
    main()
  File "/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py", line 1570, in main
    conf.dash_url = config['HADashboard'].get("dash_url")
KeyError: 'HADashboard'
pi@HaPi:~/appdaemon_dashboard/appdaemon $ 

I just use the standard config file:

AppDaemon:
logfile: STDOUT
errorfile: STDERR
threads: 10
HASS:
ha_url: xxx.xxx.xxx.xxx
ha_key: password

Apps

hello_world:
module: hello
class: HelloWorld

Hope you can help me out here.

Thanks in advance.

you miss this

HADashboard:
  dash_url: appdaemonURL
1 Like

Thanks,

that was the missing point, sometimes its so easy, i have read it thousands of times but this i did not saw.

Thank you.

1 Like