{% extends "pages/base.html" %} {% load i18n %} {% block title %}{% trans "Charge Points" %}{% endblock %} {% block content %}
{% trans "Everyone is welcome to use this demo to test their charge points." %}
{% blocktrans with limit=ws_rate_limit %}Rate limiting applies (maximum {{ limit }} simultaneous connections per IP).{% endblocktrans %}
{% blocktrans %}Use the following WebSocket URL format, replacing <CHARGE_POINT_ID> with your charge point identifier:{% endblocktrans %}
{{ demo_ws_url }}
{% blocktrans trimmed %}You may also provide the identifier as a query parameter using any of the following names: cid, chargePointId, charge_point_id, chargeBoxId, charge_box_id, or chargerId.{% endblocktrans %}
| {% trans "Name" %} | {% trans "Serial Number" %} | {% trans "Total kW" %} | {% trans "Today's kW" %} | {% trans "Last Session" %} | {% trans "Status" %} |
|---|