Chargepoint {{ station_id }}

{% if target %}
Name WS URL
{{ target.short_name }} {{ target.ws_url }}
{% endif %}
OCPP-Versionen
OCPP Inbound
{{ ocpp_versions.inbound or '–' }}
OCPP Outbound
{{ ocpp_versions.outbound or '–' }}
BootNotification Info
{% if bootnotification_info and bootnotification_info.timestamp_display %} Stand: {{ bootnotification_info.timestamp_display }} {% endif %}
{% if bootnotification_info %} {% if bootnotification_info.error %}

{{ bootnotification_info.error }}

{% else %}
{% for field in bootnotification_info.fields %} {% endfor %}
Feld Wert
{{ field.label }} {{ field.value }}
{% endif %} {% else %}

Keine BootNotification-Informationen verfügbar.

{% endif %}
Letzte Autorisierungen
Alle anzeigen
{% if recent_auth_logs %}
{% for log in recent_auth_logs %} {% endfor %}
Zeitpunkt Quelle Benutzer Passwort
{{ log.created_at.strftime('%Y-%m-%d %H:%M:%S') if log.created_at else '-' }} {{ log.used_auth_source or '-' }} {{ log.incoming_auth_username or '-' }} {{ log.incoming_auth_password or '-' }}
{% else %}

Für diese Wallbox liegen noch keine Autorisierungsereignisse vor.

{% endif %}

Konfiguration {{ station_id }}