app.yaml and hello.py are as per the tutorial. Everything must be loading ok as I see the following in the info logs;
INFO AppDaemon Version 2.0.8 starting
INFO Configuration read from: /config/hadaemon/appdaemon.yaml
INFO Got initial state
INFO Loading Module: /config/hadaemon/apps/hello.py
INFO App initialization complete
INFO Starting dashboard
INFO Connected to Home Assistant 0.55.2
I’m struggling to identify where to look for the error (error log is empty) as it appears to be loading everything perfectly fine. Is there anything wrong in the config as that is all I can think off?
It seems I’m having the same problem. I’ve verified i’m using the latest version of appdaemon via pip and my ‘app’ yaml is in apps.yaml. I have gone so far as reviewing the appapi.AppDaemon class to verify that the code is indeed looking to ‘apps.yaml’ for the app configurations. I’ve installed both HA and AppDaemon using pip in a virtualenv with homegrown systemd config files.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing...
-----------------------------------------------------------
Hass.io Add-on: AppDaemon v0.4.0
Python Apps and HADashboard for Home Assistant
From: Community Hass.io Add-ons
By: Franck Nijhof <[email protected]>
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing...
INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 03-version-requirements.sh: executing...
INFO: Supervisor version requirements checks passed.
[cont-init.d] 03-version-requirements.sh: exited 0.
[cont-init.d] 20-init-configuration.sh: executing...
[cont-init.d] 20-init-configuration.sh: exited 0.
[cont-init.d] 21-compiled-dir.sh: executing...
[cont-init.d] 21-compiled-dir.sh: exited 0.
[cont-init.d] 50-compiled-symlink.sh: executing...
[cont-init.d] 50-compiled-symlink.sh: exited 0.
[cont-init.d] 80-system-packages.sh: executing...
[cont-init.d] 80-system-packages.sh: exited 0.
[cont-init.d] 81-python-packages.sh: executing...
[cont-init.d] 81-python-packages.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
starting version 3.2.4
[services.d] done.
2018-01-18 19:50:49.780819 INFO AppDaemon Version 2.1.12 starting
2018-01-18 19:50:49.782178 INFO Configuration read from: /config/appdaemon/appdaemon.yaml
2018-01-18 19:50:49.840602 WARNING Unable to connect to Home Assistant, retrying in 5 seconds
My api password is correct and yes my ha_url is correct and working as entered. My local net is listed in hassio as a trusted network, so I have also tried it with a blank api password and also with “” as the password.
I was a little taken back that it would not attach to my internal ip and port. When home I can access the web UI for hassio by ip:port, FQDN:port or hassio.local:port. The only think that would work in the case of the appdaemon UI was FQDN:port.
can again then
some time ago i had problems when people tried to install packages that were needed for some apps.
at that point they couldnt use pip to install them.