-
-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Etrel/Sonnen: add template and require sponsorship (#3682)
- Loading branch information
Showing
5 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
template: etrel | ||
products: | ||
- brand: Etrel | ||
description: | ||
generic: INCH | ||
- brand: Sonnen | ||
description: | ||
generic: sonnenCharger | ||
capabilities: ["mA"] | ||
requirements: | ||
evcc: ["sponsorship"] | ||
description: | ||
de: Die Wallbox muss sich im "Power" Modus befinden. | ||
en: The charger must be switched to "Power" charging mode. | ||
params: | ||
- name: host | ||
required: true | ||
- name: port | ||
default: 502 | ||
render: | | ||
type: etrel | ||
uri: {{ .host }}:{{ .port }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
product: | ||
brand: Etrel | ||
description: INCH | ||
capabilities: ["mA"] | ||
requirements: ["sponsorship"] | ||
description: | | ||
Die Wallbox muss sich im "Power" Modus befinden. | ||
render: | ||
- default: | | ||
type: template | ||
template: etrel | ||
host: 192.0.2.2 # IP-Adresse oder Hostname | ||
port: 502 # Port # Optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
product: | ||
brand: Sonnen | ||
description: sonnenCharger | ||
capabilities: ["mA"] | ||
requirements: ["sponsorship"] | ||
description: | | ||
Die Wallbox muss sich im "Power" Modus befinden. | ||
render: | ||
- default: | | ||
type: template | ||
template: etrel | ||
host: 192.0.2.2 # IP-Adresse oder Hostname | ||
port: 502 # Port # Optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters