{{ _('Core CPMS – Chargepoint Status') }}
{{ _('Latest status updates for all charge points based on the most recent StatusNotifications.') }}
{% if error_message %}{{ _('Response from the OCPP server') }}
{% if response_payload is mapping or response_payload is sequence %}{{ response_payload | tojson(indent=2) | safe }}{% else %}{{ response_payload }}{% endif %}
| {{ _('Status') }} | {{ _('Station') }} | {{ _('Connector') }} | {{ _('Status message') }} | {{ _('Error Code') }} | {{ _('Info') }} | {{ _('Vendor') }} | {{ _('Reported') }} | {{ _('Updated') }} |
|---|---|---|---|---|---|---|---|---|
| {{ entry.indicator }} | {{ entry.chargepoint_id or '-' }} | {{ entry.connector_id }} | {{ entry.status }} | {{ entry.error_code }} | {{ entry.info }} | {{ entry.vendor_id }} | {{ entry.status_timestamp or '-' }} | {{ entry.updated_at or '-' }} |
| {{ _('No status messages are available yet.') }} | ||||||||