Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@dab8dfa
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Sep 7, 2024
1 parent 35da41e commit a18d7d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/nightly/de/charger/elvi_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ render:
type: template
template: elvi
stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://<evcc-adresse>:8887/<stationid> anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)
meter: true # optional
advanced: |
type: template
template: elvi
stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://<evcc-adresse>:8887/<stationid> anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)
meter: true # optional
connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional)
remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional)
idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional)
Expand Down
1 change: 1 addition & 0 deletions templates/nightly/de/meter/sonnenbatterie_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ product:
capabilities: ["battery-control"]
description: |
Für die aktive Batteriesteuerung muss über das Webinterface der sonnenBatterie (unter Software-Integration) das "JSON Write API" aktiviert und das dort generierte API-Token in der Batteriekonfiguration unter `token` eingetragen werden.
Netzladen ist nicht implementiert.
render:
- usage: grid
Expand Down
2 changes: 2 additions & 0 deletions templates/nightly/en/charger/elvi_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ render:
type: template
template: elvi
stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://<evcc-address>:8887/<stationid>. Most charging stations automatically add the ID internally. (optional)
meter: true # optional
advanced: |
type: template
template: elvi
stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://<evcc-address>:8887/<stationid>. Most charging stations automatically add the ID internally. (optional)
meter: true # optional
connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional)
remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional)
idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional)
Expand Down
1 change: 1 addition & 0 deletions templates/nightly/en/meter/sonnenbatterie_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ product:
capabilities: ["battery-control"]
description: |
For active battery control, the "JSON Write API" must be activated via the sonnenBatterie web interface (under Software-Integration) and the API token generated there must be entered in the battery configuration under `token`.
Grid charging is not implemented.
render:
- usage: grid
Expand Down

0 comments on commit a18d7d7

Please sign in to comment.