-
-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Mennekes eMobility Gateway (ACU), Smart, Smart T (ACU)
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
template: mennekes-acu | ||
products: | ||
- brand: Mennekes | ||
description: | ||
generic: eMobility Gateway (ACU) | ||
- brand: Mennekes | ||
description: | ||
generic: Smart, Smart T (ACU) | ||
capabilities: ["rfid"] | ||
requirements: | ||
description: | ||
de: | | ||
Zur Konfiguration die Weboberfläche der ACU aufrufen. | ||
Setup, Backend, Übertragungsprotokoll: Open Charge Point Protocol v1.6J | ||
Setup, Backend, Backend-Server: Hier muss die evcc URL `ws://<evcc-address>:8887/` eingetragen sein. Basic Authentication: deaktivieren. OCPP 1.6 Einstellungen: alle Optionen aktivieren. | ||
|
||
en: | | ||
To configure, open the web interface of the ACU. | ||
Setup, Backend, Communication Protocol: Open Charge Point Protocol v1.6J | ||
Setup, Backend, Backend Server: The EVCC URL ws://<evcc-address>:8887/ must be entered here. Basic Authentication: Disabled. OCPP 1.6 Settings: Enable all options. | ||
evcc: ["sponsorship", "skiptest"] | ||
params: | ||
- preset: ocpp | ||
|
||
render: | | ||
{{ include "ocpp" . }} |