10.1.27. PyJosev

This module includes a DIN70121, ISO15118-2 and ISO15118-20 implementation by the Josev project

10.1.27.1. Module Configuration

device:string
default: eth0
Ethernet device used for HLC. Any local interface that has an ipv6 link-local and a MAC addr will work.
enforce_tls:boolean
default: False
The SECC will enforce a TLS connection
supported_DIN70121:boolean
default: False
The EVSE supports the DIN SPEC
supported_ISO15118_2:boolean
default: True
The EVSE supports ISO15118-2
supported_ISO15118_20_AC:boolean
default: False
The EVSE supports ISO15118-20 AC
supported_ISO15118_20_DC:boolean
default: False
The EVSE supports ISO15118-20 DC
free_cert_install_service:boolean
default: False
The certificate install service is free
allow_cert_install_service:boolean
default: False
The SECC allows the car to install certificates when necessary
ignore_physical_values_limits:boolean
default: False
Set to True if Josev should ignore the physical value limits. This way the charging process will not be terminated if e.g. the EV requests more than 400A
ciphersuites:string
default: TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDH-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256
Ciphersuites that are supported by SECC when starting TLS server
verify_contract_cert_chain:boolean
default: False
Specifies if the EVSE should verify the contract certificate chain locally.

10.1.27.2. Provides

This module implements the ISO15118-2 implementation of an AC or DC charger

10.1.27.3. Metadata

10.1.27.3.1. Authors

Sebastian Lukas

10.1.27.3.2. License