Skip to main content
API

Create a new charger to the system

x-ms-visibility: "important"

Use this endpoint to add a new charger to the system

Path Parameters
    chargerId string required

    This is globally an unique ID for the charger

    groupId int32 required

    This is globally an unique ID for the site

Request Body
    chargerName string
    locationInfo object
    latitude double
    longitude double
    streetAddress string nullable
    streetNumber string
    houseLetter string nullable
    postalNumber string
    city string nullable
    area string nullable
    country string nullable
    pushIntegrationEnabled boolean
    chargerSpecificMessageStructure boolean
    sockets object[]
  • Array [
  • type string
    maxPower string

    Deprecated

    status string
    name string
    id int32
    format string
    socketPowerType string
    maxWatts int32 nullable
    maxVoltage int32 nullable
    maxAmperage int32 nullable
    termsAndConditions uri
  • ]
  • evseId string

    Syntax according to eMI3 standard, for example: FRA23E45B*78C

    splitEvseBySocket boolean

    Default value: false

    if false, EVSE UID = chargerId; if true, EVSE UID = chargerId + socketId

    capabilities string[]
    integrationRelays string[]
Responses

Returns the ok message and created chargerId


Schema

    string

Loading...