bob1de / hass-apps

Some useful apps and snippets to empower Home Assistant and AppDaemon even more.
Apache License 2.0
85 stars 23 forks source link

schedy doesn't work anymore (unexpected error) #60

Closed flonair closed 3 years ago

flonair commented 3 years ago

Hi, since a few days schedy heating doesn't work anymore for me. I checked the configs for "hass-apps" under "python-packages", but that looks fine.

My log looks like this:

2021-04-29 09:34:13.893817 WARNING schedy_heating: ------------------------------------------------------------
2021-04-29 09:34:13.896502 WARNING schedy_heating: Unexpected error running initialize() for schedy_heating
2021-04-29 09:34:13.897578 WARNING schedy_heating: ------------------------------------------------------------
2021-04-29 09:34:13.903610 WARNING schedy_heating: Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/appdaemon/app_management.py", line 161, in initialize_app
    await utils.run_in_executor(self, init)
  File "/usr/lib/python3.8/site-packages/appdaemon/utils.py", line 299, in run_in_executor
    response = future.result()
asyncio.exceptions.TimeoutError
LukasK13 commented 3 years ago

I can confirm this issue with the exact same error message. I am running schedy / appdaemon in docker and did not change the configuration / version in the last 2 months.

flonair commented 3 years ago

I have updated appdaemon (0.6.1), core (2021.5.5) and supervisor (2021.04.3) and now shedy works again.

LukasK13 commented 3 years ago

Updating appdaemon from 4.0.8 to latest fixed the issue for me