-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Warning: Detected blocking call to sleep inside the event loop #39
Comments
The option "update_immediately_after_write" is not working and currently not used. So this is not really a problem. |
It is used though, otherwise you wouldn't get this message. |
You just have to move the wait & read to a separate thread I think. |
Hmm, I see the entities themselves aren't async friendly yet. |
Should be fixed in the future with the new integration. |
This issue is closed as "will be solved with the new integration", but I do still get this error with 2023.10.12 Beta:
|
This is part of the underlying package: https://github.com/Bouni/python-luxtronik |
2022-11-23 21:50:51.926 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for luxtronik2 doing blocking calls at custom_components/luxtronik2/luxtronik_device.py, line 151: time.sleep(3)
The text was updated successfully, but these errors were encountered: