{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate "Charge point onboarding" %}

{% translate "No charge points are registered yet. Use this checklist to onboard the first charger into Arthexis." %}

{% translate "1) WebSocket endpoint" %}

{% blocktranslate with ws_url=ws_url_example %} Configure the charger to connect to: {{ ws_url }} {% endblocktranslate %}

{% translate "2) Credentials" %}

{% translate "If your deployment requires HTTP Basic authentication, configure credentials that match the charger's WebSocket auth user/group fields in the Charge Point admin." %}

{% translate "3) Create or verify the charge point record" %}

  1. {% translate "Create a Charge Point record with the charger serial number." %}
  2. {% translate "Set location, authorization policy, and remote-control flags as needed." %}
  3. {% translate "Save and wait for the first heartbeat/status notification." %}

{% translate "Add charge point" %} {% translate "Open charge points" %}

{% endblock %}