Closed arpitgupta closed 1 month ago
@arpitgupta Thank you for reporting the issue. I think the 2.5.10-beta.1 version should fix the warning.
Running 2.5.11
Logger: homeassistant.util.loop Source: util/loop.py:136 First occurred: 7:22:26 AM (1 occurrences) Last logged: 7:22:26 AM
Detected blocking call to open with args ('/usr/local/lib/python3.12/site-packages/pytz/zoneinfo/US/Pacific', 'rb') inside the event loop by custom integration 'eyeonwater' at custom_components/eyeonwater/coordinator.py, line 43: await meter.read_historical_data( (offender: /usr/local/lib/python3.12/site-packages/pytz/init.py, line 108: return open(filename, 'rb')), please report it to the author of the 'eyeonwater' custom integration For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open Traceback (most recent call last): File "
@bsp9493 could you please test v2.5.12-beta.1? It was reported that the blocking call resolution breaks whole integration. I'm using the v2.5.12-beta.1 version and do not see any issues, but I would like to receive another confirmation before I release v2.5.12 officially. Thank you for your assistance!
Will load shortly and let you know.dOn Sep 27, 2024, at 6:44 AM, Konstantin Deev @.***> wrote: @bsp9493 could you please test v2.5.12-beta.1? It was reported that the blocking call resolution breaks whole integration. I'm using the v2.5.12-beta.1 version and do not see any issues, but I would like to receive another confirmation before I release v2.5.12 officially. Thank you for your assistance!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
Up and running 24 hrs plus, looks good:)Thanx!dOn Sep 27, 2024, at 7:17 AM, David Morhun @.> wrote:Will load shortly and let you know.dOn Sep 27, 2024, at 6:44 AM, Konstantin Deev @.> wrote: @bsp9493 could you please test v2.5.12-beta.1? It was reported that the blocking call resolution breaks whole integration. I'm using the v2.5.12-beta.1 version and do not see any issues, but I would like to receive another confirmation before I release v2.5.12 officially. Thank you for your assistance!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
Nope…Issue is back with release version….Switched back to betaLogger: homeassistant.util.loopSource: util/loop.py:136First occurred: 6:00:36 PM (1 occurrences)Last logged: 6:00:36 PMDetected blocking call to open with args ('/usr/local/lib/python3.12/site-packages/pytz/zoneinfo/US/Pacific', 'rb') inside the event loop by custom integration 'eyeonwater' at custom_components/eyeonwater/coordinator.py, line 43: await meter.read_historical_data( (offender: /usr/local/lib/python3.12/site-packages/pytz/init.py, line 108: return open(filename, 'rb')), please report it to the author of the 'eyeonwater' custom integration For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open Traceback (most recent call last): File "
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
Need to reopen this one…
please see my previous post after upgrade to release version
Running v2.5.9 HA: 2024.9.1