Skip to content

Commit 439ff2c

Browse files
committed
Templates update for nightly evcc-io/evcc@fe6dfdf
1 parent c5d56b3 commit 439ff2c

File tree

8 files changed

+360
-0
lines changed

8 files changed

+360
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
template: phoenix-charx
2+
product:
3+
identifier: veton-one
4+
brand: Veton
5+
description: One
6+
render:
7+
- default: |
8+
type: template
9+
template: phoenix-charx
10+
11+
# Modbus TCP
12+
modbus: tcpip
13+
id: 255
14+
host: # Hostname
15+
port: 502 # Port
16+
advanced: |
17+
type: template
18+
template: phoenix-charx
19+
20+
# Modbus TCP
21+
modbus: tcpip
22+
id: 255
23+
host: # Hostname
24+
port: 502 # Port
25+
connector: 1 # Ladepunkt (falls >1 Ladepunkt), optional
26+
params:
27+
- name: modbus
28+
example:
29+
default:
30+
choice: ['tcpip']
31+
unit:
32+
description: Modbus Typ
33+
help:
34+
advanced: false
35+
optional: true
36+
- name: connector
37+
example:
38+
default: 1
39+
choice: []
40+
unit:
41+
description: Ladepunkt (falls >1 Ladepunkt)
42+
help:
43+
advanced: true
44+
optional: true
45+
modbus:
46+
host:
47+
id: 255
48+
modbus: tcpip
49+
port: 502
50+
tcpip: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
template: phoenix-charx
2+
product:
3+
identifier: veton-two
4+
brand: Veton
5+
description: Two
6+
render:
7+
- default: |
8+
type: template
9+
template: phoenix-charx
10+
11+
# Modbus TCP
12+
modbus: tcpip
13+
id: 255
14+
host: # Hostname
15+
port: 502 # Port
16+
advanced: |
17+
type: template
18+
template: phoenix-charx
19+
20+
# Modbus TCP
21+
modbus: tcpip
22+
id: 255
23+
host: # Hostname
24+
port: 502 # Port
25+
connector: 1 # Ladepunkt (falls >1 Ladepunkt), optional
26+
params:
27+
- name: modbus
28+
example:
29+
default:
30+
choice: ['tcpip']
31+
unit:
32+
description: Modbus Typ
33+
help:
34+
advanced: false
35+
optional: true
36+
- name: connector
37+
example:
38+
default: 1
39+
choice: []
40+
unit:
41+
description: Ladepunkt (falls >1 Ladepunkt)
42+
help:
43+
advanced: true
44+
optional: true
45+
modbus:
46+
host:
47+
id: 255
48+
modbus: tcpip
49+
port: 502
50+
tcpip: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
template: phoenix-charx
2+
product:
3+
identifier: veton-wall
4+
brand: Veton
5+
description: Wall
6+
render:
7+
- default: |
8+
type: template
9+
template: phoenix-charx
10+
11+
# Modbus TCP
12+
modbus: tcpip
13+
id: 255
14+
host: # Hostname
15+
port: 502 # Port
16+
advanced: |
17+
type: template
18+
template: phoenix-charx
19+
20+
# Modbus TCP
21+
modbus: tcpip
22+
id: 255
23+
host: # Hostname
24+
port: 502 # Port
25+
connector: 1 # Ladepunkt (falls >1 Ladepunkt), optional
26+
params:
27+
- name: modbus
28+
example:
29+
default:
30+
choice: ['tcpip']
31+
unit:
32+
description: Modbus Typ
33+
help:
34+
advanced: false
35+
optional: true
36+
- name: connector
37+
example:
38+
default: 1
39+
choice: []
40+
unit:
41+
description: Ladepunkt (falls >1 Ladepunkt)
42+
help:
43+
advanced: true
44+
optional: true
45+
modbus:
46+
host:
47+
id: 255
48+
modbus: tcpip
49+
port: 502
50+
tcpip: true

