Skip to content

Commit

Permalink
Add more EEBUS wallboxes (#16383)
Browse files Browse the repository at this point in the history
- Fix a name of one of the Elli Wallboxes
- Add Porsche Wallbox
- Add eSystems and Kontron Solar wallboxes
  • Loading branch information
DerAndereAndi committed Sep 27, 2024
1 parent 53928bd commit 15483ad
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/definition/charger/elli-wallbox-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ products:
generic: Charger Pro Eichrecht
- brand: Cupra
description:
generic: Charger Pro 2
generic: Charger Connect 2
- brand: Cupra
description:
generic: Charger Pro 2
Expand Down
29 changes: 29 additions & 0 deletions templates/definition/charger/ghost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
template: eebus
products:
- brand: eSystems
description:
generic: ghostONE
- brand: Kontron Solar
description:
generic: Charger
capabilities: ["iso151182", "mA"]
requirements:
evcc: ["eebus"]
description:
de: |
Die Wallbox muss im normalen Lademodus betrieben werden.
Die Nutzung der Phasenumschaltung ist in evcc momentan noch nicht möglich.
Eine Identifikation des Fahrzeugs über die RFID Karte ist nicht möglich.
en: |
The device has to be used in the normal charging mode.
The usage of phase switching is currently not possible in evcc.
The identification of a vehicle using the RFID card is not possible.
params:
- preset: eebus
render: |
{{ include "eebus" . }}
meter: true
27 changes: 27 additions & 0 deletions templates/definition/charger/porsche-wallbox.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
template: eebus
products:
- brand: Porsche
description:
generic: Wallbox
capabilities: ["iso151182", "mA"]
requirements:
evcc: ["eebus"]
description:
de: |
Die Wallbox muss im normalen Lademodus betrieben werden.
Die Nutzung der Phasenumschaltung ist in evcc momentan noch nicht möglich.
Eine Identifikation des Fahrzeugs über die RFID Karte ist nicht möglich.
en: |
The device has to be used in the normal charging mode.
The usage of phase switching is currently not possible in evcc.
The identification of a vehicle using the RFID card is not possible.
params:
- preset: eebus
render: |
{{ include "eebus" . }}
meter: true
vasvw: true

0 comments on commit 15483ad

Please sign in to comment.