Skip to content

Commit

Permalink
docs: markdown compatible placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jul 13, 2023
1 parent 28d78aa commit 8f96c96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/definition/charger/ocpp-pulsarplus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ requirements:
de: |
Anleitung: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-setup-guide/
* “OCPP aktivieren” (myWallbox app) bzw. den “OCPP-WebSocket-Verbindung” Schalter (myWallbox Portal) aktivieren
* URL: ws://<evcc-IP-Adresse>:8887/ (Verbindung über das lokale Netzwerk)
* URL: ws://[evcc-adresse]:8887/ (Verbindung über das lokale Netzwerk)
* Ladepunktidentität: beliebiger Wert (z.B. die Seriennummer der Box), der als *stationid* verwendet wird
* Passwort: leer lassen
en: |
Setup Guide: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-setup-guide/
* Switch on “Enable OCPP” (myWallbox app) or enable the “OCPP WebSocket connection” switch (myWallbox Portal)
* URL: ws://<evcc-IP-address>:8887/ (local network connection)
* URL: ws://[evcc-adresse]:8887/ (local network connection)
* Charge Point Identity: Custom value (e.g. serial number of charger) which is reused in configuration as *stationid*
* Password: leave empty
params:
Expand Down
4 changes: 2 additions & 2 deletions templates/definition/charger/ocpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requirements:
Voraussetzungen:
* Ggf. zuvor konfigurierte OCPP-Profile (z.B. durch eine andere Backend-Anbindung) in der Wallboxkonfiguration entfernen
* Backend-URL (Central System) in der Wallboxkonfiguration: `ws://<evcc-IP-Adresse>:8887/` (evtl noch um `stationid` erweitern)
* Backend-URL (Central System) in der Wallboxkonfiguration: `ws://[evcc-adresse]:8887/` (evtl noch um `stationid` erweitern)
* Protokoll: OCPP-J v1.6, ocpp16j, JSON, Websocket, ws:// o.ä.
* Keine Verschlüsselung, keine Authentifizierung, kein Passwort
* Verbindung über das lokale Netzwerk
Expand All @@ -32,7 +32,7 @@ requirements:
Requirements:
* If necessary, remove previously configured OCPP profiles (e.g. used for a different backend connection) in the charger configuration
* Backend URL (Central System) in the charger configuration: `ws://<evcc-IP-address>:8887/` (possibly add `stationid`)
* Backend URL (Central System) in the charger configuration: `ws://[evcc-adresse]:8887/` (possibly add `stationid`)
* Protocol: OCPP-J v1.6, ocpp16j, JSON, Websocket, ws:// or similar
* No encryption, no authentication, no password
* Local network connection
Expand Down
2 changes: 1 addition & 1 deletion templates/docs/charger/ocpp_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: |
Voraussetzungen:
* Ggf. zuvor konfigurierte OCPP-Profile (z.B. durch eine andere Backend-Anbindung) in der Wallboxkonfiguration entfernen
* Backend-URL (Central System) in der Wallboxkonfiguration: `ws://<evcc-IP-Adresse>:8887/` (evtl noch um `stationid` erweitern)
* Backend-URL (Central System) in der Wallboxkonfiguration: `ws://[evcc-adresse]:8887/` (evtl noch um `stationid` erweitern)
* Protokoll: OCPP-J v1.6, ocpp16j, JSON, Websocket, ws:// o.ä.
* Keine Verschlüsselung, keine Authentifizierung, kein Passwort
* Verbindung über das lokale Netzwerk
Expand Down
2 changes: 1 addition & 1 deletion templates/docs/charger/pulsarplus_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ product:
description: |
Anleitung: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-setup-guide/
* “OCPP aktivieren” (myWallbox app) bzw. den “OCPP-WebSocket-Verbindung” Schalter (myWallbox Portal) aktivieren
* URL: ws://<evcc-IP-Adresse>:8887/ (Verbindung über das lokale Netzwerk)
* URL: ws://[evcc-adresse]:8887/ (Verbindung über das lokale Netzwerk)
* Ladepunktidentität: beliebiger Wert (z.B. die Seriennummer der Box), der als *stationid* verwendet wird
* Passwort: leer lassen
Expand Down

0 comments on commit 8f96c96

Please sign in to comment.