10.2.2. ISO15118_ev¶
This interface defines a simple ISO15118 ev.
10.2.2.1. Variables¶
V2G_Session_Finished:null
The v2g session between the charger and the car is finished
AC_EVPowerReady:boolean
The car is ready for power (HLC)
AC_EVSEMaxCurrent:number
EVSE max current per phase
AC_StopFromCharger:null
The charger wants to stop the charging process
DC_PowerOn:null
The ev wants to close the dc contactors
10.2.2.2. Commands¶
start_charging:boolean
Start the ev charging process
PaymentOption:string
This element is used for indicating the payment type
enum: Contract, ExternalPayment
EnergyTransferMode:string
Selected energy transfer mode for charging that is requested by the EVCC
enum: AC_single_phase_core, AC_three_phase_core, DC_core, DC_extended, DC_combo_core, DC_unique
Result:boolean
Returns true if the evcc simulation started
stop_charging:void
Stop the ev charging communication process
pause_charging:void
Pause the ev charging communication process
set_fault:void
TODO_SL: Set the different ev faults to communicate these errors to the charging station
set_dc_params:void
Set the target parameters for a dc charging process
EV_Parameters:object (iso15118_ev-DC_EVParameters)
Target parameters for dc charging
There is an extended definition for this object here.