hassio-addons / addon-appdaemon

AppDaemon4 - Home Assistant Community Add-ons
https://addons.community
MIT License
141 stars 45 forks source link

Appdaemon No Directory #323

Closed panzerwaffen closed 6 months ago

panzerwaffen commented 6 months ago

Problem/Motivation

Installed Appdaemon from Addon Store using HAOS and there is no appdaemon directory

Expected behavior

appdaemon directory in /homeassistant/

Actual behavior

No directory or any hint that appdaemon was installed, yet it is running with error

Steps to reproduce

Proposed changes

none

Add-on: AppDaemon Python Apps and Dashboard using AppDaemon 4.x for Home Assistant

Add-on version: 0.16.1 You are running the latest version of this add-on. System: Home Assistant OS 11.3 (amd64 / generic-x86-64) Home Assistant Core: 2024.1.2 Home Assistant Supervisor: 2023.12.0

Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.

Appdaemon logs s6-rc: info: service base-addon-banner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service base-addon-log-level: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service base-addon-log-level successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service init-appdaemon: starting s6-rc: info: service init-appdaemon successfully started s6-rc: info: service appdaemon: starting s6-rc: info: service appdaemon successfully started s6-rc: info: service legacy-services: starting [13:52:49] INFO: Starting AppDaemon... s6-rc: info: service legacy-services successfully started 2024-01-08 20:52:51.462869 INFO AppDaemon: AppDaemon Version 4.4.2 starting 2024-01-08 20:52:51.462991 INFO AppDaemon: Python version is 3.11.6 2024-01-08 20:52:51.463063 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml 2024-01-08 20:52:51.463128 INFO AppDaemon: Added log: AppDaemon 2024-01-08 20:52:51.463223 INFO AppDaemon: Added log: Error 2024-01-08 20:52:51.463277 INFO AppDaemon: Added log: Access 2024-01-08 20:52:51.463369 INFO AppDaemon: Added log: Diag 2024-01-08 20:52:51.555220 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin 2024-01-08 20:52:51.648250 INFO HASS: HASS Plugin Initializing 2024-01-08 20:52:51.648349 WARNING HASS: ha_url not found in HASS configuration - module not initialized 2024-01-08 20:52:51.648461 INFO HASS: HASS Plugin initialization complete 2024-01-08 20:52:51.648659 INFO AppDaemon: Initializing HTTP 2024-01-08 20:52:51.648823 INFO AppDaemon: Using 'ws' for event stream 2024-01-08 20:52:51.650527 INFO AppDaemon: Starting API 2024-01-08 20:52:51.651636 INFO AppDaemon: Starting Admin Interface 2024-01-08 20:52:51.651780 INFO AppDaemon: Starting Dashboards 2024-01-08 20:52:51.656537 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds 2024-01-08 20:52:51.660184 INFO AppDaemon: App 'hello_world' added 2024-01-08 20:52:51.660392 INFO AppDaemon: Found 1 active apps 2024-01-08 20:52:51.660560 INFO AppDaemon: Found 0 inactive apps 2024-01-08 20:52:51.660665 INFO AppDaemon: Found 0 global libraries 2024-01-08 20:52:51.660776 INFO AppDaemon: Starting Apps with 1 workers and 1 pins 2024-01-08 20:52:51.661046 INFO AppDaemon: Running on port 5050 2024-01-08 20:52:56.667890 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds 2024-01-08 20:53:18.088642 INFO HASS: Connected to Home Assistant 2024.1.2 2024-01-08 20:53:18.384469 INFO HASS: Evaluating startup conditions 2024-01-08 20:53:18.388768 INFO HASS: Startup condition met: hass state=RUNNING 2024-01-08 20:53:18.388914 INFO HASS: All startup conditions met 2024-01-08 20:53:18.420066 INFO AppDaemon: Got initial state from namespace default 2024-01-08 20:53:20.093569 INFO AppDaemon: Scheduler running in realtime 2024-01-08 20:53:20.096183 INFO AppDaemon: Adding /config/apps to module import path 2024-01-08 20:53:20.098125 INFO AppDaemon: Loading App Module: /config/apps/hello.py 2024-01-08 20:53:20.140742 INFO AppDaemon: Loading app hello_world using class HelloWorld from module hello 2024-01-08 20:53:20.141758 INFO AppDaemon: Calling initialize() for hello_world 2024-01-08 20:53:20.165519 INFO hello_world: Hello from AppDaemon 2024-01-08 20:53:20.166017 INFO hello_world: You are now ready to run Apps! 2024-01-08 20:53:20.166564 INFO AppDaemon: App initialization complete

I do apologize if I formatted anything incorrectly, I have done several searches about the only thing I could find similar was a WSL install. I had previously played around with Appdaemon and deleted the directory. I have rebooted the host, several core restarts, looked for hidden files and directories. Nothing is standing out in the Core logs.

Any help would be greatly appreciated. Thank you

frenck commented 6 months ago

It moved, see also: https://github.com/hassio-addons/addon-appdaemon/releases/tag/v0.15.0

../Frenck

panzerwaffen commented 6 months ago

Sorry, submitted a change request for the Appdaemon docs.

Thank you