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

Updated readme. Removed dc underdevelopment comment #272

Merged
merged 1 commit into from
Jul 10, 2023
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
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@ $ make run-evcc config=path_of_config_file
Supported settings in EVCC configuration are given below:


| Setting | Default Value | Description |
|----------------------- | ------------------------------------------------------------ |---------------------------------------------------------------------------------------------------------------------------------------------|
| supportedProtocols | `DIN_SPEC_70121,ISO_15118_2,ISO_15118_20_AC,ISO_15118_20_DC` | Enabled communication protocols on EVCC. NOTE: ISO 15118 DC support is still under development |
| supportedEnergyServices| `AC` | Selected energy services mode for EVCC. |
| useTls | `True` | Whether or not the EVCC signals the preference to communicate with a TLS connection |
| enforceTls | `False` | Whether or not the EVCC will only accept TLS connections |
| isCertInstallNeeded | `False` | Indicates if the installation of a contract certificate is needed |
| energyTransferMode | `AC_three_phase_core` | Energy transfer mode requested for the current charging session. |
| sdpRetryCycles | `1` | Indicates how often shall SDP (SECC Discovery Protocol) retries happen before reverting to using nominal duty cycle PWM-based charging |
| maxContractCerts | `3` | Maximum amount of contract certificates the EV stores. |
| maxSupportingPoints | `1024` | Indicates the maximum number of entries the EVCC supports within the sub-elements of a ScheduleTuple |
| Setting | Default Value | Description |
|----------------------- | ------------------------------------------------------------ |----------------------------------------------------------------------------------------------------------------------------------------|
| supportedProtocols | `DIN_SPEC_70121,ISO_15118_2,ISO_15118_20_AC,ISO_15118_20_DC` | Enabled communication protocols on EVCC. |
| supportedEnergyServices| `AC` | Selected energy services mode for EVCC. |
| useTls | `True` | Whether or not the EVCC signals the preference to communicate with a TLS connection |
| enforceTls | `False` | Whether or not the EVCC will only accept TLS connections |
| isCertInstallNeeded | `False` | Indicates if the installation of a contract certificate is needed |
| energyTransferMode | `AC_three_phase_core` | Energy transfer mode requested for the current charging session. |
| sdpRetryCycles | `1` | Indicates how often shall SDP (SECC Discovery Protocol) retries happen before reverting to using nominal duty cycle PWM-based charging |
| maxContractCerts | `3` | Maximum amount of contract certificates the EV stores. |
| maxSupportingPoints | `1024` | Indicates the maximum number of entries the EVCC supports within the sub-elements of a ScheduleTuple |


The SECC and EVCC have been tested together under:
Expand Down