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 EVCC backends and adapter capability metadata. |
|
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'