Hello, i’m sorry but i’m a dummy to install Schedy !!!
i’m using Hass.io
i installed Appdeamon 4 module
i configured Appdeamon like this :
python_packages:
- hass-apps
I copied “hass-apps” master branch from github to the “appdaemon/apps” folder
I have my “schedy.yaml” file in the folder :
appdeamon/apps/hass_apps
I also have config file for sensors, binary, etc … as canaletto shared us.
But it doesn’t seems to work.
Can someone help me ?
here is my appdaemon log :
2021-11-11 20:42:58.616916 WARNING AppDaemon: App 'values' missing 'class' or 'module' entry - ignoring
2021-11-11 20:42:58.624845 INFO HASS: Startup condition met: hass state=RUNNING
2021-11-11 20:42:58.625114 INFO HASS: All startup conditions met
2021-11-11 20:42:58.626053 WARNING AppDaemon: App 'attributes' missing 'class' or 'module' entry - ignoring
2021-11-11 20:42:58.626299 WARNING AppDaemon: App 'short_values' missing 'class' or 'module' entry - ignoring
2021-11-11 20:42:58.633788 WARNING AppDaemon: App 'actor_type' missing 'class' or 'module' entry - ignoring
2021-11-11 20:42:58.634102 WARNING AppDaemon: App 'actor_templates' missing 'class' or 'module' entry - ignoring
2021-11-11 20:42:58.635226 INFO AppDaemon: App 'hello_world' added
2021-11-11 20:42:58.636079 INFO AppDaemon: App 'schedy' added
2021-11-11 20:42:58.636628 INFO AppDaemon: Found 2 total apps
2021-11-11 20:42:58.636969 INFO AppDaemon: Starting Apps with 2 workers and 2 pins
2021-11-11 20:42:58.637750 INFO AppDaemon: Running on port 5050
2021-11-11 20:42:58.677481 INFO AppDaemon: Got initial state from namespace default
2021-11-11 20:43:00.642651 INFO AppDaemon: Scheduler running in realtime
2021-11-11 20:43:00.645255 INFO AppDaemon: Reading config
2021-11-11 20:43:00.667659 WARNING AppDaemon: Error loading configuration
2021-11-11 20:43:00.668140 WARNING AppDaemon: parser says
2021-11-11 20:43:00.668518 WARNING AppDaemon: in "<unicode string>", line 181, column 6:
bureau_etage:
^
2021-11-11 20:43:00.669008 WARNING AppDaemon: expected <block end>, but found '<block mapping start>' while parsing a block mapping
2021-11-11 20:43:00.670063 WARNING AppDaemon: File '/config/appdaemon/apps/schedy_heating.yaml' invalid structure - ignoring
2021-11-11 20:43:00.688843 WARNING AppDaemon: File '/config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/common-config.yaml' invalid structure - ignoring
2021-11-11 20:43:00.692448 WARNING AppDaemon: File '/config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/thermostat/config.yaml' invalid structure - ignoring
2021-11-11 20:43:00.704837 WARNING AppDaemon: App 'attributes' missing 'class' or 'module' entry - ignoring
2021-11-11 20:43:00.705315 WARNING AppDaemon: App 'values' missing 'class' or 'module' entry - ignoring
2021-11-11 20:43:00.712635 WARNING AppDaemon: App 'attributes' missing 'class' or 'module' entry - ignoring
2021-11-11 20:43:00.713087 WARNING AppDaemon: App 'short_values' missing 'class' or 'module' entry - ignoring
2021-11-11 20:43:00.717231 WARNING AppDaemon: App 'actor_type' missing 'class' or 'module' entry - ignoring
2021-11-11 20:43:00.717644 WARNING AppDaemon: App 'actor_templates' missing 'class' or 'module' entry - ignoring
2021-11-11 20:43:00.718230 INFO AppDaemon: /config/appdaemon/apps/schedy_heating.yaml added or modified
2021-11-11 20:43:00.718613 INFO AppDaemon: /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/common-config.yaml added or modified
2021-11-11 20:43:00.718980 INFO AppDaemon: /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/thermostat/config.yaml added or modified
2021-11-11 20:43:00.719334 INFO AppDaemon: /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/custom/config.yaml added or modified
2021-11-11 20:43:00.719690 INFO AppDaemon: /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/generic2/config.yaml added or modified
2021-11-11 20:43:00.720047 INFO AppDaemon: /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/generic/config.yaml added or modified
2021-11-11 20:43:00.720381 INFO AppDaemon: /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/switch/generic2-config.yaml added or modified
2021-11-11 20:43:00.722650 INFO AppDaemon: Found 2 total apps
2021-11-11 20:43:00.724000 INFO AppDaemon: Adding /config/appdaemon/apps to module import path
2021-11-11 20:43:00.724458 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps to module import path
2021-11-11 20:43:00.724921 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs to module import path
2021-11-11 20:43:00.725327 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps to module import path
2021-11-11 20:43:00.725763 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy to module import path
2021-11-11 20:43:00.726214 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/tips-and-tricks to module import path
2021-11-11 20:43:00.726633 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/statistics to module import path
2021-11-11 20:43:00.727059 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/schedules to module import path
2021-11-11 20:43:00.727468 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/schedules/expressions to module import path
2021-11-11 20:43:00.727918 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/schedules/expressions/helpers to module import path
2021-11-11 20:43:00.728338 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors to module import path
2021-11-11 20:43:00.728756 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/thermostat to module import path
2021-11-11 20:43:00.729190 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/custom to module import path
2021-11-11 20:43:00.729591 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/generic2 to module import path
2021-11-11 20:43:00.730008 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/generic to module import path
2021-11-11 20:43:00.730399 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/docs/apps/schedy/actors/switch to module import path
2021-11-11 20:43:00.730710 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/hass_apps to module import path
2021-11-11 20:43:00.731062 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/hass_apps/schedy to module import path
2021-11-11 20:43:00.731396 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor to module import path
2021-11-11 20:43:00.731694 INFO AppDaemon: Adding /config/appdaemon/apps/hass-apps/hass_apps/schedy/expression to module import path
2021-11-11 20:43:00.750636 INFO AppDaemon: Loading App Module: /config/appdaemon/apps/hello.py
2021-11-11 20:43:00.756353 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/setup.py - ignoring
2021-11-11 20:43:00.757191 INFO AppDaemon: Loading App Module: /config/appdaemon/apps/hass-apps/hass_apps_loader.py
2021-11-11 20:43:00.761214 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/docs/conf.py - ignoring
2021-11-11 20:43:00.762091 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/loader.py - ignoring
2021-11-11 20:43:00.763006 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/__init__.py - ignoring
2021-11-11 20:43:00.763883 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/common.py - ignoring
2021-11-11 20:43:00.764692 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/room.py - ignoring
2021-11-11 20:43:00.765626 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/schedule.py - ignoring
2021-11-11 20:43:00.766447 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/__init__.py - ignoring
2021-11-11 20:43:00.767282 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/stats.py - ignoring
2021-11-11 20:43:00.768249 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/util.py - ignoring
2021-11-11 20:43:00.769076 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/app.py - ignoring
2021-11-11 20:43:00.769994 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/config.py - ignoring
2021-11-11 20:43:00.770818 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor/custom.py - ignoring
2021-11-11 20:43:00.771732 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor/base.py - ignoring
2021-11-11 20:43:00.772558 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor/__init__.py - ignoring
2021-11-11 20:43:00.773482 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor/generic2.py - ignoring
2021-11-11 20:43:00.774347 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor/switch.py - ignoring
2021-11-11 20:43:00.775253 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor/thermostat.py - ignoring
2021-11-11 20:43:00.776135 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/actor/generic.py - ignoring
2021-11-11 20:43:00.777040 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/expression/helpers.py - ignoring
2021-11-11 20:43:00.777853 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/expression/types.py - ignoring
2021-11-11 20:43:00.778751 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hass-apps/hass_apps/schedy/expression/__init__.py - ignoring
2021-11-11 20:43:00.779484 INFO AppDaemon: Initializing app hello_world using class HelloWorld from module hello
2021-11-11 20:43:00.780963 INFO AppDaemon: Initializing app schedy using class SchedyApp from module hass_apps_loader
2021-11-11 20:43:00.943622 INFO hello_world: Hello from AppDaemon
2021-11-11 20:43:00.944734 INFO hello_world: You are now ready to run Apps!
2021-11-11 20:43:00.946732 INFO schedy: *** Welcome to schedy 0.8.3, running on AppDaemon 4.1.0.
2021-11-11 20:43:00.949029 INFO schedy: ***
2021-11-11 20:43:00.950744 INFO schedy: *** This is an app from the hass-apps package.
2021-11-11 20:43:00.952484 INFO schedy: *** DOCS: https://hass-apps.readthedocs.io/en/stable/
2021-11-11 20:43:00.954171 INFO schedy: ***
2021-11-11 20:43:00.955859 INFO schedy: *** You like this app, want to honor the effort put into
2021-11-11 20:43:00.957582 INFO schedy: *** it, ensure continuous development and support?
2021-11-11 20:43:00.959237 INFO schedy: *** Then please consider making a donation.
2021-11-11 20:43:00.960920 INFO schedy: *** DONATE: https://hass-apps.readthedocs.io/en/stable/#donations
2021-11-11 20:43:00.962601 INFO schedy: *** Thank you very much and enjoy schedy!
2021-11-11 20:43:00.964297 INFO schedy: ***
2021-11-11 20:43:00.967499 ERROR schedy: !!! Configuration error: required key not provided @ data['actor_type']. Got None
2021-11-11 20:43:00.969092 ERROR schedy: !!! Not initializing this app.
2021-11-11 20:43:00.972620 INFO AppDaemon: App initialization complete