No module named 'hass_apps' error Schedy not working

Hello guys,

wondering if somebody could help me with this error. Appdaemon is running becasue I can access HADashboard only somehow Schedy is not working for me.

Here are my log files:

error log

2019-11-23 19:29:41.773500 WARNING AppDaemon: ------------------------------------------------------------
2019-11-23 21:20:39.293557 WARNING AppDaemon: ------------------------------------------------------------
2019-11-23 21:20:39.294595 WARNING AppDaemon: Unexpected error initializing app: schedy_heating:
2019-11-23 21:20:39.295310 WARNING AppDaemon: ------------------------------------------------------------
2019-11-23 21:20:39.296604 WARNING AppDaemon: Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/appdaemon/appdaemon.py", line 2051, in check_app_updates
    self.init_object(app)
  File "/usr/local/lib/python3.7/dist-packages/appdaemon/appdaemon.py", line 1567, in init_object
    modname = __import__(app_args["module"])
  File "/home/homeassistant/conf/apps/hass_apps_loader.py", line 3, in <module>
    from hass_apps.loader import *
ModuleNotFoundError: No module named 'hass_apps'

2019-11-23 21:20:39.297249 WARNING AppDaemon: ------------------------------------------------------------

appdaemon log

2019-11-23 19:29:41.686989 INFO AppDaemon: Reading config
2019-11-23 19:29:41.767187 INFO AppDaemon: /home/homeassistant/conf/apps/schedy_heating.yaml added or modified
2019-11-23 19:29:41.767793 INFO AppDaemon: App 'schedy' deleted
2019-11-23 19:29:41.768189 INFO AppDaemon: App 'schedy_heating' added
2019-11-23 19:29:41.769309 INFO AppDaemon: Initializing app schedy_heating using class SchedyApp from module hass_apps_loader
2019-11-23 21:20:39.283763 INFO AppDaemon: Processing restart for True
2019-11-23 21:20:39.285207 INFO AppDaemon: Terminating schedy_heating
2019-11-23 21:20:39.286604 INFO AppDaemon: Terminating hello_world
2019-11-23 21:20:39.288369 INFO AppDaemon: Initializing app schedy_heating using class SchedyApp from module hass_apps_loader
2019-11-23 21:20:39.297964 INFO AppDaemon: Initializing app hello_world using class HelloWorld from module hello
2019-11-23 21:20:39.318568 INFO hello_world: Hello from AppDaemon
2019-11-23 21:20:39.325282 INFO hello_world: You are now ready to run Apps!

Thanks for the help

How did you install Schedy? It seems to me like you are missing the folder “hass_apps” which contains the loader etc.

It would also be a good idea to ask your question in the Schedy topic:

1 Like

You probably missed to import the “hass_apps” package:

https://hass-apps.readthedocs.io/en/stable/getting-started.html

1 Like

How did you install Schedy?

I did it through the manual installation. I am running Hass.io not Hassbian so I do not have the add-on store.

You probably missed to import the “hass_apps” package:

Did all the steps 1-5 of the manual installation without errors. Did have to use pip3 instead of pip if that makes any difference.

It would also be a good idea to ask your question in the Schedy topic:

Will do that Burningstone. Thanks.