{{ _('Plug & Charge – OCPP commands') }}

{{ _('Send RemoteStart/Stop, resets, or diagnostic requests to connected stations with Plug & Charge metadata.') }}

{% if fetch_error %} {% endif %} {% if error_message %} {% endif %} {% if success_message %} {% endif %}
{{ _('Compose command') }}

{{ _('Validates the connection before sending and records the action with PnC metadata.') }}

{% for station in stations %} {% for connector in station.connectors %} {% endfor %} {% endfor %}
{{ _('Optional correlation value (e.g. SessionID or EMP/CPO PartnerSessionID).') }}
{{ _('Connected stations') }}

{{ _('Check the connection before triggering a PnC command.') }}

{% for station in stations %} {% endfor %}
{{ _('Station') }} {{ _('Since') }} {{ _('Connectors') }}
{{ station.station_id }}
{{ station.connected_since_display or '–' }}
{{ station.availability_display }}
{% if station.connectors %}
    {% for connector in station.connectors %}
  • {{ connector.connector_id }} – {{ connector.status }}{% if connector.transaction_id %} (TX {{ connector.transaction_id }}){% endif %}{% if connector.start_method %} [{{ connector.start_method }}]{% endif %}
  • {% endfor %}
{% else %} {{ _('No details') }} {% endif %}
{{ _('Response / audit') }}

{{ _('Shows the structured results of the last action.') }}

{% if response_payload %}
{{ response_payload | tojson(indent=2) }}
{% else %}

{{ _('No action executed yet.') }}

{% endif %}