Skip to content

Commit

Permalink
Add optional IP address for EEBUS devices (evcc-io#15758)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi authored Aug 28, 2024
1 parent 2edfb36 commit baa6295
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/definition/charger/elli-charger-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ requirements:
Note: If you've added an energy meter to your charger please use the Pro or Connected+ integration.
params:
- preset: eebus
- name: ip
render: |
{{ include "eebus" . }}
1 change: 1 addition & 0 deletions templates/definition/charger/elli-charger-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ requirements:
Important: A mostly flawless functionality can only be provided with an external energy meter and no usage of CT coils, due to sosftware bugs of the Wallbox. Using a LAN connection is highly recommended.
params:
- preset: eebus
- name: ip
render: |
{{ include "eebus" . }}
1 change: 0 additions & 1 deletion util/templates/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ presets:
de: SKI (Subject Key Identifier)
en: SKI (Subject Key Identifier)
- name: ip
deprecated: true
switchsocket:
params:
- name: standbypower
Expand Down
1 change: 1 addition & 0 deletions util/templates/includes/eebus.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ define "eebus" }}
type: eebus
ski: {{ .ski }}
{{ if .ip }}ip: {{ .ip }}{{ end }}
{{- end}}

0 comments on commit baa6295

Please sign in to comment.