{% extends "op_zz_frame.html" %} {% block centercontent %} {{ _('Edit wallbox') }} {{ _('Configure routing, authentication, and optional monitoring in the sections below.') }} {{ _('Basic data') }} {{ _('Define the source address and optionally choose a predefined forwarding target.') }} {{ _('Source URL') }} {{ _('Predefined route') }} {{ _('— manual entry —') }} {% for t in targets %} {{ t.short_name }} {% endfor %} {{ _('Target WS URL') }} {{ _('The WebSocket address is completed automatically when a route is selected.') }} {{ _('Comment') }} {{ _('Public EVSE ID') }} {{ _('Unique ID for the public EVSE entry (one per wallbox).') }} {{ _('Tenant assignment') }} {{ _('Optionally assign the wallbox to a tenant. Without selection it remains with the admin tenant.') }} {{ _('Tenant') }} {{ _('Admin') }} {% for tenant in tenants %} {{ tenant.name }} {% endfor %} {{ _('The selection controls which tenant the wallbox belongs to.') }} {{ _('Location & remote access') }} {{ _('Optional information about the station and its remote access.') }} {{ _('Location') }} {{ _('Location link') }} {{ _('WebUI remote access URL') }} {{ _('Load management remote access URL') }} {{ _('Backend authentication') }} {{ _('Optional Basic Auth credentials for backend requests.') }} {{ _('Backend basic username') }} {{ _('Backend basic password') }} {{ _('OCPP connection') }} {{ _('Define which OCPP version the wallbox should use.') }} {{ _('OCPP version') }} {{ _('Auto (1.6 or 2.0.1)') }} {{ _('OCPP 1.6') }} {{ _('OCPP 2.0.1') }} {{ _('With a fixed selection the broker only accepts the chosen protocol.') }} {{ _('Current connection') }} {% if connection_protocol_error %} {{ connection_protocol_error }} {% elif connection_protocol %} {{ connection_protocol }} {% else %} {{ _('Not Connected') }} {% endif %} {{ _('Routing & monitoring') }} {{ _('Control behavior and optional forwarding.') }} {{ _('Activity') }} {{ _('Allow') }} {{ _('Block') }} {{ _('Enable MQTT forwarding') }} {{ _('PnC enabled') }} {{ _('Log WebSocket ping/pong') }} {{ _('Strict availability') }} {{ _('Enable charging analytics') }} {{ _('Extended session log') }} {{ _('Store detailed session records and summary emails for this wallbox.') }} {{ _('Notify on disconnect/reconnect') }} {{ _('Notification email') }} {{ _('Send an email if the wallbox is offline for 30+ minutes and when it reconnects. Separate multiple addresses with semicolons; spaces are trimmed.') }} {{ _('Mail-Testversand') }} {{ _('OCPI backend assignment') }} {{ _('Activate the desired backends and optionally assign priorities.') }} {{ _('Backend') }} {{ _('Active') }} {{ _('Priority') }} {% for backend in row.available_ocpi_backends %} {% set assignment = row.ocpi_assignment_map.get(backend.backend_id) %} {{ backend.name }} {% endfor %} {% if not row.available_ocpi_backends %} {{ _('No OCPI backends configured. Please add them under "{menu}" first.', menu='' ~ _('OCPI Backends') ~ '')|safe }} {% endif %} {{ _('Ping monitoring (24h)') }} {{ _('Manage local list') }} {{ _('Cancel') }} {{ _('Save') }} {% endblock %}
{{ _('Configure routing, authentication, and optional monitoring in the sections below.') }}
{{ _('Define the source address and optionally choose a predefined forwarding target.') }}
{{ _('Optionally assign the wallbox to a tenant. Without selection it remains with the admin tenant.') }}
{{ _('Optional information about the station and its remote access.') }}
{{ _('Optional Basic Auth credentials for backend requests.') }}
{{ _('Define which OCPP version the wallbox should use.') }}
{{ _('Control behavior and optional forwarding.') }}
{{ _('Activate the desired backends and optionally assign priorities.') }}