Active Sessions
{{ sessions|length }} activeData source: {{ endpoint }}
{% if error_message %}| Station | Connector | Transaction | RFID | Start | Duration | Meter Start |
|---|---|---|---|---|---|---|
| {{ session.station_id or '-' }} | {{ session.connector_id or '-' }} | {{ session.transaction_id or '-' }} | {{ session.id_token or '-' }} | {{ session.start_display or '-' }} |
{% if session.duration %}
{{ session.duration }}
{% if session.duration_seconds is not none %}
{{ session.duration_seconds }} s
{% endif %}
{% else %}-{% endif %}
|
{% if session.meter_start_kwh is not none %} {{ '%.3f'|format(session.meter_start_kwh) }} kWh {% elif session.meter_start_wh is not none %} {{ session.meter_start_wh }} Wh {% else %}-{% endif %} |
There are currently no active sessions.
{% endif %}