Detected blocking call to open with args
Describe the bug
Loosing connection to my wallbox pulsar plus i suspect this is the reason.
To Reproduce Fault log: Logger: homeassistant.util.loop Kilde: util/loop.py:136 Første forekomst: 16.51.13 (1 forekomster) Senest logget: 16.51.13
Detected blocking call to open with args ('/usr/local/lib/python3.12/site-packages/ocpp/v16/schemas/BootNotification.json', 'r') inside the event loop by custom integration 'ocpp' at custom_components/ocpp/api.py, line 1010: await super()._handle_call(msg) (offender: /usr/local/lib/python3.12/site-packages/ocpp/messages.py, line 164: with open(path, "r", encoding="utf-8-sig") as f:), please create a bug report at https://github.com/lbbrhzn/ocpp/issues For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open Traceback (most recent call last): File "
Expected behavior A clear and concise description of what you expected to happen.
Which version of the integration are you using?
I am using OCPP v0.5.10, and HA is as follows: Core 2024.9.1 Supervisor 2024.08.0 Operating System 13.1 Brugerflade 20240906.0
Its running on a HA Yellow....
try v0.5.11
try v0.5.11
Thx. I'll do that.
unfortunately something went wrong when releasing v0.5.11, it does not work. Please try v0.5.12 instead.
See #1199
See #1199
Thx - i hope that will fix my issue :)
unfortunately something went wrong when releasing v0.5.11, it does not work. Please try v0.5.12 instead.
Thank you very much, but i am still having connectivity issues. - Looks like it could be the problem described in #1199 as according to comment from drc38 below :)
The warning and issue with blocking is unlikely to be related to your connectivity issues as the blocking code will still run. Enable debug and take a closer look through the logs.
Stale issue message