xaviml / controllerx

Create controller-based automations with ease to control your home devices and scenes.
https://xaviml.github.io/controllerx/
MIT License
327 stars 68 forks source link

apps.yaml does not excist. #882

Closed Matrox1983 closed 7 months ago

Matrox1983 commented 7 months ago

I installed Appdeamon and Controllerx, but somehow it's not working at all. In the /config/appdaemon/apps/ folder I could not see the apps.yaml file, did I forget something? Tried to manually add the configuration file with the parameters, but no luck so far.

Additional information

AppDaemon app configuration

example_app: module: controllerx class: E1810Controller integration: zha controller: d0:cf:5e:ff:fe:c0:9b:1e light: light.keuken

Logs

023-12-23 20:19:31.882703 INFO HASS: Connected to Home Assistant 2023.12.3 2023-12-23 20:19:33.115120 INFO HASS: Evaluating startup conditions 2023-12-23 20:19:33.194783 INFO HASS: Startup condition met: hass state=RUNNING 2023-12-23 20:19:33.195968 INFO HASS: All startup conditions met 2023-12-23 20:19:33.258971 INFO AppDaemon: Processing restart for HASS 2023-12-23 20:19:33.260408 INFO AppDaemon: Terminating hello_world 2023-12-23 20:19:33.262998 INFO AppDaemon: Reloading Module: /config/apps/hello.py 2023-12-23 20:19:33.268455 INFO AppDaemon: Loading app hello_world using class HelloWorld from module hello 2023-12-23 20:19:33.276518 INFO AppDaemon: Calling initialize() for hello_world 2023-12-23 20:19:33.280019 INFO hello_world: Hello from AppDaemon 2023-12-23 20:19:33.283118 INFO hello_world: You are now ready to run Apps!

Matrox1983 commented 7 months ago

Never mind, Appdaemon was installed in another folder.