-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem after starting #309
Comments
Ultimate update not use /config/appdaemon folder but /addon_configs |
Duplicate of #287? |
ok i found a problem, is a https connection. |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
Problem/Motivation
[11:06:18] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
2023-11-28 11:06:22.312418 INFO AppDaemon: AppDaemon Version 4.4.2 starting
2023-11-28 11:06:22.314049 INFO AppDaemon: Python version is 3.11.6
2023-11-28 11:06:22.314596 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml
2023-11-28 11:06:22.315132 INFO AppDaemon: Added log: AppDaemon
2023-11-28 11:06:22.315711 INFO AppDaemon: Added log: Error
2023-11-28 11:06:22.316234 INFO AppDaemon: Added log: Access
2023-11-28 11:06:22.316730 INFO AppDaemon: Added log: Diag
2023-11-28 11:06:22.546302 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2023-11-28 11:06:22.825795 INFO HASS: HASS Plugin Initializing
2023-11-28 11:06:22.827028 INFO HASS: HASS Plugin initialization complete
2023-11-28 11:06:22.827900 INFO AppDaemon: Initializing HTTP
2023-11-28 11:06:22.828544 INFO AppDaemon: Using 'ws' for event stream
2023-11-28 11:06:22.835491 INFO AppDaemon: Starting API
2023-11-28 11:06:22.840584 INFO AppDaemon: Starting Admin Interface
2023-11-28 11:06:22.841661 INFO AppDaemon: Starting Dashboards
2023-11-28 11:06:22.902596 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:06:22.937453 INFO AppDaemon: App 'hello_world' added
2023-11-28 11:06:22.939375 INFO AppDaemon: App 'Notifier_Dispatch' added
2023-11-28 11:06:22.940638 INFO AppDaemon: App 'Notification_Manager' added
2023-11-28 11:06:22.942120 INFO AppDaemon: App 'Alexa_Manager' added
2023-11-28 11:06:22.943386 INFO AppDaemon: App 'GH_Manager' added
2023-11-28 11:06:22.944501 INFO AppDaemon: App 'Phone_Manager' added
2023-11-28 11:06:22.945227 INFO AppDaemon: Found 6 active apps
2023-11-28 11:06:22.945879 INFO AppDaemon: Found 0 inactive apps
2023-11-28 11:06:22.948814 INFO AppDaemon: Found 0 global libraries
2023-11-28 11:06:22.949793 INFO AppDaemon: Starting Apps with 6 workers and 6 pins
2023-11-28 11:06:22.952547 INFO AppDaemon: Running on port 5050
2023-11-28 11:06:27.976221 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:06:30.877101 INFO AppDaemon: New client Admin Client connected
2023-11-28 11:06:33.044454 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:06:38.117382 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:06:43.180947 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:06:48.240045 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:06:53.311367 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:06:58.386276 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:03.446035 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:08.549603 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:13.609970 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:18.676889 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:23.744333 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:28.809838 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:33.868095 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:38.923112 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:43.981005 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:49.037343 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:54.094104 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:07:59.167751 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
2023-11-28 11:08:04.224257 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
my config:
secrets: /homeassistant/secrets.yaml
appdaemon:
latitude: 52.379189
longitude: 4.899431
elevation: 2
time_zone: Europe/Amsterdam
plugins:
HASS:
type: hass
ha_url: https://192.168.178.101:8123
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3OTk1.....
http:
url: http://127.0.0.1:5050
admin:
api:
hadashboard:
The text was updated successfully, but these errors were encountered: