Skip to content

Commit

Permalink
docs: fix wattpilot template escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jan 19, 2025
1 parent a050cf2 commit e9c1e9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/definition/charger/ocpp-fronius-wattpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ requirements:
description:
de: |
Hinweis zur Konfiguration des Wattpilot mittels solar.wattpilot app: das Symbol neben dem
Beispiel-OCPP-Server "wss://<username>:<password>@ocpp.cloud.fronius.com/<UID>" dient zur Konfiguration.
Hier muss der evcc URL "ws://<IP-vom-evcc-host>:8887/ eingetragen sein und "Füge SN zur URL" aktiviert werden.
Beispiel-OCPP-Server `wss://<username>:<password>@ocpp.cloud.fronius.com/<UID>` dient zur Konfiguration.
Hier muss der evcc URL `ws://<evcc-address>:8887/` eingetragen sein und "Füge SN zur URL" aktiviert werden.
en: |
Note on configuring the Wattpilot using the solar.wattpilot app: The symbol next to the
example OCPP server "wss://<username>:<password>@ocpp.cloud.fronius.com/<UID>" is used for configuration.
The evcc URL "ws://<IP-of-the-evcc-host>:8887/" must be entered here and "Add SN to URL" must be activated.
example OCPP server `wss://<username>:<password>@ocpp.cloud.fronius.com/<UID>` is used for configuration.
The evcc URL `ws://<evcc-address>:8887/` must be entered here and "Add SN to URL" must be activated.
evcc: ["sponsorship", "skiptest"]
params:
- preset: ocpp
Expand Down

0 comments on commit e9c1e9d

Please sign in to comment.