Skip to content

Commit 03002a6

Browse files
committed
Templates update for nightly evcc-io/evcc@2ea6c70
1 parent 90c94f4 commit 03002a6

File tree

14 files changed

+136
-0
lines changed

14 files changed

+136
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
product:
2+
brand: Bösch
3+
description: x-change
4+
group: Wärmeerzeuger
5+
render:
6+
- default: |
7+
type: template
8+
template: kermi
9+
host: 192.0.2.2 # IP-Adresse oder Hostname
10+
tempsource: # optional
11+
advanced: |
12+
type: template
13+
template: kermi
14+
host: 192.0.2.2 # IP-Adresse oder Hostname
15+
tempsource: # optional
16+
watchdog: 60s # optional
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
product:
2+
brand: Kermi
3+
description: x-change
4+
group: Wärmeerzeuger
5+
render:
6+
- default: |
7+
type: template
8+
template: kermi
9+
host: 192.0.2.2 # IP-Adresse oder Hostname
10+
tempsource: # optional
11+
advanced: |
12+
type: template
13+
template: kermi
14+
host: 192.0.2.2 # IP-Adresse oder Hostname
15+
tempsource: # optional
16+
watchdog: 60s # optional
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
product:
2+
brand: Huawei
3+
description: SCharger-7KS-S0 / 22KT-S0
4+
requirements: ["sponsorship", "skiptest"]
5+
render:
6+
- default: |
7+
type: template
8+
template: ocpp-huawei
9+
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)
10+
advanced: |
11+
type: template
12+
template: ocpp-huawei
13+
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)
14+
connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional)
15+
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)
16+
idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional)
17+
connecttimeout: 5m # optional
18+
meterinterval: 10s # optional
19+
metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
product:
2+
description: Tessie
3+
group: Generische Unterstützung
4+
description: |
5+
Ladegerät, das über die Tessie-API verbunden ist. Ermöglicht die Steuerung des Ladezustands und die Konfiguration des maximalen Stroms.
6+
render:
7+
- default: |
8+
type: template
9+
template: tessie
10+
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind
11+
token:
12+
location: tessiehome

templates/nightly/de/charger/zaptec_0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
product:
22
brand: Zaptec
33
description: Go, Pro
4+
capabilities: ["rfid"]
45
requirements: ["sponsorship"]
56
render:
67
- default: |

templates/nightly/de/meter/lg-ess-home-8-10_0.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ product:
22
brand: LG
33
description: ESS Home 8/10
44
capabilities: ["battery-control"]
5+
description: |
6+
Um die Batteriesteuerung zu nutzen, wird eine Firmwareversionen größer gleich 10.05.7433 / R2155 benötigt
7+
58
render:
69
- usage: grid
710
default: |

templates/nightly/de/tariff/enever_0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ render:
1717
charges: # Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional)
1818
tax: # Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional)
1919
formula: math.Max((price + charges) * (1 + tax), 0.0) # Individuelle Formel zur Berechnung des Preises (optional)
20+
interval: 3h # optional
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
product:
2+
brand: Bösch
3+
description: x-change
4+
group: Heating devices
5+
render:
6+
- default: |
7+
type: template
8+
template: kermi
9+
host: 192.0.2.2 # IP address or hostname
10+
tempsource: # optional
11+
advanced: |
12+
type: template
13+
template: kermi
14+
host: 192.0.2.2 # IP address or hostname
15+
tempsource: # optional
16+
watchdog: 60s # optional
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
product:
2+
brand: Kermi
3+
description: x-change
4+
group: Heating devices
5+
render:
6+
- default: |
7+
type: template
8+
template: kermi
9+
host: 192.0.2.2 # IP address or hostname
10+
tempsource: # optional
11+
advanced: |
12+
type: template
13+
template: kermi
14+
host: 192.0.2.2 # IP address or hostname
15+
tempsource: # optional
16+
watchdog: 60s # optional
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
product:
2+
brand: Huawei
3+
description: SCharger-7KS-S0 / 22KT-S0
4+
requirements: ["sponsorship", "skiptest"]
5+
render:
6+
- default: |
7+
type: template
8+
template: ocpp-huawei
9+
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)
10+
advanced: |
11+
type: template
12+
template: ocpp-huawei
13+
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)
14+
connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional)
15+
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)
16+
idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional)
17+
connecttimeout: 5m # optional
18+
meterinterval: 10s # optional
19+
metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional

0 commit comments

Comments
 (0)