Skip to content

Commit

Permalink
Generate docs from templates
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored and github-actions[bot] committed Jul 13, 2023
1 parent 4016c7a commit c66dbfa
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/devices/chargers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ chargers:
chargers:
- name: my_charger
type: template
template: elvi
template: elvi
meter: true # Deaktiveren wenn die Wallbox keinen integrierten Zähler verbaut hat (Optional)
```

<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
Expand Down Expand Up @@ -1669,7 +1670,13 @@ chargers:
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
## wallbox Pulsar Plus/ Commander 2/ Copper SB
## wallbox Pulsar Plus / Commander 2 / Copper SB
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-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
```yaml
chargers:
Expand Down Expand Up @@ -1828,7 +1835,7 @@ Für Zählermesswerte sollte in der Wallbox ein kurzes Zeitintervall konfigurier
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

0 comments on commit c66dbfa

Please sign in to comment.