Skip to content

Commit

Permalink
Updated readme. Removed dc underdevelopment comment (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 authored Jul 10, 2023
1 parent aa9466b commit 5610324
Showing 1 changed file with 11 additions and 11 deletions.
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

0 comments on commit 5610324

Please sign in to comment.