{{ _('OCPP Routing – Configuration') }}

{{ _('Create digital twins of charge points that connect to additional OCPP backends. The twins behave like the original charger, emit the same signals, and process the responses.') }}

{% if error_message %} {% endif %} {% if success_message %} {% endif %}
{{ _('Manage routing rules') }}
{% if chargepoints %}
{% for option in options %}
{% endfor %}
{% else %}

{{ _('No charge points are known yet. Once data is collected, forwarding rules can be configured here.') }}

{% endif %}
{{ _('Active routing configurations') }}
{% if configuration_entries %} {% for entry in configuration_entries %} {% endfor %} {% else %} {% endif %}
{{ _('Chargepoint') }} {{ _('OCPP backend URL') }} {{ _('OCPP protocol') }} {{ _('Active OCPP messages') }} {{ _('Actions') }}
{{ entry.chargepoint_id }} {{ entry.backend_url or '-' }} {{ entry.protocol or '-' }} {% if entry.all_enabled %} {{ entry.all_label }} {% elif entry.enabled_labels %} {% for label in entry.enabled_labels %} {{ label }} {% endfor %} {% else %} {{ _('No messages enabled') }} {% endif %}
{{ _('No routing rules have been saved yet.') }}