Skip to main content

/v1/configuration GET

The /charging endpoint provides momentary information about the current charging process.

Values

  • pdName - string - Name of the Power Domain
  • ctrlrName - string - Name of the Controller
  • sessionId - string - UUID of the charging current session
  • effectiveAmperageLimit - int - Absolute amperage limit of the EVSE
  • hasPhaseRotation - bool - Indicates if the EVSE has phases rotated by 120°
  • hasPhaseStShutoff - bool - Indicates if the EVSE has a phase shutoff relay
  • hasPhaseSTTurnon - bool - Indicates if the EVSE has a phase turn on relay

Example Output

http://127.0.0.1/api/v1/configuration
{
"powerDomainName":"Zuhause",
"controllerName":"Garage",
"sessionId":"0b8cd3b0-5412-e569-9a39-ed3d1c2fa956",
"effectiveAmperageLimit":32,
"hasPhaseRotation":false,
"hasPhaseShutoff":false,
"hasPhaseSTTurnon": true
}