-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Description
After updating AppDaemon to 0.15.2 the data folder is migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on; addon_configs folder/share. Controllerx installs still in the homeassistant config/appdaeom.
Additional information
- Devices involved:
- Model: E1810Controller
- Integration: Z2M
- AppDaemon version: 0.15.2
- ControllerX version: v4.26.2
- HACS version (if installed from there): 1.33.0
- Home Assistant Core version: 2023.11.2
AppDaemon app configuration
`
ground_floor_lights:
module: controllerx
class: E1810Controller
controller: sensor.remote_e1524_action
integration: z2m
light: light.speelkamer_lights
mapping:
brightness_down_click: toggle
brightness_down_hold:
service: input_boolean.toggle
data:
entity_id: input_boolean.party
....
`
Logs
`
2023-11-19 18:36:24.852619 INFO HASS: Connected to Home Assistant 2023.11.2
2023-11-19 18:36:26.144770 INFO HASS: Evaluating startup conditions
2023-11-19 18:36:26.154457 INFO HASS: Startup condition met: hass state=RUNNING
2023-11-19 18:36:26.154640 INFO HASS: All startup conditions met
2023-11-19 18:36:26.241784 INFO AppDaemon: Processing restart for HASS
2023-11-19 18:36:26.242032 INFO AppDaemon: Terminating hello_world
2023-11-19 18:36:26.242460 INFO AppDaemon: Reloading Module: /config/apps/hello.py
2023-11-19 18:36:26.244114 INFO AppDaemon: Loading app hello_world using class HelloWorld from module hello
2023-11-19 18:36:26.245295 INFO AppDaemon: Calling initialize() for hello_world
2023-11-19 18:36:26.246229 INFO hello_world: Hello from AppDaemon
2023-11-19 18:36:26.246866 INFO hello_world: You are now ready to run Apps!
`
After moving the controllerx folder to the new appdaemon location (addon_configs\a0d7b954_appdaemon\apps) this is the a few rules of the log:
`
2023-11-20 20:55:38.993897 INFO AppDaemon: Removing module /config/apps/controllerx/cx_devices/prolight.py
2023-11-20 20:55:38.994030 INFO AppDaemon: Removing module /config/apps/controllerx/cx_devices/smartkontakten.py
2023-11-20 20:55:38.994130 INFO AppDaemon: Removing module /config/apps/controllerx/cx_devices/lutron.py
2023-11-20 20:55:38.994244 INFO AppDaemon: Removing module /config/apps/controllerx/cx_devices/__init__.py
2023-11-20 20:55:38.994737 WARNING AppDaemon: No app description found for: /config/apps/cx_const.py - ignoring
2023-11-20 20:55:38.997559 WARNING AppDaemon: No app description found for: /config/apps/controllerx.py - ignoring
2023-11-20 20:55:38.998482 WARNING AppDaemon: No app description found for: /config/apps/cx_version.py - ignoring
2023-11-20 20:55:38.999121 WARNING AppDaemon: No app description found for: /config/apps/cx_helper.py - ignoring
`
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working