forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
template: ocpp-autel | ||
products: | ||
- brand: AUTEL | ||
description: | ||
generic: AC MaxiCharger, AC Compact (OCPP) | ||
capabilities: ["mA"] | ||
requirements: | ||
evcc: ["sponsorship", "skiptest"] | ||
description: | ||
de: | | ||
Anleitung: | ||
* In der Autel Charge app, klicken sie auf “OCPP Server” | ||
* Geben Sie "Custom" in das Feld ein und wählen Sie "Personalisierung" darunter | ||
* Server-URL: ws://[evcc-adresse]:8887/ (Verbindung über das lokale Netzwerk) | ||
* Ladegerät-ID: Leer lassen (zur Verwendung der Seriennummer) oder einen benutzerdefinierten Wert definieren, der in der Konfiguration als *stationid* wiederverwendet wird | ||
* Autorisierungsschlüssel: leer lassen | ||
en: | | ||
Setup Guide: | ||
* In the Autel Charge app, click on “OCPP Server” | ||
* In the search bar type “Custom” and select it. | ||
* Server URL: ws://[evcc-address]:8887/ (local network connection) | ||
* Charger ID: Leave empty (for use the serial number) or set custom value which is reused in configuration as *stationid* | ||
* Authorisation Key: leave empty | ||
params: | ||
- preset: ocpp | ||
render: | | ||
{{ include "ocpp" . }} | ||
{{- if ne .remotestart "true" }} | ||
remotestart: true # force remotestart | ||
{{- end }} |