Skip to content

Commit

Permalink
PulsarPlus: differentiate by firmware (#16526)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Oct 6, 2024
1 parent 8cc3b0f commit 550ca5a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions templates/definition/charger/ocpp-pulsarplus-fw5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
template: pulsarplus-fw5
products:
- brand: wallbox
description:
generic: Pulsar Plus, Pulsar Max, Commander 2, Copper SB (FW 5.x)
requirements:
description:
de: |
Anleitung: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-setup-guide/
* “OCPP aktivieren” (myWallbox app) bzw. den “OCPP-WebSocket-Verbindung” Schalter (myWallbox Portal) aktivieren
* Zusätzlich die “Verbesserte Ladegerätsteuerung” (Profil -> Experimentelle Funktionen) einschalten (myWallbox app)
* URL: ws://[evcc-adresse]:8887/ (Verbindung über das lokale Netzwerk)
* Ladepunktidentität: beliebiger Wert (z.B. die Seriennummer der Box), der als *stationid* verwendet wird
* Passwort: leer lassen
en: |
Setup Guide: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-setup-guide/
* Switch on “Enable OCPP” (myWallbox app) or enable the “OCPP WebSocket connection” switch (myWallbox Portal)
* Enable “Improved charger control” (Profile -> Experimental functions) (myWallbox app)
* URL: ws://[evcc-adresse]:8887/ (local network connection)
* Charge Point Identity: Custom value (e.g. serial number of charger) which is reused in configuration as *stationid*
* Password: leave empty
evcc: ["sponsorship", "skiptest"]
params:
- preset: ocpp
- name: metervalues
default: -Current.Offered,-Power.Offered
render: |
{{ include "ocpp" . }}
remotestart: true
stacklevelzero: true
2 changes: 1 addition & 1 deletion templates/definition/charger/ocpp-pulsarplus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ template: pulsarplus
products:
- brand: wallbox
description:
generic: Pulsar Plus, Pulsar Max, Commander 2, Copper SB
generic: Pulsar Plus, Pulsar Max, Commander 2, Copper SB (FW 6.x)
requirements:
description:
de: |
Expand Down
2 changes: 1 addition & 1 deletion util/templates/includes/ocpp.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ connector: {{ .connector }}
{{- if .idtag }}
idtag: {{ .idtag }}
{{- end }}
{{- if ne .remotestart "false"}}
{{- if and .remotestart (ne .remotestart "false") }}
remotestart: {{ .remotestart }}
{{- end }}
{{- if .metervalues }}
Expand Down

0 comments on commit 550ca5a

Please sign in to comment.