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 1 commit
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
Prev Previous commit
Next Next commit
add chargers
  • Loading branch information
premultiply committed Aug 18, 2024
commit 0c899c3842b587972b499c8ba3c8ea191eff40bf
13 changes: 13 additions & 0 deletions templates/definition/charger/ocpp-autoaid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
template: ocpp-autoaid
products:
- brand: Autoaid
description:
generic: Intelligent Wallbox
- brand: Autoaid
description:
generic: Business Wallbox
capabilities: ["rfid"]
params:
- preset: ocpp
render: |
{{ include "ocpp" . }}
10 changes: 10 additions & 0 deletions templates/definition/charger/ocpp-beny-bcp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
template: ocpp-beny-bcp
products:
- brand: ZJ Beny
description:
generic: BCP EV charger
capabilities: ["rfid"]
params:
- preset: ocpp
render: |
{{ include "ocpp" . }}
10 changes: 10 additions & 0 deletions templates/definition/charger/ocpp-chargeamps-halo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
template: ocpp-chargeamps-halo
products:
- brand: Charge Amps
description:
generic: Halo
capabilities: ["rfid"]
params:
- preset: ocpp
render: |
{{ include "ocpp" . }}
10 changes: 10 additions & 0 deletions templates/definition/charger/ocpp-enplus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
template: ocpp-enplus
products:
- brand: EN+
description:
generic: AC EV Charger
capabilities: ["rfid"]
params:
- preset: ocpp
render: |
{{ include "ocpp" . }}