Skip to content

Commit 2a927f1

Browse files
committed
Templates update for nightly evcc-io/evcc@ed6c15b
1 parent 3f8cb61 commit 2a927f1

4 files changed

Lines changed: 104 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
template: etek
2+
product:
3+
identifier: etek-ekepc2-c-s-ev-charge-controller
4+
brand: ETEK
5+
description: EKEPC2-C/S EV Charge Controller
6+
capabilities: ["mA"]
7+
render:
8+
- default: |
9+
type: template
10+
template: etek
11+
12+
# RS485 via adapter (Modbus RTU)
13+
modbus: rs485serial
14+
id: 255
15+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
16+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
17+
comset: "8N1" # Kommunikationsparameter für den Adapter
18+
19+
# RS485 via TCP/IP (Modbus RTU)
20+
modbus: rs485tcpip
21+
id: 255
22+
host: # Hostname
23+
port: 502 # Port
24+
25+
# Modbus TCP
26+
modbus: tcpip
27+
id: 255
28+
host: # Hostname
29+
port: 502 # Port
30+
params:
31+
- name: modbus
32+
example:
33+
default:
34+
choice: ['rs485', 'tcpip']
35+
unit:
36+
description: Modbus Typ
37+
help:
38+
advanced: false
39+
optional: true
40+
modbus:
41+
baudrate: 9600
42+
comset: 8N1
43+
device: /dev/ttyUSB0
44+
host:
45+
id: 255
46+
port: 502
47+
rs485serial: true
48+
rs485tcpip: true
49+
tcpip: true

templates/nightly/de/charger/shelly-top-ac-portable-ev-charger.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ product:
33
identifier: shelly-top-ac-portable-ev-charger
44
brand: Shelly
55
description: Top AC Portable EV Charger
6+
capabilities: ["mA"]
67
requirements: ["sponsorship"]
8+
description: |
9+
'auto_charge' muss auf false gesetzt werden.
710
render:
811
- default: |
912
type: template
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
template: etek
2+
product:
3+
identifier: etek-ekepc2-c-s-ev-charge-controller
4+
brand: ETEK
5+
description: EKEPC2-C/S EV Charge Controller
6+
capabilities: ["mA"]
7+
render:
8+
- default: |
9+
type: template
10+
template: etek
11+
12+
# RS485 via adapter (Modbus RTU)
13+
modbus: rs485serial
14+
id: 255
15+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
16+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
17+
comset: "8N1" # Kommunikationsparameter für den Adapter
18+
19+
# RS485 via TCP/IP (Modbus RTU)
20+
modbus: rs485tcpip
21+
id: 255
22+
host: # Hostname
23+
port: 502 # Port
24+
25+
# Modbus TCP
26+
modbus: tcpip
27+
id: 255
28+
host: # Hostname
29+
port: 502 # Port
30+
params:
31+
- name: modbus
32+
example:
33+
default:
34+
choice: ['rs485', 'tcpip']
35+
unit:
36+
description: Modbus Type
37+
help:
38+
advanced: false
39+
optional: true
40+
modbus:
41+
baudrate: 9600
42+
comset: 8N1
43+
device: /dev/ttyUSB0
44+
host:
45+
id: 255
46+
port: 502
47+
rs485serial: true
48+
rs485tcpip: true
49+
tcpip: true

templates/nightly/en/charger/shelly-top-ac-portable-ev-charger.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ product:
33
identifier: shelly-top-ac-portable-ev-charger
44
brand: Shelly
55
description: Top AC Portable EV Charger
6+
capabilities: ["mA"]
67
requirements: ["sponsorship"]
8+
description: |
9+
'auto_charge' must be set to false.
710
render:
811
- default: |
912
type: template

0 commit comments

Comments
 (0)