nickbedbury
nickbedbury
Not specific to the `@after` tag, but I have some code I could add to the `v16/central_system.py` example if interested. I wasn't sure of the process for getting it into...
I created this PR: https://github.com/mobilityhouse/ocpp/pull/286
I had tried with `interchar_multiplier=2` and `interframe_multiplier=5` but that didn't seem to be enough without the extra sleep I introduced.
I think am also having this issue. `bleak==0.14.3` and `bleak-winrt==1.1.1` on Windows 10 Pro. Sometimes I see the log message `Services resolved for BleakClientWinRT ` but it does not seem...
I see similar behavior with the `connect_by_bledevice.py` example from this repo, so that might be a minimal reproducible test case. ``` >python connect_by_bledevice.py Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python39-32\lib\asyncio\locks.py",...
I updated to `bleak==0.15.1` and am able to connect now. I haven't done an exhaustive test, but 5 attempts were successful in a row, which seems improved from before. The...