diff --git a/templates/nightly/de/charger/ocpp-abb_0.yaml b/templates/nightly/de/charger/ocpp-abb_0.yaml new file mode 100644 index 000000000..8b6553547 --- /dev/null +++ b/templates/nightly/de/charger/ocpp-abb_0.yaml @@ -0,0 +1,20 @@ +product: + brand: ABB + description: TerraAC +requirements: ["sponsorship"] +render: + - default: | + type: template + template: ocpp-abb + 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://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + advanced: | + type: template + template: ocpp-abb + 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://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (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) + connecttimeout: 5m # optional + timeout: 30s # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional diff --git a/templates/nightly/en/charger/ocpp-abb_0.yaml b/templates/nightly/en/charger/ocpp-abb_0.yaml new file mode 100644 index 000000000..5d521d1c9 --- /dev/null +++ b/templates/nightly/en/charger/ocpp-abb_0.yaml @@ -0,0 +1,20 @@ +product: + brand: ABB + description: TerraAC +requirements: ["sponsorship"] +render: + - default: | + type: template + template: ocpp-abb + 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://:8887/. Most charging stations automatically add the ID internally. (optional) + advanced: | + type: template + template: ocpp-abb + 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://:8887/. Most charging stations automatically add the ID internally. (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) + connecttimeout: 5m # optional + timeout: 30s # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional