Skip to content

Commit 29300aa

Browse files
committed
Templates update for nightly evcc-io/evcc@914ac75
1 parent c748cf9 commit 29300aa

File tree

10 files changed

+130
-4
lines changed

10 files changed

+130
-4
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
product:
2+
brand: Home Assistant Switch
3+
group: Schaltbare Steckdosen
4+
render:
5+
- default: |
6+
type: template
7+
template: homeassistant-switch
8+
baseurl: http://homeassistant.local:8123
9+
token:
10+
switchentity:
11+
powerentity: # optional
12+
standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)
13+
advanced: |
14+
type: template
15+
template: homeassistant-switch
16+
baseurl: http://homeassistant.local:8123
17+
token:
18+
switchentity:
19+
powerentity: # optional
20+
standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)
21+
integrateddevice: # Integriertes Gerät (keine Fahrzeugverbindung) (optional)
22+
heating: # Wärmeerzeuger (°C anstatt %) (optional)
23+
icon: # Icon in der Benutzeroberfläche [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional)

templates/nightly/de/charger/tessie_0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
product:
22
description: Tessie
3-
group: Generische Unterstützung
43
description: |
54
Ladegerät, das über die Tessie-API verbunden ist. Ermöglicht die Steuerung des Ladezustands und die Konfiguration des maximalen Stroms.
65
render:
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
product:
2+
brand: Wago
3+
description: 879-30xx
4+
render:
5+
- usage: grid
6+
default: |
7+
type: template
8+
template: wago-879-30xx
9+
usage: grid
10+
11+
# RS485 via adapter (Modbus RTU)
12+
modbus: rs485serial
13+
id: 1
14+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
15+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
16+
comset: "8N1" # Kommunikationsparameter für den Adapter
17+
18+
# RS485 via TCP/IP (Modbus RTU)
19+
modbus: rs485tcpip
20+
id: 1
21+
host: 192.0.2.2 # Hostname
22+
port: 502 # Port
23+
- usage: charge
24+
default: |
25+
type: template
26+
template: wago-879-30xx
27+
usage: charge
28+
29+
# RS485 via adapter (Modbus RTU)
30+
modbus: rs485serial
31+
id: 1
32+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
33+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
34+
comset: "8N1" # Kommunikationsparameter für den Adapter
35+
36+
# RS485 via TCP/IP (Modbus RTU)
37+
modbus: rs485tcpip
38+
id: 1
39+
host: 192.0.2.2 # Hostname
40+
port: 502 # Port

templates/nightly/de/tariff/octopus-api_0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ render:
1010
type: template
1111
template: octopus-api
1212
apiKey: # Octopus Energy API Key.
13+
accountNumber: # Optional Account Number (usually in the format X-XXXXXXXX). Only required if you have multiple Accounts. (optional)

templates/nightly/de/vehicle/offline_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
product:
2-
description: Generisches Fahrzeug
2+
description: Generisches Fahrzeug (ohne API)
33
group: Generische Unterstützung
44
render:
55
- default: |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
product:
2+
brand: Home Assistant Switch
3+
group: Switchable sockets
4+
render:
5+
- default: |
6+
type: template
7+
template: homeassistant-switch
8+
baseurl: http://homeassistant.local:8123
9+
token:
10+
switchentity:
11+
powerentity: # optional
12+
standbypower: 15 # Power values above this value will be considered as charging power (optional)
13+
advanced: |
14+
type: template
15+
template: homeassistant-switch
16+
baseurl: http://homeassistant.local:8123
17+
token:
18+
switchentity:
19+
powerentity: # optional
20+
standbypower: 15 # Power values above this value will be considered as charging power (optional)
21+
integrateddevice: # Integrated device (no vehicle connection) (optional)
22+
heating: # Heating device (°C instead of %) (optional)
23+
icon: # Icon as shown in user interface [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional)

templates/nightly/en/charger/tessie_0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
product:
22
description: Tessie
3-
group: Generic support
43
description: |
54
Charger connected via the Tessie API. Allows control of charging state and configuration of maximum current.
65
render:
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
product:
2+
brand: Wago
3+
description: 879-30xx
4+
render:
5+
- usage: grid
6+
default: |
7+
type: template
8+
template: wago-879-30xx
9+
usage: grid
10+
11+
# RS485 via adapter (Modbus RTU)
12+
modbus: rs485serial
13+
id: 1
14+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
15+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
16+
comset: "8N1" # Kommunikationsparameter für den Adapter
17+
18+
# RS485 via TCP/IP (Modbus RTU)
19+
modbus: rs485tcpip
20+
id: 1
21+
host: 192.0.2.2 # Hostname
22+
port: 502 # Port
23+
- usage: charge
24+
default: |
25+
type: template
26+
template: wago-879-30xx
27+
usage: charge
28+
29+
# RS485 via adapter (Modbus RTU)
30+
modbus: rs485serial
31+
id: 1
32+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
33+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
34+
comset: "8N1" # Kommunikationsparameter für den Adapter
35+
36+
# RS485 via TCP/IP (Modbus RTU)
37+
modbus: rs485tcpip
38+
id: 1
39+
host: 192.0.2.2 # Hostname
40+
port: 502 # Port

templates/nightly/en/tariff/octopus-api_0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ render:
1010
type: template
1111
template: octopus-api
1212
apiKey: # Octopus Energy API Key.
13+
accountNumber: # Optional Account Number (usually in the format X-XXXXXXXX). Only required if you have multiple Accounts. (optional)

templates/nightly/en/vehicle/offline_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
product:
2-
description: Generic vehicle
2+
description: Generic vehicle (without API)
33
group: Generic support
44
render:
55
- default: |

0 commit comments

Comments
 (0)