Auke Willem Oosterhoff
Auke Willem Oosterhoff
> Another use-case would be to mask a Modbus RTU-only device with a TCP proxy to make it more widely available. @fleimgruber FWIW I had the same use case a...
Here they are: [JSON_schemas.zip](https://github.com/mobilityhouse/ocpp/files/6376584/JSON_schemas.zip)
Thanks for reporting the issue.
From what I understand you want to save the logs of this library to a file, correct? You can hook up a [`FileHandler`](https://docs.python.org/3/library/logging.handlers.html#logging.FileHandler) to to the `ocpp` logging handler. Something...
> I want to save the websocket incoming data as a string You can write your own websocket adapter that does that. See PR #181 that I just created to...
Changing type of `SetChargingProfilePayload.cs_charging_profiles` from `Dict` to `ChargingProfile` is a backwards incompatible change. However, you're right when you write "my understanding is we don't de-serialise back to the payload class...
The `connection` argument of `ChargePoint` must satisfy the interface `async def send(msg: str)` and `async def recv() -> str`. See https://github.com/mobilityhouse/ocpp/issues/94#issuecomment-643911096 . I don't know Django Channels, but I guess...
I'm afraid I can't help much. Your issue is tightly related to tkinter, a project I'm not familiar with. You mention that `tkinter` is working with threads. While this library...
> OCPP 2.0 is deprecated and we should use spec and schemas from 2.0.1 I think we should have support for both versions. I agree with you that people ideally...
> just support the official released versions. I think I agree with that. But OCPP 2.0 is an officially released version. It was released in April 2018. [Here a tweet...