Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added OCPP 2.0.1 feature profiles and link to google sheet #370

Merged
merged 5 commits into from
Jan 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 29 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
krealyt marked this conversation as resolved.
Show resolved Hide resolved
- [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)
Expand All @@ -34,9 +35,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
krealyt marked this conversation as resolved.
Show resolved Hide resolved

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/

Expand All @@ -51,15 +52,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 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 | :heavy_check_mark: yes |
| Advanced Security | WIP |
| Local Auth List Management | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Local Auth List Management | |
| Local Auth List Management | :heavy_check_mark: yes |

Local Auth List is also already fully implemented

| Smart Charging | WIP |
| Advanced Device Management | |
| Advanced User Interface | |
| Reservation | |
| ISO 15118 support | WIP |

| Whitepapers & Application Notes | Supported |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| [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

## CSMS Compatibility

Expand Down