Skip to content

Commit ef6bd19

Browse files
committed
Templates update for nightly evcc-io/evcc@408f9a0
1 parent 1f38750 commit ef6bd19

6 files changed

Lines changed: 122 additions & 2 deletions

File tree

templates/nightly/de/charger/home-assistant-charger.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ render:
2525
enable: switch.charger_enable # Aktivierungsschalter, Entitäts-ID für Aktivierungs-/Deaktivierungs-Steuerung (`switch` oder `input_boolean`)
2626
setMaxCurrent: number.charger_max_current # Maximale Stromstärke-Entität [A], Entitäts-ID zum Setzen der maximalen Stromstärke in Ampere (`number` oder `input_number` Entität)
2727
insecure: # Selbstsignierte Zertifikate akzeptieren, optional
28+
statusA: not_plugged, disconnected # Zustände für Status A, Komma-getrennte Liste zusätzlicher Zustände für bereit (optional)
29+
statusB: charging_stopped, charging_completed # Zustände für Status B, Komma-getrennte Liste zusätzlicher Zustände für verbunden (optional)
30+
statusC: instant_charging, fast_charging # Zustände für Status C, Komma-getrennte Liste zusätzlicher Zustände für laden (optional)
2831
power: sensor.charger_power # Leistungsentität, Entitäts-ID für momentane Leistungsmessung in Watt (optional)
2932
energy: sensor.charger_energy # Energieentität, Entitäts-ID für kumulative Energiemessung in kWh (optional)
3033
currentL1: sensor.charger_current_l1 # L1 Stromentität, Entitäts-ID für L1 Strommessung in Ampere (optional)
@@ -91,6 +94,33 @@ params:
9194
help:
9295
advanced: true
9396
optional: true
97+
- name: statusA
98+
example: not_plugged, disconnected
99+
default:
100+
choice: []
101+
unit:
102+
description: Zustände für Status A
103+
help: Komma-getrennte Liste zusätzlicher Zustände für bereit
104+
advanced: true
105+
optional: true
106+
- name: statusB
107+
example: charging_stopped, charging_completed
108+
default:
109+
choice: []
110+
unit:
111+
description: Zustände für Status B
112+
help: Komma-getrennte Liste zusätzlicher Zustände für verbunden
113+
advanced: true
114+
optional: true
115+
- name: statusC
116+
example: instant_charging, fast_charging
117+
default:
118+
choice: []
119+
unit:
120+
description: Zustände für Status C
121+
help: Komma-getrennte Liste zusätzlicher Zustände für laden
122+
advanced: true
123+
optional: true
94124
- name: power
95125
example: sensor.charger_power
96126
default:

templates/nightly/de/meter/kostal-plenticore-hybrid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
1010
caveats:
1111
- description: |
12-
Nur ein System kann und darf auf den Wechselrichter zugreifen!
12+
Nur ein System kann und darf auf den Wechselrichter zugreifen! Plenticore G1 erfordert mindestens Firmware UI 01.16.05025 (04.11.2020, MC >=01.44).
1313
1414
link: https://github.com/evcc-io/evcc/wiki/Kostal-Plenticore
1515
render:

templates/nightly/de/vehicle/home-assistant.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ render:
4848
identifiers: # RFID-Identifikation, Für die Zuordnung des Fahrzeugs an einen Ladepunkt via RFID-Karte. Die Kennung wird am Ladepunkt angezeigt. Übernehme den Wert von dort. [Mehr erfahren.](https://docs.evcc.io/docs/features/vehicle) (optional)
4949
priority: # Priorität, Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von Überschussenergie (höhere Werte, höhere Priorität). (optional)
5050
insecure: # Selbstsignierte Zertifikate akzeptieren, optional
51+
statusA: not_plugged, disconnected # Zustände für Status A, Komma-getrennte Liste zusätzlicher Zustände für getrennt (optional)
52+
statusB: charging_stopped, charging_completed # Zustände für Status B, Komma-getrennte Liste zusätzlicher Zustände für verbunden (optional)
53+
statusC: instant_charging, fast_charging # Zustände für Status C, Komma-getrennte Liste zusätzlicher Zustände für laden (optional)
5154
coarsecurrent: # 1A Ladestromvorgabe, Fahrzeug unterstützt nur 1A Schritte der Ladestromvorgabe (optional)
5255
streaming: true # Unterstützt Streaming, Streaming Datenempfang erfolgt asynchron (optional)
5356
welcomecharge: # Laden bei Verbindung, Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)
@@ -253,6 +256,33 @@ params:
253256
help:
254257
advanced: true
255258
optional: true
259+
- name: statusA
260+
example: not_plugged, disconnected
261+
default:
262+
choice: []
263+
unit:
264+
description: Zustände für Status A
265+
help: Komma-getrennte Liste zusätzlicher Zustände für getrennt
266+
advanced: true
267+
optional: true
268+
- name: statusB
269+
example: charging_stopped, charging_completed
270+
default:
271+
choice: []
272+
unit:
273+
description: Zustände für Status B
274+
help: Komma-getrennte Liste zusätzlicher Zustände für verbunden
275+
advanced: true
276+
optional: true
277+
- name: statusC
278+
example: instant_charging, fast_charging
279+
default:
280+
choice: []
281+
unit:
282+
description: Zustände für Status C
283+
help: Komma-getrennte Liste zusätzlicher Zustände für laden
284+
advanced: true
285+
optional: true
256286
- name: coarsecurrent
257287
example:
258288
default:

