Skip to content

Commit 3ac39a1

Browse files
committed
Templates update for nightly evcc-io/evcc@da1359b
1 parent b7fbed4 commit 3ac39a1

File tree

6 files changed

+140
-0
lines changed

6 files changed

+140
-0
lines changed

templates/nightly/de/charger/nibe-nibe-s-series-sg-ready.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ product:
77
description: |
88
Modbus Verbindung zur NIBE S Wärmepumpe. Firmware 4.7.5 oder neuer benötigt.
99
In der Inneneinheit muss im Menü 7.5.9 Modbus aktiviert sein.
10+
Zur Verwendung der Leistungssteuerung muss im Menü 7.4 unter dem Punkt AUX von Modbus ext. Leistungsbegrenzung ausgewählt sein.
1011
Es muss einmalig im Holding Register 3032 der Wert „1“ (uint8) geschrieben werden.
1112
1213
render:
@@ -20,6 +21,7 @@ render:
2021
host: # Hostname
2122
port: 502 # Port
2223
tempsource: water_mid # Temperatursensor, [water_top, water_mid]
24+
powercontrol: true # Leistungssteuerung
2325
params:
2426
- name: modbus
2527
example:
@@ -39,6 +41,15 @@ params:
3941
help:
4042
advanced: false
4143
optional: false
44+
- name: powercontrol
45+
example:
46+
default: true
47+
choice: []
48+
unit:
49+
description: Leistungssteuerung
50+
help:
51+
advanced: false
52+
optional: false
4253
modbus:
4354
host:
4455
id: 1

templates/nightly/de/meter/enphase-iq-envoy.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ render:
2020
schema: https # Schema, [https, http] (optional)
2121
battery_type: ac # Enphase Batterietyp (AC oder IQ), Wähle 'iq' falls die neuere 'IQ Battery' Generation installiert ist. Standardeinstellung 'ac' für die ältere 'AC Battery' Generation. [ac, iq] (optional)
2222
cache: 1s # Cache, Zeitintervall für erneute Datenabfrage (optional)
23+
timeout: 10s # Zeitüberschreitung, optional
2324
- usage: pv
2425
default: |
2526
type: template
@@ -36,6 +37,7 @@ render:
3637
schema: https # Schema, [https, http] (optional)
3738
battery_type: ac # Enphase Batterietyp (AC oder IQ), Wähle 'iq' falls die neuere 'IQ Battery' Generation installiert ist. Standardeinstellung 'ac' für die ältere 'AC Battery' Generation. [ac, iq] (optional)
3839
cache: 1s # Cache, Zeitintervall für erneute Datenabfrage (optional)
40+
timeout: 10s # Zeitüberschreitung, optional
3941
- usage: battery
4042
default: |
4143
type: template
@@ -60,6 +62,7 @@ render:
6062
maxchargepower: # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
6163
maxdischargepower: # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
6264
cache: 1s # Cache, Zeitintervall für erneute Datenabfrage (optional)
65+
timeout: 10s # Zeitüberschreitung, optional
6366
params:
6467
- name: host
6568
example: 192.0.2.2
@@ -150,4 +153,13 @@ params:
150153
description: Cache
151154
help: Zeitintervall für erneute Datenabfrage
152155
advanced: true
156+
optional: true
157+
- name: timeout
158+
example: 10s
159+
default: 10s
160+
choice: []
161+
unit:
162+
description: Zeitüberschreitung
163+
help:
164+
advanced: true
153165
optional: true
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
template: green-grid-compass
2+
product:
3+
identifier: green-grid-compass
4+
brand: Green Grid Compass
5+
group: CO₂ Vorhersage
6+
countries: ["BE", "DE", "LU"]
7+
requirements: ["skiptest"]
8+
description: |
9+
Europäische CO₂-Intensitätsdaten von [greengrid-compass.eu](https://www.greengrid-compass.eu). Liefert Vorhersagen der nächsten Stunden und ist nach Registrierung kostenlos nutzbar.
10+
11+
Erstelle App nach der Anleitung auf [traxes.io](https://www.traxes.io/service/green-grid-compass/1.0.0/technical-documentation) und kopiere die Client ID und das Client Secret.
12+
13+
render:
14+
- default: |
15+
type: template
16+
template: green-grid-compass
17+
clientid: # Client ID
18+
clientsecret: # Client Secret
19+
zone: DE_LU # Zonencode, [BE, DE_LU]
20+
params:
21+
- name: clientid
22+
example:
23+
default:
24+
choice: []
25+
unit:
26+
description: Client ID
27+
help:
28+
advanced: false
29+
optional: false
30+
- name: clientsecret
31+
example:
32+
default:
33+
choice: []
34+
unit:
35+
description: Client Secret
36+
help:
37+
advanced: false
38+
optional: false
39+
- name: zone
40+
example:
41+
default: DE_LU
42+
choice: ['BE', 'DE_LU']
43+
unit:
44+
description: Zonencode
45+
help:
46+
advanced: false
47+
optional: false

templates/nightly/en/charger/nibe-nibe-s-series-sg-ready.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description: |
88
Modbus connection to the NIBE S heat pump.
99
Firmware version 4.7.5 or newer is required.
1010
In the indoor unit, Modbus must be enabled in menu 7.5.9
11+
To use the power control function, external power limitation must be selected under Menu 7.4, item AUX from modbus.
1112
The value “1” (uint8) must be written once to holding register 3032.
1213
1314
render:
@@ -21,6 +22,7 @@ render:
2122
host: # Hostname
2223
port: 502 # Port
2324
tempsource: water_mid # Temperature sensor, [water_top, water_mid]
25+
powercontrol: true # power limitation
2426
params:
2527
- name: modbus
2628
example:
@@ -40,6 +42,15 @@ params:
4042
help:
4143
advanced: false
4244
optional: false
45+
- name: powercontrol
46+
example:
47+
default: true
48+
choice: []
49+
unit:
50+
description: power limitation
51+
help:
52+
advanced: false
53+
optional: false
4354
modbus:
4455
host:
4556
id: 1

templates/nightly/en/meter/enphase-iq-envoy.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ render:
2020
schema: https # Schema, [https, http] (optional)
2121
battery_type: ac # Enphase Battery Type (AC or IQ), Select 'iq' for new Enphase IQ Batteries. Leave at default 'ac' for older generation AC Batteries. [ac, iq] (optional)
2222
cache: 1s # Cache, Time interval for data refresh (optional)
23+
timeout: 10s # Timeout, optional
2324
- usage: pv
2425
default: |
2526
type: template
@@ -36,6 +37,7 @@ render:
3637
schema: https # Schema, [https, http] (optional)
3738
battery_type: ac # Enphase Battery Type (AC or IQ), Select 'iq' for new Enphase IQ Batteries. Leave at default 'ac' for older generation AC Batteries. [ac, iq] (optional)
3839
cache: 1s # Cache, Time interval for data refresh (optional)
40+
timeout: 10s # Timeout, optional
3941
- usage: battery
4042
default: |
4143
type: template
@@ -60,6 +62,7 @@ render:
6062
maxchargepower: # Maximum charge power (W), For forced charging of the battery. (optional)
6163
maxdischargepower: # Maximum discharge power (W), Maximum discharge power of the storage. (optional)
6264
cache: 1s # Cache, Time interval for data refresh (optional)
65+
timeout: 10s # Timeout, optional
6366
params:
6467
- name: host
6568
example: 192.0.2.2
@@ -150,4 +153,13 @@ params:
150153
description: Cache
151154
help: Time interval for data refresh
152155
advanced: true
156+
optional: true
157+
- name: timeout
158+
example: 10s
159+
default: 10s
160+
choice: []
161+
unit:
162+
description: Timeout
163+
help:
164+
advanced: true
153165
optional: true
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
template: green-grid-compass
2+
product:
3+
identifier: green-grid-compass
4+
brand: Green Grid Compass
5+
group: CO₂ forecast
6+
countries: ["BE", "DE", "LU"]
7+
requirements: ["skiptest"]
8+
description: |
9+
European CO₂ intensity data from [greengrid-compass.eu](https://www.greengrid-compass.eu). Provides forecasts for the next hours and is free to use after registration.
10+
11+
Create app according to the instructions on [traxes.io](https://www.traxes.io/service/green-grid-compass/1.0.0/technical-documentation) and copy the Client ID and Client Secret.
12+
13+
render:
14+
- default: |
15+
type: template
16+
template: green-grid-compass
17+
clientid: # Client ID
18+
clientsecret: # Client Secret
19+
zone: DE_LU # Zone code, [BE, DE_LU]
20+
params:
21+
- name: clientid
22+
example:
23+
default:
24+
choice: []
25+
unit:
26+
description: Client ID
27+
help:
28+
advanced: false
29+
optional: false
30+
- name: clientsecret
31+
example:
32+
default:
33+
choice: []
34+
unit:
35+
description: Client Secret
36+
help:
37+
advanced: false
38+
optional: false
39+
- name: zone
40+
example:
41+
default: DE_LU
42+
choice: ['BE', 'DE_LU']
43+
unit:
44+
description: Zone code
45+
help:
46+
advanced: false
47+
optional: false

0 commit comments

Comments
 (0)