Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more EEBUS wallboxes #16383

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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