templates/nightly/en/charger/home-assistant-charger.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ render:
2525
enable: switch.charger_enable # Enable switch, Entity ID for enable/disable control (`switch` or `input_boolean`)
2626
setMaxCurrent: number.charger_max_current # Maximum current entity [A], Entity ID for setting maximum current in amperes (`number` or `input_number` entity)
2727
insecure: # Accept self-signed certificates, optional
28+
statusA: not_plugged, disconnected # States for status A, Comma-separated list of additional states meaning ready (optional)
29+
statusB: charging_stopped, charging_completed # States for status B, Comma-separated list of additional states meaning connected (optional)
30+
statusC: instant_charging, fast_charging # States for status C, Comma-separated list of additional states meaning charging (optional)
2831
power: sensor.charger_power # Power entity, Entity ID for instantaneous power measurement in watts (optional)
2932
energy: sensor.charger_energy # Energy entity, Entity ID for cumulative energy measurement in kWh (optional)
3033
currentL1: sensor.charger_current_l1 # L1 current entity, Entity ID for L1 current measurement in amperes (optional)
@@ -91,6 +94,33 @@ params:
9194
help:
9295
advanced: true
9396
optional: true
97+
- name: statusA
98+
example: not_plugged, disconnected
99+
default:
100+
choice: []
101+
unit:
102+
description: States for status A
103+
help: Comma-separated list of additional states meaning ready
104+
advanced: true
105+
optional: true
106+
- name: statusB
107+
example: charging_stopped, charging_completed
108+
default:
109+
choice: []
110+
unit:
111+
description: States for status B
112+
help: Comma-separated list of additional states meaning connected
113+
advanced: true
114+
optional: true
115+
- name: statusC
116+
example: instant_charging, fast_charging
117+
default:
118+
choice: []
119+
unit:
120+
description: States for status C
121+
help: Comma-separated list of additional states meaning charging
122+
advanced: true
123+
optional: true
94124
- name: power
95125
example: sensor.charger_power
96126
default:

templates/nightly/en/meter/kostal-plenticore-hybrid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
1010
caveats:
1111
- description: |
12-
Only a single system may access the inverter!
12+
Only a single system may access the inverter! Plenticore G1 requires at least firmware UI 01.16.05025 (04.11.2020, MC >=01.44).
1313
1414
link: https://github.com/evcc-io/evcc/wiki/Kostal-Plenticore
1515
render:

templates/nightly/en/vehicle/home-assistant.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ render:
4848
identifiers: # RFID identification, Used to assign the vehicle to a loadpoint via RFID card. The identifier is shown on the loadpoint. Copy the value from there. [Learn more.](https://docs.evcc.io/en/docs/features/vehicle) (optional)
4949
priority: # Priority, Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating surplus energy (higher values, higher priority). (optional)
5050
insecure: # Accept self-signed certificates, optional
51+
statusA: not_plugged, disconnected # States for status A, Comma-separated list of additional states meaning disconnected (optional)
52+
statusB: charging_stopped, charging_completed # States for status B, Comma-separated list of additional states meaning connected (optional)
53+
statusC: instant_charging, fast_charging # States for status C, Comma-separated list of additional states meaning charging (optional)
5154
coarsecurrent: # 1A current control, Vehicle supports 1A current steps only (optional)
5255
streaming: true # Supports streaming, Streaming data is received asynchronously (optional)
5356
welcomecharge: # Charge on connection, Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)
@@ -253,6 +256,33 @@ params:
253256
help:
254257
advanced: true
255258
optional: true
259+
- name: statusA
260+
example: not_plugged, disconnected
261+
default:
262+
choice: []
263+
unit:
264+
description: States for status A
265+
help: Comma-separated list of additional states meaning disconnected
266+
advanced: true
267+
optional: true
268+
- name: statusB
269+
example: charging_stopped, charging_completed
270+
default:
271+
choice: []
272+
unit:
273+
description: States for status B
274+
help: Comma-separated list of additional states meaning connected
275+
advanced: true
276+
optional: true
277+
- name: statusC
278+
example: instant_charging, fast_charging
279+
default:
280+
choice: []
281+
unit:
282+
description: States for status C
283+
help: Comma-separated list of additional states meaning charging
284+
advanced: true
285+
optional: true
256286
- name: coarsecurrent
257287
example:
258288
default:

0 commit comments

Comments
 (0)