chargerConfigBodyObj
maxPowerKwnumber
Max charge rate for charger (in kW)
Example:
7defaultChargePowerKwnumber
Default charge rate if none is specified (in kW)
Example:
5plugAndChargeboolean
Charge session started on plug event
Example:
trueauthorizationEnabledboolean
Authorization required before starting charge session
Example:
truelocalAuthorizeOfflineboolean
Allow authorization of charge session when offline
Example:
truelocalAuthListEnabledboolean
Allow charger to store local authorization methods (i.e. RFID)
Example:
truesolarModulationEnabledboolean
Enable solar modulation mode
Example:
falsesolarCurrentFromGridnumber
Energy (in kW) which can be drawn from grid while in solar mode
Example:
0solarStableTimeinteger
Amount of time (in seconds) power from solar needs to be stable before enabling solar modulation
Example:
0nominalVoltageinteger
Nominal voltage of the charger (internal field)
Example:
230nPhasesinteger
Number of phases (internal field)
Example:
1maxRandomStartDelaySecondsinteger
Maximum random start delay in seconds (internal field)
Example:
600chargerConfigBodyObj
{
"maxPowerKw": 7,
"defaultChargePowerKw": 5,
"plugAndCharge": true,
"authorizationEnabled": true,
"localAuthorizeOffline": true,
"localAuthListEnabled": true,
"solarModulationEnabled": false,
"solarCurrentFromGrid": 0,
"solarStableTime": 0,
"nominalVoltage": 230,
"nPhases": 1,
"maxRandomStartDelaySeconds": 600
}