Auke Willem Oosterhoff
Auke Willem Oosterhoff
@mdwcrft I invited you as owner of the pypi project. I failed to give you access to the project on RTD:  Can you check that you created an account...
@Jared-Newell-Mobility I noticed that you already revoked your own access on pypi.org and Github. I also removed your access from the project on ReadTheDocs. @tropxy You still have admin access...
@Abiorh001 Thanks for your offer! Contributors in the form of pull requests or reviews are always welcome.
@mdwcrft The invitation on RTD is pending.
Thanks @Yoshida-Taisei and @a-alak! I leave the organization of this project to the new maintainers. Please check with them how to contribute.
I agree with @astrand here. The `@after` handler is executed after the response of `StartTransaction` has been sent. Can you artificially inject a `await asyncio.sleep(5)` in the `@after()` handler? Does...
Just to make sure I understand this right. From the perspective of the CSMS, the SetChargingProfile response sent first, followed by a SetChargingProfile request. The charger receives the 2 message...
I'm hesitant to introduce an artificial sleep. It makes a request/response sequence slower for everyone without guaranteeing the issue is solved in all cases.
I would expect that `sleep(0)` would have the same effect. But it doesn't. I'd like to know why that that is. Can you reproduce the issue isolated in a unit...
Thanks for your elaborate report. I'm curious why validation fails, though. The schemas for OCPP 1.6 limit the decimal points of a few number types to 1. It does so...