ocpp icon indicating copy to clipboard operation
ocpp copied to clipboard

missing datatypes.py and enums.py in v2.0?

Open tb-78e opened this issue 4 years ago • 1 comments

Good morning,

I've been sucessfully implementing an ocpp-backend in v2.0.1 and I also need v2.0. But it seems that datatypes.py and enums.py files are missing in v2.0.

Is this to bee expected, and I don't need them for a sucessfull v2.0 implementation? If not, would you be so kind and update them?

Cheers

tb-78e avatar Jan 18 '22 08:01 tb-78e

Hello @tb-78e,

I've not time planned to work on this myself. But I'm happy to receive a PR.

OrangeTux avatar Jan 20 '22 08:01 OrangeTux

In OCPP 2.0.1 section 1.1. It states that OCPP 2.0.1 version replaces OCPP 2.0. Moreover, OCA advises implementers of OCPP to no longer implement OCPP 2.0 and only use version 2.0.1 going forward. So it envisioned to reflect this that 2.0 will be removed from the library in future releases of 1.x +

Jared-Newell-Mobility avatar Sep 12 '23 09:09 Jared-Newell-Mobility