Blockquote
2018-11-01 12:38:39.590147 WARNING config_dir: /home exists, but is not writeable, owner: root
2018-11-01 12:38:39.596432 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2018-11-01 12:38:39.718782 INFO AppDaemon: HASS: HASS Plugin Initializing
2018-11-01 12:38:39.719161 WARNING AppDaemon: HASS: ha_key is deprecated please use HASS Long Lived Tokens instead
2018-11-01 12:38:39.719566 INFO AppDaemon: HASS: HASS Plugin initialization complete
2018-11-01 12:38:39.719966 INFO Starting Dashboards
2018-11-01 12:38:39.721836 WARNING css: /home exists, but is not writeable, owner: root
2018-11-01 12:38:39.723722 WARNING javascript: /home exists, but is not writeable, owner: root
2018-11-01 12:38:39.730949 INFO API is disabled
Blockquote
I’ve installed Appdaemon vi pip3 on an ubuntu server.
HomeAssistant is running fine, as well the apps from Appdaemon.
The problem I have that I can’t make any dashboard.
I’ve tried running Appdaemon as root, but that didn’t solve the problem.
The compiled directory’s worn’t created during installation, so I made them myself with the correct owner.
It’s got something to do with the three Warnings, I think.
running AD as root is a bad idea.
just make sure that the user you use to start AD has full control over the config dir and all its files and subdirs. (read, write, execute)
edit: sorry i did look wrong.
please share your appdaemon.yaml and your complete log
I saw this error too. Something broke on last release and dashboards that used to work right aren’t anymore. If you have a custom widget the problem is worst. I’m still investigating…
no it isnt, because the compiled dir is (or at least should be) outside the container, because its in the config dir.
you dont want anything to change in your config when you upgrade your container