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

OCPP: new templates #15293

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 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
13 changes: 13 additions & 0 deletions templates/definition/charger/ocpp-abb-tac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
template: ocpp-abb-tac
products:
- brand: ABB
description:
generic: Terra AC [OCPP]
group: ocpp
capabilities: ["mA", "rfid"]
requirements:
description:
generic: https://library.e.abb.com/public/8f07987a3a284da6bf4e4f8f53cd6502/ABB_Terra_AC_Charger_OCPP1.6_ImplementationOverview%20_v1.8_FW1.6.6.pdf
evcc: ["sponsorship"]
render: |
{{ include "ocpp" . }}
11 changes: 11 additions & 0 deletions templates/definition/charger/ocpp-alfen-eve.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
template: ocpp-alfen-eve
products:
- brand: Alfen
description:
generic: Eve [OCPP]
group: ocpp
capabilities: ["mA", "rfid", "1p3p"]
requirements:
evcc: ["sponsorship"]
render: |
{{ include "ocpp" . }}
17 changes: 17 additions & 0 deletions templates/definition/charger/ocpp-eledio-go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
template: ocpp-enercab-smart
products:
- brand: enercab
description:
generic: smart [OCPP]
- brand: eledio
description:
generic: go [OCPP]
group: ocpp
capabilities: ["1p3p"]
requirements:
description:
generic: |
https://www.enercab.at/index.php?controller=attachment&id_attachment=311
evcc: ["sponsorship"]
render: |
{{ include "ocpp" . }}
14 changes: 14 additions & 0 deletions templates/definition/charger/ocpp-entratek-powerdot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
template: ocpp-entratek-powerdot
products:
- brand: EntraTek
description:
generic: Power Dot Fix [OCPP]
- brand: EntraTek
description:
generic: Power Dot Pro 2 [OCPP]
group: ocpp
capabilities: ["rfid"]
requirements:
evcc: ["sponsorship"]
render: |
{{ include "ocpp" . }}
17 changes: 17 additions & 0 deletions templates/definition/charger/ocpp-goe-charger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
template: ocpp-goe-charger
products:
- brand: go-e
description:
generic: Charger V3 [OCPP]
- brand: go-e
description:
generic: Charger Gemini [OCPP]
- brand: go-e
description:
generic: Charger PRO [OCPP]
naltatis marked this conversation as resolved.
Show resolved Hide resolved
group: ocpp
capabilities: ["rfid", "1p3p"]
requirements:
evcc: ["sponsorship"]
render: |
{{ include "ocpp" . }}
15 changes: 15 additions & 0 deletions templates/definition/charger/ocpp-zaptec-go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
template: ocpp-zaptec-go
products:
- brand: Zaptec
description:
generic: Go [OCPP]
group: ocpp
capabilities: ["rfid"]
requirements:
description:
generic: |
* OCPP Native mode
https://help.zaptec.com/hc/en-001/articles/22330328601489-Zaptec-Go-OCPP-Native-configuration-guide#h_01HP261F5NP6Z9VY0MVHJCZEBJ
evcc: ["sponsorship"]
render: |
{{ include "ocpp" . }}
Loading