From 4c95320f434f95ecbb88928ebb6a696d222b7fd9 Mon Sep 17 00:00:00 2001 From: "Robert de Leeuw, PIONIX" Date: Wed, 20 Dec 2023 15:09:24 +0100 Subject: [PATCH 1/5] Added OCPP 2.0.1 feature profiles and link to google sheet Signed-off-by: Robert de Leeuw, PIONIX --- README.md | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dcfe27f8f..cd59a4fa8 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ Libocpp provides a complete implementation of OCPP 1.6. The implementation of OC - [Unit testing](#unit-testing) - [Building with FetchContent instead of EDM](#building-with-fetchcontent-instead-of-edm) -## Feature Support +## OCPP 1.6 Support -The following tables show the current support for the listed feature profiles / functional blocks and application notes. +The following tables show the current support for the listed OCPP 1.6 feature profiles / functional blocks and application notes. All documentation and the issue tracking can be found in our main repository here: https://github.com/EVerest/ @@ -51,15 +51,35 @@ All documentation and the issue tracking can be found in our main repository her | Smart Charging | :heavy_check_mark: yes | | Remote Trigger | :heavy_check_mark: yes | -| Whitepapers | Supported | +| Whitepapers & Application Notes | Supported | | ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | | [OCPP 1.6 Security Whitepaper (3rd edition)](https://www.openchargealliance.org/uploads/files/OCPP-1.6-security-whitepaper-edition-3.zip) | :heavy_check_mark: yes | | [Using ISO 15118 Plug & Charge with OCPP 1.6](https://www.openchargealliance.org/uploads/files/ocpp_1_6_ISO_15118_v10.pdf) | :heavy_check_mark: yes | +| [OCPP & California Pricing Requirements](https://www.openchargealliance.org/uploads/files/ocpp_and_dms_evse_regulation-v2.0.pdf) | | ### Support for OCPP 2.0.1 -The development of OCPP2.0.1 has already started and is in progress. See also the general roadmap of EVerest: -https://github.com/EVerest/EVerest/blob/main/tsc/ROADMAP.md +The development of OCPP2.0.1 is in progress. +[For details, see the sheet with the current implementation status.](https://docs.google.com/spreadsheets/d/1NXEa7d0pkT4_1L9lZ9RpiLHGPtTKoqwPsKLJPjTZ_vM/edit?usp=sharing) + +### Feature Profile Support OCPP 2.0.1 + +| Feature Profile | Supported | +| -------------------------- | ------------------------- | +| Core | WIP | +| Advanced Security | WIP | +| Local Auth List Management | | +| Smart Charging | | +| Advanced Device Management | | +| Advanced User Interface | | +| Reservation | | +| ISO 15118 support | | + +| Whitepapers & Application Notes | Supported | +| ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | +| [OCPP & California Pricing Requirements](https://www.openchargealliance.org/uploads/files/ocpp_and_dms_evse_regulation-v2.0.pdf) | | + + ## CSMS Compatibility From 8e05ce7db8fa779653ba5532b4855de3b06d0b7c Mon Sep 17 00:00:00 2001 From: Krealyt Date: Wed, 27 Dec 2023 10:36:35 +0100 Subject: [PATCH 2/5] Changed status of OCPP 2.0.1 Core from WIP to YES Signed-off-by: Krealyt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd59a4fa8..5086cb413 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The development of OCPP2.0.1 is in progress. | Feature Profile | Supported | | -------------------------- | ------------------------- | -| Core | WIP | +| Core | :heavy_check_mark: yes | | Advanced Security | WIP | | Local Auth List Management | | | Smart Charging | | From 5bba83d4e9458e57bf17dde6ca24667ef3bb3b98 Mon Sep 17 00:00:00 2001 From: Krealyt Date: Wed, 27 Dec 2023 10:38:35 +0100 Subject: [PATCH 3/5] Changed status of smart charging to WIP Signed-off-by: Krealyt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5086cb413..e9941a780 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The development of OCPP2.0.1 is in progress. | Core | :heavy_check_mark: yes | | Advanced Security | WIP | | Local Auth List Management | | -| Smart Charging | | +| Smart Charging | WIP | | Advanced Device Management | | | Advanced User Interface | | | Reservation | | From 52a6469009d94f4f9824aa1ae9338f7cd19b6bc0 Mon Sep 17 00:00:00 2001 From: Krealyt Date: Wed, 3 Jan 2024 15:55:03 +0100 Subject: [PATCH 4/5] Fixed heading hierarchy Signed-off-by: Krealyt --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9941a780..828114cad 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Libocpp provides a complete implementation of OCPP 1.6. The implementation of OC ## Table of contents - [C++ implementation of OCPP](#c-implementation-of-ocpp) - [Table of contents](#table-of-contents) - - [Feature Support](#feature-support) + - [OCPP 1.6 Support](#feature-support) - [Feature Profile Support OCPP 1.6](#feature-profile-support-ocpp-16) - - [Support for OCPP 2.0.1](#support-for-ocpp-201) + - [Support for OCPP 2.0.1](#support-for-ocpp-201) + - [Feature Profile Support OCPP 2.0.1](#feature-profile-support-ocpp-201) - [CSMS Compatibility](#csms-compatibility) - [CSMS Compatibility OCPP 1.6](#csms-compatibility-ocpp-16) - [CSMS Compatibility OCPP 2.0.1](#csms-compatibility-ocpp-201) @@ -57,7 +58,7 @@ All documentation and the issue tracking can be found in our main repository her | [Using ISO 15118 Plug & Charge with OCPP 1.6](https://www.openchargealliance.org/uploads/files/ocpp_1_6_ISO_15118_v10.pdf) | :heavy_check_mark: yes | | [OCPP & California Pricing Requirements](https://www.openchargealliance.org/uploads/files/ocpp_and_dms_evse_regulation-v2.0.pdf) | | -### Support for OCPP 2.0.1 +## Support for OCPP 2.0.1 The development of OCPP2.0.1 is in progress. [For details, see the sheet with the current implementation status.](https://docs.google.com/spreadsheets/d/1NXEa7d0pkT4_1L9lZ9RpiLHGPtTKoqwPsKLJPjTZ_vM/edit?usp=sharing) From 239548d2229973f375b5f8809fb2a58df1c29c6d Mon Sep 17 00:00:00 2001 From: Manuel Ziegler <113091917+krealyt@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:37:21 +0100 Subject: [PATCH 5/5] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Piet Gömpel <37657534+Pietfried@users.noreply.github.com> Signed-off-by: Manuel Ziegler <113091917+krealyt@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 828114cad..aab4d7fb4 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The development of OCPP2.0.1 is in progress. | Advanced Device Management | | | Advanced User Interface | | | Reservation | | -| ISO 15118 support | | +| ISO 15118 support | WIP | | Whitepapers & Application Notes | Supported | | ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |