Skip to content

Commit 247b619

Browse files
committed
Templates update for nightly evcc-io/evcc@d80d0db
1 parent 5bd1575 commit 247b619

6 files changed

Lines changed: 306 additions & 6 deletions

File tree

templates/nightly/de/charger/e-g-o-smart-heater.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requirements: ["sponsorship"]
88
description: |
99
Der Smart Heater muss mit dem lokalen Netzwerk verbunden sein. Nachrichten müssen mindestens alle 60 Sekunden wiederholt werden, sonst schaltet sich der Heater aus Sicherheitsgründen ab.
1010
11-
**Wichtig:** Im Loadpoint-Setup `mincurrent: 4` und `maxcurrent: 16` setzen, sowie `phases: 1` für einphasigen Betrieb konfigurieren.
11+
**Wichtig:** Im Loadpoint-Setup `mincurrent: 0.2` und `maxcurrent: 16` setzen, sowie `phases: 1` für einphasigen Betrieb konfigurieren.
1212
1313
render:
1414
- default: |
@@ -17,7 +17,7 @@ render:
1717
1818
# Modbus TCP
1919
modbus: tcpip
20-
id: 1
20+
id: 247
2121
host: # Hostname
2222
port: 502 # Port
2323
params:
@@ -32,7 +32,7 @@ params:
3232
optional: false
3333
modbus:
3434
host:
35-
id: 1
35+
id: 247
3636
modbus: tcpip
3737
port: 502
3838
tcpip: true
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
template: sessy-p1
2+
product:
3+
identifier: sessy-sessy-p1
4+
brand: Sessy
5+
description: Sessy P1
6+
render:
7+
- usage: grid
8+
default: |
9+
type: template
10+
template: sessy-p1
11+
usage: grid
12+
host: 192.0.2.2 # IP-Adresse oder Hostname
13+
advanced: |
14+
type: template
15+
template: sessy-p1
16+
usage: grid
17+
host: 192.0.2.2 # IP-Adresse oder Hostname
18+
cache: 10 # Cache, Zeitintervall für erneute Datenabfrage (optional)
19+
params:
20+
- name: host
21+
example: 192.0.2.2
22+
default:
23+
choice: []
24+
unit:
25+
description: IP-Adresse oder Hostname
26+
help:
27+
advanced: false
28+
optional: false
29+
- name: cache
30+
example: 5m
31+
default: 10
32+
choice: []
33+
unit:
34+
description: Cache
35+
help: Zeitintervall für erneute Datenabfrage
36+
advanced: true
37+
optional: true
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
template: sessy-smart-battery
2+
product:
3+
identifier: sessy-sessy-smart-battery
4+
brand: Sessy
5+
description: Sessy Smart Battery
6+
capabilities: ["battery-control"]
7+
render:
8+
- usage: battery
9+
default: |
10+
type: template
11+
template: sessy-smart-battery
12+
usage: battery
13+
host: 192.0.2.2 # IP-Adresse oder Hostname
14+
user: # Benutzerkonto, bspw. E-Mail Adresse, User Id, etc.
15+
password: # Passwort, Bei führenden Nullen bitte in einfache Hochkommata setzen
16+
capacity: 5 # Akkukapazität (kWh), optional
17+
minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
18+
maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
19+
advanced: |
20+
type: template
21+
template: sessy-smart-battery
22+
usage: battery
23+
host: 192.0.2.2 # IP-Adresse oder Hostname
24+
user: # Benutzerkonto, bspw. E-Mail Adresse, User Id, etc.
25+
password: # Passwort, Bei führenden Nullen bitte in einfache Hochkommata setzen
26+
capacity: 5 # Akkukapazität (kWh), optional
27+
minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
28+
maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
29+
cache: 10 # Cache, Zeitintervall für erneute Datenabfrage (optional)
30+
maxchargepower: # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
31+
maxdischargepower: # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
32+
params:
33+
- name: host
34+
example: 192.0.2.2
35+
default:
36+
choice: []
37+
unit:
38+
description: IP-Adresse oder Hostname
39+
help:
40+
advanced: false
41+
optional: false
42+
- name: user
43+
example:
44+
default:
45+
choice: []
46+
unit:
47+
description: Benutzerkonto
48+
help: bspw. E-Mail Adresse, User Id, etc.
49+
advanced: false
50+
optional: false
51+
- name: password
52+
example:
53+
default:
54+
choice: []
55+
unit:
56+
description: Passwort
57+
help: Bei führenden Nullen bitte in einfache Hochkommata setzen
58+
advanced: false
59+
optional: false
60+
- name: capacity
61+
example: 50
62+
default: 5
63+
choice: []
64+
unit: kWh
65+
description: Akkukapazität
66+
help:
67+
advanced: false
68+
optional: true
69+
- name: minsoc
70+
example: 25
71+
default:
72+
choice: []
73+
unit: '%'
74+
description: Minimaler Ladestand
75+
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
76+
advanced: false
77+
optional: true
78+
- name: maxsoc
79+
example: 95
80+
default:
81+
choice: []
82+
unit: '%'
83+
description: Maximaler Ladestand
84+
help: Oberes Limit beim Laden der Batterie aus dem Netz
85+
advanced: false
86+
optional: true
87+
- name: cache
88+
example: 5m
89+
default: 10
90+
choice: []
91+
unit:
92+
description: Cache
93+
help: Zeitintervall für erneute Datenabfrage
94+
advanced: true
95+
optional: true
96+
- name: maxchargepower
97+
example:
98+
default:
99+
choice: []
100+
unit: W
101+
description: Maximale Ladeleistung
102+
help: Für erzwungenes Laden des Speichers.
103+
advanced: true
104+
optional: true
105+
- name: maxdischargepower
106+
example:
107+
default:
108+
choice: []
109+
unit: W
110+
description: Maximale Entladeleistung
111+
help: Maximale Entladeleistung des Speichers.
112+
advanced: true
113+
optional: true

