Core CPMS – CP Metadata
Verwalten Sie OICP-Metadaten für {{ metadata.chargepoint_id }}.
{% if error_message %}- Zeitpunkt
- {{ metadata.last_data_push_at or '-' }}
- Aktion
- {{ metadata.last_data_push_action or '-' }}
- Status
- {% set success = metadata.last_data_push_success %} {% if success is none %} unbekannt {% elif success %} erfolgreich {% else %} fehlgeschlagen {% endif %} {{ metadata.last_data_push_status or 'keine Statusmeldung' }}
- Zeitpunkt
- {{ metadata.last_status_push_at or '-' }}
- Aktion
- {{ metadata.last_status_push_action or '-' }}
- EVSE-Status
- {{ metadata.last_status_value or '-' }}
- Status
- {% set success = metadata.last_status_push_success %} {% if success is none %} unbekannt {% elif success %} erfolgreich {% else %} fehlgeschlagen {% endif %} {{ metadata.last_status_push_status or 'keine Statusmeldung' }}
Status: {{ sync_status_text }}
{% endif %} {% if sync_response is mapping or (sync_response is sequence and sync_response is not string) %}{{ sync_response | tojson(indent=2) }}
{% else %}
{{ sync_response }}
{% endif %}