{{ _('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 %}{{ _('Manage routing rules') }}
{{ _('No charge points are known yet. Once data is collected, forwarding rules can be configured here.') }}
{% endif %}{{ _('Active routing configurations') }}
| {{ _('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.') }} | ||||