templates/nightly/en/charger/e-g-o-smart-heater.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requirements: ["sponsorship"]
88
description: |
99
The Smart Heater must be connected to the local network. Messages must be repeated at least every 60 seconds, otherwise the heater will turn off for safety reasons.
1010
11-
**Important:** In the loadpoint configuration, set `mincurrent: 4` and `maxcurrent: 16`, as well as `phases: 1` for single-phase operation.
11+
**Important:** In the loadpoint configuration, set `mincurrent: 0.2` and `maxcurrent: 16`, as well as `phases: 1` for single-phase operation.
1212
1313
render:
1414
- default: |
@@ -17,7 +17,7 @@ render:
1717
1818
# Modbus TCP
1919
modbus: tcpip
20-
id: 1
20+
id: 247
2121
host: # Hostname
2222
port: 502 # Port
2323
params:
@@ -32,7 +32,7 @@ params:
3232
optional: false
3333
modbus:
3434
host:
35-
id: 1
35+
id: 247
3636
modbus: tcpip
3737
port: 502
3838
tcpip: true
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
template: sessy-p1
2+
product:
3+
identifier: sessy-sessy-p1
4+
brand: Sessy
5+
description: Sessy P1
6+
render:
7+
- usage: grid
8+
default: |
9+
type: template
10+
template: sessy-p1
11+
usage: grid
12+
host: 192.0.2.2 # IP address or hostname
13+
advanced: |
14+
type: template
15+
template: sessy-p1
16+
usage: grid
17+
host: 192.0.2.2 # IP address or hostname
18+
cache: 10 # Cache, Time interval for data refresh (optional)
19+
params:
20+
- name: host
21+
example: 192.0.2.2
22+
default:
23+
choice: []
24+
unit:
25+
description: IP address or hostname
26+
help:
27+
advanced: false
28+
optional: false
29+
- name: cache
30+
example: 5m
31+
default: 10
32+
choice: []
33+
unit:
34+
description: Cache
35+
help: Time interval for data refresh
36+
advanced: true
37+
optional: true
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
template: sessy-smart-battery
2+
product:
3+
identifier: sessy-sessy-smart-battery
4+
brand: Sessy
5+
description: Sessy Smart Battery
6+
capabilities: ["battery-control"]
7+
render:
8+
- usage: battery
9+
default: |
10+
type: template
11+
template: sessy-smart-battery
12+
usage: battery
13+
host: 192.0.2.2 # IP address or hostname
14+
user: # Username, e.g. email address, user id, etc.
15+
password: # Password, Use single quotes in case of leading zeros
16+
capacity: 5 # Battery capacity (kWh), optional
17+
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
18+
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
19+
advanced: |
20+
type: template
21+
template: sessy-smart-battery
22+
usage: battery
23+
host: 192.0.2.2 # IP address or hostname
24+
user: # Username, e.g. email address, user id, etc.
25+
password: # Password, Use single quotes in case of leading zeros
26+
capacity: 5 # Battery capacity (kWh), optional
27+
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
28+
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
29+
cache: 10 # Cache, Time interval for data refresh (optional)
30+
maxchargepower: # Maximum charge power (W), For forced charging of the battery. (optional)
31+
maxdischargepower: # Maximum discharge power (W), Maximum discharge power of the storage. (optional)
32+
params:
33+
- name: host
34+
example: 192.0.2.2
35+
default:
36+
choice: []
37+
unit:
38+
description: IP address or hostname
39+
help:
40+
advanced: false
41+
optional: false
42+
- name: user
43+
example:
44+
default:
45+
choice: []
46+
unit:
47+
description: Username
48+
help: e.g. email address, user id, etc.
49+
advanced: false
50+
optional: false
51+
- name: password
52+
example:
53+
default:
54+
choice: []
55+
unit:
56+
description: Password
57+
help: Use single quotes in case of leading zeros
58+
advanced: false
59+
optional: false
60+
- name: capacity
61+
example: 50
62+
default: 5
63+
choice: []
64+
unit: kWh
65+
description: Battery capacity
66+
help:
67+
advanced: false
68+
optional: true
69+
- name: minsoc
70+
example: 25
71+
default:
72+
choice: []
73+
unit: '%'
74+
description: Minimum charge
75+
help: Lower limit when discharging the battery in normal operation
76+
advanced: false
77+
optional: true
78+
- name: maxsoc
79+
example: 95
80+
default:
81+
choice: []
82+
unit: '%'
83+
description: Maximum charge
84+
help: Upper limit when charging the battery from the grid
85+
advanced: false
86+
optional: true
87+
- name: cache
88+
example: 5m
89+
default: 10
90+
choice: []
91+
unit:
92+
description: Cache
93+
help: Time interval for data refresh
94+
advanced: true
95+
optional: true
96+
- name: maxchargepower
97+
example:
98+
default:
99+
choice: []
100+
unit: W
101+
description: Maximum charge power
102+
help: For forced charging of the battery.
103+
advanced: true
104+
optional: true
105+
- name: maxdischargepower
106+
example:
107+
default:
108+
choice: []
109+
unit: W
110+
description: Maximum discharge power
111+
help: Maximum discharge power of the storage.
112+
advanced: true
113+
optional: true

0 commit comments

Comments
 (0)