Appdaemon on hassio restart doesnt work

When I invoke hassio homeassistant restart they cannot connect:
Failed config
General Errors:
- Component not found: appdaemon
- Setup failed for appdaemon: Component not found.
Successful config (partial)

It looks like race condition. But when i start it manually it does work

hi @Boyko_Kazakov, did you manage to solve this problem? I notice the exact same behavior.

Problem: AppDaemon does not handle Hassio events after:

  • Restart Hassio (e.g. via SSH or web interface)
  • Restart of host (e.g. via SSH or web interface)

Workaround:

  • Manually restart appdaemon (e.g. via web interface)
  • Make a change in one of the appdaemon programs and/or yaml (forces appdaemon reload)

In practice this means that after a restart of HASSIO you have to manually restart appdaemon in order to be able to make use of the applications. Very annoying…

I Gave up using the appdaemon :slight_smile:

I’ve just learned that I made some mistake in my initialize (using sensor value that might be in undetermined state is not working). I’ve fixed this and now it seems to work flawless :slight_smile: