Skip to content

Commit 3b734f2

Browse files
committed
Templates update for nightly evcc-io/evcc@411f194
1 parent 3e33ead commit 3b734f2

File tree

4 files changed

+106
-4
lines changed

4 files changed

+106
-4
lines changed

templates/nightly/de/charger/home-assistant-charger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ render:
3131
voltageL1: sensor.charger_voltage_l1 # L1 Spannungsentität, Entitäts-ID für L1 Spannungsmessung in Volt (optional)
3232
voltageL2: sensor.charger_voltage_l2 # L2 Spannungsentität, Entitäts-ID für L2 Spannungsmessung in Volt (optional)
3333
voltageL3: sensor.charger_voltage_l3 # L3 Spannungsentität, Entitäts-ID für L3 Spannungsmessung in Volt (optional)
34-
phases: select.charger_phases # Phasenumschaltungs-Entität, Entitäts-ID für 1p/3p Phasenumschaltung (Select-Entität mit Optionen "1" und "3") (optional)
34+
phaseswitch: select.charger_phases # Phasenumschaltungs-Entität, Entitäts-ID für 1p/3p Phasenumschaltung (Select-Entität mit Optionen "1" und "3") (optional)
3535
params:
3636
- name: uri
3737
example: http://homeassistant.local:8123
@@ -150,7 +150,7 @@ params:
150150
help: Entitäts-ID für L3 Spannungsmessung in Volt
151151
advanced: true
152152
optional: true
153-
- name: phases
153+
- name: phaseswitch
154154
example: select.charger_phases
155155
default:
156156
choice: []
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
template: stromleser
2+
product:
3+
identifier: stromleser-one-ir-reader
4+
brand: stromleser.one
5+
description: IR Reader
6+
description: |
7+
Erfordert ein stromleser.one-Gerät im lokalen Netzwerk.
8+
render:
9+
- usage: grid
10+
default: |
11+
type: template
12+
template: stromleser
13+
usage: grid
14+
host: 192.0.2.2 # IP-Adresse oder Hostname
15+
advanced: |
16+
type: template
17+
template: stromleser
18+
usage: grid
19+
host: 192.0.2.2 # IP-Adresse oder Hostname
20+
cache: 15s # Cache, Zeitintervall für erneute Datenabfrage (optional)
21+
- usage: pv
22+
default: |
23+
type: template
24+
template: stromleser
25+
usage: pv
26+
host: 192.0.2.2 # IP-Adresse oder Hostname
27+
advanced: |
28+
type: template
29+
template: stromleser
30+
usage: pv
31+
host: 192.0.2.2 # IP-Adresse oder Hostname
32+
cache: 15s # Cache, Zeitintervall für erneute Datenabfrage (optional)
33+
params:
34+
- name: host
35+
example: 192.0.2.2
36+
default:
37+
choice: []
38+
unit:
39+
description: IP-Adresse oder Hostname
40+
help:
41+
advanced: false
42+
optional: false
43+
- name: cache
44+
example: 5m
45+
default: 15s
46+
choice: []
47+
unit:
48+
description: Cache
49+
help: Zeitintervall für erneute Datenabfrage
50+
advanced: true
51+
optional: true

templates/nightly/en/charger/home-assistant-charger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ render:
3131
voltageL1: sensor.charger_voltage_l1 # L1 voltage entity, Entity ID for L1 voltage measurement in volts (optional)
3232
voltageL2: sensor.charger_voltage_l2 # L2 voltage entity, Entity ID for L2 voltage measurement in volts (optional)
3333
voltageL3: sensor.charger_voltage_l3 # L3 voltage entity, Entity ID for L3 voltage measurement in volts (optional)
34-
phases: select.charger_phases # Phase switching entity, Entity ID for 1p/3p phase switching (select entity with options "1" and "3") (optional)
34+
phaseswitch: select.charger_phases # Phase switching entity, Entity ID for 1p/3p phase switching (select entity with options "1" and "3") (optional)
3535
params:
3636
- name: uri
3737
example: http://homeassistant.local:8123
@@ -150,7 +150,7 @@ params:
150150
help: Entity ID for L3 voltage measurement in volts
151151
advanced: true
152152
optional: true
153-
- name: phases
153+
- name: phaseswitch
154154
example: select.charger_phases
155155
default:
156156
choice: []
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
template: stromleser
2+
product:
3+
identifier: stromleser-one-ir-reader
4+
brand: stromleser.one
5+
description: IR Reader
6+
description: |
7+
Requires a stromleser.one device accessible on the local network.
8+
render:
9+
- usage: grid
10+
default: |
11+
type: template
12+
template: stromleser
13+
usage: grid
14+
host: 192.0.2.2 # IP address or hostname
15+
advanced: |
16+
type: template
17+
template: stromleser
18+
usage: grid
19+
host: 192.0.2.2 # IP address or hostname
20+
cache: 15s # Cache, Time interval for data refresh (optional)
21+
- usage: pv
22+
default: |
23+
type: template
24+
template: stromleser
25+
usage: pv
26+
host: 192.0.2.2 # IP address or hostname
27+
advanced: |
28+
type: template
29+
template: stromleser
30+
usage: pv
31+
host: 192.0.2.2 # IP address or hostname
32+
cache: 15s # Cache, Time interval for data refresh (optional)
33+
params:
34+
- name: host
35+
example: 192.0.2.2
36+
default:
37+
choice: []
38+
unit:
39+
description: IP address or hostname
40+
help:
41+
advanced: false
42+
optional: false
43+
- name: cache
44+
example: 5m
45+
default: 15s
46+
choice: []
47+
unit:
48+
description: Cache
49+
help: Time interval for data refresh
50+
advanced: true
51+
optional: true

0 commit comments

Comments
 (0)