./mockpoint
    Download

    Charger Configuration

    Configure the virtual charge point fleet in your scenario.

    Configuration Fields

    FieldTypeRequiredDescription
    countintegerYesNumber of virtual chargers to simulate
    id_prefixstringYesPrefix for charger IDs (e.g., "CP" → "CP001", "CP002", ...)
    modelstringNoCharger model name (for BootNotification)
    vendorstringNoVendor name (for BootNotification)
    client_certstringNoPath to client certificate file for mTLS
    client_keystringNoPath to client private key file for mTLS
    root_castringNoPath to custom root CA certificate

    Example with mTLS

    yaml
    chargers:
      count: 5
      id_prefix: "SECURE"
      vendor: "mockpoint"
      model: "Simulator-v1"
      client_cert: "/etc/mockpoint/certs/client.pem"
      client_key: "/etc/mockpoint/certs/client.key"
      root_ca: "/etc/mockpoint/certs/ca.pem"

    Related Topics

    Was this page helpful?