-
Notifications
You must be signed in to change notification settings - Fork 53
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
Homeassistant Update 2024.12.4 fails due to gardena-smart-system #234
Comments
Same here: |
The update worked on my side but probably because I was not connected to the Gardena service. This is my new issue, after good connexions for months, no chance anymore since beginning of December. I tried to reconnect after updating the keys, etc. No chance. `Logger: homeassistant.config_entries Error setting up entry for gardena_smart_system During handling of the above exception, another exception occurred: Traceback (most recent call last): |
The recent update tu 2024.12.4 fails, obviusly due to an error in gardena-smart-systemintegration.
As a result, Homeassistant does a proper rollback to 2024.12.3
last entry in home-assistant-rollback.log before doing the rollback:
....
RuntimeError: Detected that custom integration 'gardena_smart_system' calls hass.async_create_task from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt. For more information, see https://developers.home-assistant.io/docs/asyncio_thread_safety/#hassasync_create_task at custom_components/gardena_smart_system/init.py, line 65: hass.bus.async_listen_once(EVENT_HOMEASSISTANT_STOP, lambda event: hass.async_create_task(gardena_system.stop())). Please report it to the author of the 'gardena_smart_system' custom integration
2024-12-18 11:15:13.716 WARNING (MainThread) [py.warnings] /usr/src/homeassistant/homeassistant/core.py:1015: RuntimeWarning: coroutine 'GardenaSmartSystem.stop' was never awaited
while tasks := [
2024-12-18 11:15:19.575 WARNING (MainThread) [homeassistant.runner] Task could not be canceled and was still running after shutdown: <Task cancelling name='Task-209' coro=<SmartSystem.start_ws() running at /usr/local/lib/python3.13/site-packages/gardena/smart_system.py:198> wait_for=>
The text was updated successfully, but these errors were encountered: