Skip to content

Commit 0bec296

Browse files
committed
Templates update for nightly evcc-io/evcc@5a8607f
1 parent 09a9039 commit 0bec296

File tree

4 files changed

+92
-8
lines changed

4 files changed

+92
-8
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
template: glen-dimplex
2+
product:
3+
identifier: glen-dimplex-wpm-sg-ready
4+
brand: Glen Dimplex
5+
description: WPM (SG Ready)
6+
group: Wärmeerzeuger
7+
render:
8+
- default: |
9+
type: template
10+
template: glen-dimplex
11+
12+
# Modbus TCP
13+
modbus: tcpip
14+
id: 1
15+
host: # Hostname
16+
port: 502 # Port
17+
params:
18+
- name: modbus
19+
example:
20+
default:
21+
choice: ['tcpip']
22+
unit:
23+
description: Modbus Typ
24+
help:
25+
advanced: false
26+
optional: false
27+
modbus:
28+
host:
29+
id: 1
30+
modbus: tcpip
31+
port: 502
32+
tcpip: true

templates/nightly/de/meter/tasmota-sml-ir-reader-for-smartmeters-e-g-hichi.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,32 @@ description: |
99
- **Total_in** für den Gesamtverbrauch in KWh (4 Nachkommastellen)
1010
- **Total_out** für den Gesamteinspeisung in KWh mit (4 Nachkommastellen)
1111
- **Power_curr** für den aktuellen Verbrauch bzw. die aktuelle Einspeisung (0 Nachkommastellen)
12+
Optional werden auch Phasenwerte unterstützt.
13+
- **power_l1**, **power_l2**, **power_l3** für die Leistung der einzelnen Phasen in W (0 Nachkommastellen)
14+
- **voltage_l1**, **voltage_l2**, **voltage_l3** für die Spannung der einzelnen Phasen in V (4 Nachkommastellen)
15+
- **current_l1**, **current_l2**, **current_l3** für die Stromstärke der einzelnen Phasen in A (4 Nachkommastellen)
1216
1317
Ein entsprechendes Lesekopf-Script sieht wie folgt aus:
1418
```
1519
>D
1620
>B
1721
=>sensor53 r
1822
>M 1
19-
// highlight-next-line
2023
+1,3,s,16,9600,SML
21-
// highlight-next-line
2224
1,77070100010800ff@1000,Gesamtverbrauch,KWh,Total_in,4
23-
// highlight-next-line
2425
1,77070100020800ff@1000,Gesamteinspeisung,KWh,Total_out,4
25-
// highlight-next-line
2626
1,77070100100700ff@1,Verbrauch,W,Power_curr,0
2727
1,77070100600100ff@#,Zählernummer,,Meter_Id,0
28+
# Optional
29+
1,77070100240700ff@1,Leistung_L1,W,power_l1,0
30+
1,77070100380700ff@1,Leistung_L2,W,power_l2,0
31+
1,770701004c0700ff@1,Leistung_L3,W,power_l3,0
32+
1,77070100200700ff@1,Spannung L1,V,voltage_l1,4
33+
1,77070100340700ff@1,Spannung L2,V,voltage_l2,4
34+
1,77070100480700ff@1,Spannung L3,V,voltage_l3,4
35+
1,770701001f0700ff@1,Strom L1,A,current_l1,4
36+
1,77070100330700ff@1,Strom L2,A,current_l2,4
37+
1,77070100470700ff@1,Strom L3,A,current_l3,4
2838
#
2939
```
3040
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
template: glen-dimplex
2+
product:
3+
identifier: glen-dimplex-wpm-sg-ready
4+
brand: Glen Dimplex
5+
description: WPM (SG Ready)
6+
group: Heating devices
7+
render:
8+
- default: |
9+
type: template
10+
template: glen-dimplex
11+
12+
# Modbus TCP
13+
modbus: tcpip
14+
id: 1
15+
host: # Hostname
16+
port: 502 # Port
17+
params:
18+
- name: modbus
19+
example:
20+
default:
21+
choice: ['tcpip']
22+
unit:
23+
description: Modbus Type
24+
help:
25+
advanced: false
26+
optional: false
27+
modbus:
28+
host:
29+
id: 1
30+
modbus: tcpip
31+
port: 502
32+
tcpip: true

templates/nightly/en/meter/tasmota-sml-ir-reader-for-smartmeters-e-g-hichi.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,32 @@ description: |
99
- **Total_in** for the total consumption in KWh (4 decimal places)
1010
- **Total_out** for the total feed-in in KWh (4 decimal places)
1111
- **Power_curr** for the current consumption or the current feed-in in W (0 decimal places)
12+
As an option, phase values are also supported.
13+
- **power_l1**, **power_l2**, **power_l3** for the power of the individual phases in W (0 decimal places)
14+
- **voltage_l1**, **voltage_l2**, **voltage_l3** for the voltage of the individual phases in V (4 decimal places)
15+
- **current_l1**, **current_l2**, **current_l3** for the current of the individual phases in A (4 decimal places)
1216
1317
A corresponding IR reader script looks like this:
1418
```
1519
>D
1620
>B
1721
=>sensor53 r
1822
>M 1
19-
// highlight-next-line
2023
+1,3,s,16,9600,SML
21-
// highlight-next-line
2224
1,77070100010800ff@1000,Gesamtverbrauch,KWh,Total_in,4
23-
// highlight-next-line
2425
1,77070100020800ff@1000,Gesamteinspeisung,KWh,Total_out,4
25-
// highlight-next-line
2626
1,77070100100700ff@1,Verbrauch,W,Power_curr,0
2727
1,77070100600100ff@#,Zählernummer,,Meter_Id,0
28+
# Optional
29+
1,77070100240700ff@1,Leistung_L1,W,power_l1,0
30+
1,77070100380700ff@1,Leistung_L2,W,power_l2,0
31+
1,770701004c0700ff@1,Leistung_L3,W,power_l3,0
32+
1,77070100200700ff@1,Spannung L1,V,voltage_l1,4
33+
1,77070100340700ff@1,Spannung L2,V,voltage_l2,4
34+
1,77070100480700ff@1,Spannung L3,V,voltage_l3,4
35+
1,770701001f0700ff@1,Strom L1,A,current_l1,4
36+
1,77070100330700ff@1,Strom L2,A,current_l2,4
37+
1,77070100470700ff@1,Strom L3,A,current_l3,4
2838
#
2939
```
3040

0 commit comments

Comments
 (0)