ChargeLink Documentation Logo

Overview

  • What ChargeLink is
  • Simulator roles: EVSE, EVCC, and bench-linked execution
  • Standards, protocols, and conformance position
  • Product status and claim boundaries

Getting started

  • Installation and workstation preparation
  • Quickstart: first EVSE session, first campaign, first report

Guides

  • Guide: EVSE operations
  • Guide: EVCC operations and backend orchestration
  • Guide: scenarios, campaigns, packages, qualification, and suites
  • Guide: trace, replay, diagnostics, reporting, and artifacts
  • Guide: MCS, HIL, and bench proof
  • Guide: UI and API surfaces

Reference

  • Data and artifacts reference
  • Profile catalog
  • Hardware profile reference
  • Package and suite catalog
  • API reference overview
  • chargelink-monitor
  • CLI reference
    • chargelink evse
    • chargelink evcc
    • chargelink hil
    • chargelink scenario
    • chargelink campaign
    • chargelink qualification
    • chargelink suite
    • chargelink report
    • chargelink trace
    • chargelink replay
    • chargelink lab
    • chargelink beckhoff
    • chargelink protocol
    • chargelink artifacts
    • chargelink sequence
    • chargelink macro
    • chargelink verdict
    • chargelink step
    • chargelink profile
    • chargelink template
    • chargelink library
    • chargelink batch
    • chargelink campaign-stress
    • chargelink service
    • chargelink requirements
    • chargelink backend
      • Reference syntax
      • Subcommands
      • list
        • CLI help
        • Production examples
      • doctor
        • CLI help
        • Production examples
    • chargelink evidence
    • chargelink audit
    • chargelink ports
    • chargelink env
    • chargelink capture
    • chargelink ci
    • chargelink sessions
    • chargelink fault
    • chargelink network
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink backend
  • View page source

chargelink backend

Inspect and diagnose EVCC backend adapters.

Reference syntax

usage: chargelink backend [-h] {list,doctor} ...

positional arguments:
  {list,doctor}

options:
  -h, --help     show this help message and exit

Subcommands

Subcommand

Purpose

list

List EVCC backends and adapter capability metadata.

doctor

Run readiness or dry-run checks for a backend adapter.

list

List EVCC backends and adapter capability metadata.

CLI help

usage: chargelink backend list [-h] [--output OUTPUT]

options:
  -h, --help       show this help message and exit
  --output OUTPUT

Production examples

List the current catalog.

chargelink backend list

Write the catalog to JSON.

chargelink backend list --output 'artifacts/backend/list.json'

doctor

Run readiness or dry-run checks for a backend adapter.

CLI help

usage: chargelink backend doctor [-h] [--backend BACKEND] [--mode MODE]
                                 [--output OUTPUT]

options:
  -h, --help         show this help message and exit
  --backend BACKEND
  --mode MODE
  --output OUTPUT

Production examples

Dry-run the native backend.

chargelink backend doctor --backend 'native' --mode 'dry_run' --output 'artifacts/backends/native_doctor.json'

Dry-run the Josev adapter backend.

chargelink backend doctor --backend 'josev' --mode 'dry_run' --output 'artifacts/backends/josev_doctor.json'
Previous Next

© Copyright 2026, devLink AB.

Built with Sphinx using a theme provided by Read the Docs.