13.1.27. PyEvJosev

This module implements an DIN70121, ISO15118-2 and ISO15118-20 EV using the Josev project.

13.1.27.1. Module Configuration

device:string <optional>
default: “eth0”
Ethernet device used for HLC. Any local interface that has an ipv6 link-local and a MAC addr will work.
supported_DIN70121:boolean <optional>
default: False
The EVSE supports the DIN SPEC
supported_ISO15118_2:boolean <optional>
default: False
The EVSE supports ISO15118-2
supported_ISO15118_20_AC:boolean <optional>
default: False
The EVSE supports ISO15118-20 AC
supported_ISO15118_20_DC:boolean <optional>
default: False
The EVSE supports ISO15118-20 DC
tls_active:boolean <optional>
default: False
If true, EVCC connects to SECC as TLS client
enforce_tls:boolean <optional>
default: False
The EVCC will enforce a TLS connection
is_cert_install_needed:boolean <optional>
default: False
If true, the contract certificate will be installed via the evse. And any existing contract certificate will also be overwritten.

13.1.27.2. Provides

This module implements the ISO15118-2 implementation of an EV

13.1.27.3. Metadata

13.1.27.3.1. Authors

Sebastian Lukas

13.1.27.3.2. License