templates/nightly/de/vehicle/renault.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ render:
2929
identifiers: # Identifikation, Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional)
3030
priority: # Priorität, Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)
3131
cache: 15m # Cache, Zeitintervall für erneute Datenabfrage (optional)
32+
coarsecurrent: # 1A Ladestromvorgabe, Fahrzeug unterstützt nur 1A Schritte der Ladestromvorgabe (optional)
33+
streaming: # Unterstützt Streaming, Streaming Datenempfang erfolgt asynchron (optional)
34+
welcomecharge: # Laden bei Verbindung, Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)
3235
wakeupmode: default # Aufweckmechanismus, [default, alternative, MY24] (optional)
3336
params:
3437
- name: user
@@ -148,6 +151,33 @@ params:
148151
help: Zeitintervall für erneute Datenabfrage
149152
advanced: true
150153
optional: true
154+
- name: coarsecurrent
155+
example:
156+
default:
157+
choice: []
158+
unit:
159+
description: 1A Ladestromvorgabe
160+
help: Fahrzeug unterstützt nur 1A Schritte der Ladestromvorgabe
161+
advanced: true
162+
optional: true
163+
- name: streaming
164+
example:
165+
default:
166+
choice: []
167+
unit:
168+
description: Unterstützt Streaming
169+
help: Streaming Datenempfang erfolgt asynchron
170+
advanced: true
171+
optional: true
172+
- name: welcomecharge
173+
example:
174+
default:
175+
choice: []
176+
unit:
177+
description: Laden bei Verbindung
178+
help: Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden.
179+
advanced: true
180+
optional: true
151181
- name: wakeupmode
152182
example:
153183
default: default
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
template: phoenix-charx
2+
product:
3+
identifier: veton-one
4+
brand: Veton
5+
description: One
6+
render:
7+
- default: |
8+
type: template
9+
template: phoenix-charx
10+
11+
# Modbus TCP
12+
modbus: tcpip
13+
id: 255
14+
host: # Hostname
15+
port: 502 # Port
16+
advanced: |
17+
type: template
18+
template: phoenix-charx
19+
20+
# Modbus TCP
21+
modbus: tcpip
22+
id: 255
23+
host: # Hostname
24+
port: 502 # Port
25+
connector: 1 # Loadpoint (if >1 loadpoint), optional
26+
params:
27+
- name: modbus
28+
example:
29+
default:
30+
choice: ['tcpip']
31+
unit:
32+
description: Modbus Type
33+
help:
34+
advanced: false
35+
optional: true
36+
- name: connector
37+
example:
38+
default: 1
39+
choice: []
40+
unit:
41+
description: Loadpoint (if >1 loadpoint)
42+
help:
43+
advanced: true
44+
optional: true
45+
modbus:
46+
host:
47+
id: 255
48+
modbus: tcpip
49+
port: 502
50+
tcpip: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
template: phoenix-charx
2+
product:
3+
identifier: veton-two
4+
brand: Veton
5+
description: Two
6+
render:
7+
- default: |
8+
type: template
9+
template: phoenix-charx
10+
11+
# Modbus TCP
12+
modbus: tcpip
13+
id: 255
14+
host: # Hostname
15+
port: 502 # Port
16+
advanced: |
17+
type: template
18+
template: phoenix-charx
19+
20+
# Modbus TCP
21+
modbus: tcpip
22+
id: 255
23+
host: # Hostname
24+
port: 502 # Port
25+
connector: 1 # Loadpoint (if >1 loadpoint), optional
26+
params:
27+
- name: modbus
28+
example:
29+
default:
30+
choice: ['tcpip']
31+
unit:
32+
description: Modbus Type
33+
help:
34+
advanced: false
35+
optional: true
36+
- name: connector
37+
example:
38+
default: 1
39+
choice: []
40+
unit:
41+
description: Loadpoint (if >1 loadpoint)
42+
help:
43+
advanced: true
44+
optional: true
45+
modbus:
46+
host:
47+
id: 255
48+
modbus: tcpip
49+
port: 502
50+
tcpip: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
template: phoenix-charx
2+
product:
3+
identifier: veton-wall
4+
brand: Veton
5+
description: Wall
6+
render:
7+
- default: |
8+
type: template
9+
template: phoenix-charx
10+
11+
# Modbus TCP
12+
modbus: tcpip
13+
id: 255
14+
host: # Hostname
15+
port: 502 # Port
16+
advanced: |
17+
type: template
18+
template: phoenix-charx
19+
20+
# Modbus TCP
21+
modbus: tcpip
22+
id: 255
23+
host: # Hostname
24+
port: 502 # Port
25+
connector: 1 # Loadpoint (if >1 loadpoint), optional
26+
params:
27+
- name: modbus
28+
example:
29+
default:
30+
choice: ['tcpip']
31+
unit:
32+
description: Modbus Type
33+
help:
34+
advanced: false
35+
optional: true
36+
- name: connector
37+
example:
38+
default: 1
39+
choice: []
40+
unit:
41+
description: Loadpoint (if >1 loadpoint)
42+
help:
43+
advanced: true
44+
optional: true
45+
modbus:
46+
host:
47+
id: 255
48+
modbus: tcpip
49+
port: 502
50+
tcpip: true

templates/nightly/en/vehicle/renault.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ render:
2929
identifiers: # Identification, Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional)
3030
priority: # Priority, Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)
3131
cache: 15m # Cache, Time interval for data refresh (optional)
32+
coarsecurrent: # 1A current control, Vehicle supports 1A current steps only (optional)
33+
streaming: # Supports streaming, Streaming data is received asynchronously (optional)
34+
welcomecharge: # Charge on connection, Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)
3235
wakeupmode: default # Wakeup mechanism, [default, alternative, MY24] (optional)
3336
params:
3437
- name: user
@@ -148,6 +151,33 @@ params:
148151
help: Time interval for data refresh
149152
advanced: true
150153
optional: true
154+
- name: coarsecurrent
155+
example:
156+
default:
157+
choice: []
158+
unit:
159+
description: 1A current control
160+
help: Vehicle supports 1A current steps only
161+
advanced: true
162+
optional: true
163+
- name: streaming
164+
example:
165+
default:
166+
choice: []
167+
unit:
168+
description: Supports streaming
169+
help: Streaming data is received asynchronously
170+
advanced: true
171+
optional: true
172+
- name: welcomecharge
173+
example:
174+
default:
175+
choice: []
176+
unit:
177+
description: Charge on connection
178+
help: Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting.
179+
advanced: true
180+
optional: true
151181
- name: wakeupmode
152182
example:
153183
default: default

0 commit comments

Comments
 (0)