./mockpoint
    Download

    Quick Start

    Run a scenario file to start simulating charge points against your CSMS.

    Basic Usage

    bash
    mockpoint run scenarios/basic.yaml

    With JSON Logging

    For machine parsing and automated processing:

    bash
    mockpoint run scenarios/basic.yaml --json

    Minimal Scenario File

    Create a basic scenario file to test connectivity:

    yaml
    name: "Connectivity Test"
    target: "ws://localhost:6602/ocpp"
    chargers:
      count: 1
      id_prefix: "TEST"
    steps:
      - action: bootNotification
      - action: heartbeat

    💡 Tip

    Start with a single charger to verify connectivity, then scale up gradually. The same scenario file always produces the same behavior due to .

    Related Topics

    Was this page helpful?