{{ _('Plug & Charge – OCPP commands') }}
{{ _('Send RemoteStart/Stop, resets, or diagnostic requests to connected stations with Plug & Charge metadata.') }}
{% if fetch_error %}{{ _('Compose command') }}
{{ _('Validates the connection before sending and records the action with PnC metadata.') }}
{{ _('Connected stations') }}
{{ _('Check the connection before triggering a PnC command.') }}
| {{ _('Station') }} | {{ _('Since') }} | {{ _('Connectors') }} |
|---|---|---|
| {{ station.station_id }} |
{{ station.connected_since_display or '–' }}
{{ station.availability_display }}
|
{% if station.connectors %}
|
{{ _('Response / audit') }}
{{ _('Shows the structured results of the last action.') }}
{{ response_payload | tojson(indent=2) }}
{% else %}
{{ _('No action executed yet.') }}
{% endif %}