Charger Configuration
Configure the virtual charge point fleet in your scenario.
Configuration Fields
| Field | Type | Required | Description |
|---|---|---|---|
| count | integer | Yes | Number of virtual chargers to simulate |
| id_prefix | string | Yes | Prefix for charger IDs (e.g., "CP" → "CP001", "CP002", ...) |
| model | string | No | Charger model name (for BootNotification) |
| vendor | string | No | Vendor name (for BootNotification) |
| client_cert | string | No | Path to client certificate file for mTLS |
| client_key | string | No | Path to client private key file for mTLS |
| root_ca | string | No | Path 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?