{{ _('Plug & Charge – OCPP Certificates') }}
{{ _('Trigger OCPP certificate management calls (15118 root/leaf lifecycle) to connected stations.') }}
{% if fetch_error %}{{ _('Compose certificate request') }}
{{ _('Install/renew EVSE certificates, list installed certificates, or delete certificates via OCPP.') }}
{{ _('Connected stations') }}
{{ _('Check the connection before triggering certificate calls.') }}
| {{ _('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 certificate action.') }}
{{ response_payload | tojson(indent=2) }}
{% else %}
{{ _('No action executed yet.') }}
{% endif %}