Skip to content

Commit abfb8fc

Browse files
committed
Templates update for nightly evcc-io/evcc@1c8387c
1 parent 50e0686 commit abfb8fc

2 files changed

Lines changed: 320 additions & 0 deletions

File tree

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
template: lexus
2+
product:
3+
identifier: lexus
4+
brand: Lexus
5+
description: |
6+
Benötigt Lexus Link+ Connected Services Account.
7+
8+
render:
9+
- default: |
10+
type: template
11+
template: lexus
12+
user: # Benutzerkonto, bspw. E-Mail Adresse, User Id, etc.
13+
password: # Passwort, Bei führenden Nullen bitte in einfache Hochkommata setzen
14+
title: # Titel, Wird in der Benutzeroberfläche angezeigt (optional)
15+
capacity: 50 # Akkukapazität (kWh), optional
16+
vin: JT... # Fahrzeugidentifikationsnummer, Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind (optional)
17+
advanced: |
18+
type: template
19+
template: lexus
20+
user: # Benutzerkonto, bspw. E-Mail Adresse, User Id, etc.
21+
password: # Passwort, Bei führenden Nullen bitte in einfache Hochkommata setzen
22+
title: # Titel, Wird in der Benutzeroberfläche angezeigt (optional)
23+
capacity: 50 # Akkukapazität (kWh), optional
24+
vin: JT... # Fahrzeugidentifikationsnummer, Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind (optional)
25+
icon: car # Icon, Wird in der Benutzeroberfläche angezeigt [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)
26+
phases: 3 # Maximale Phasenanzahl, Die maximale Anzahl der Phasen welche genutzt werden können (optional)
27+
mode: # Standardlademodus, Wird beim Anschließen eines Fahrzeugs verwendet. Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional)
28+
minCurrent: 6 # Minimale Stromstärke (A), Definiert die minimale Stromstärke pro angeschlossener Phase die genutzt werden kann (optional)
29+
maxCurrent: 16 # Maximale Stromstärke (A), Definiert die maximale Stromstärke pro angeschlossener Phase die genutzt werden kann (optional)
30+
maxPower: # Ladeleistungs-Hinweis (W), Definiert die maximale Ladeleistung des Fahrzeugs. Hilft, die Ladeplanung zu verbessern, wenn das Fahrzeug üblicherweise weniger Strom nutzt als angeboten oder höhere Ströme bei einphasigem Laden erlaubt als bei dreiphasigem. _Der bereitgestellte Strom des Ladepunktes wird nicht beeinflusst._ (optional)
31+
identifiers: # Identifikation, Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional)
32+
priority: # Priorität, Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)
33+
cache: 15m # Cache, Zeitintervall für erneute Datenabfrage (optional)
34+
params:
35+
- name: user
36+
example:
37+
default:
38+
choice: []
39+
unit:
40+
description: Benutzerkonto
41+
help: bspw. E-Mail Adresse, User Id, etc.
42+
advanced: false
43+
optional: false
44+
- name: password
45+
example:
46+
default:
47+
choice: []
48+
unit:
49+
description: Passwort
50+
help: Bei führenden Nullen bitte in einfache Hochkommata setzen
51+
advanced: false
52+
optional: false
53+
- name: title
54+
example:
55+
default:
56+
choice: []
57+
unit:
58+
description: Titel
59+
help: Wird in der Benutzeroberfläche angezeigt
60+
advanced: false
61+
optional: true
62+
- name: capacity
63+
example: 50
64+
default:
65+
choice: []
66+
unit: kWh
67+
description: Akkukapazität
68+
help:
69+
advanced: false
70+
optional: true
71+
- name: vin
72+
example: JT...
73+
default:
74+
choice: []
75+
unit:
76+
description: Fahrzeugidentifikationsnummer
77+
help: Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind
78+
advanced: false
79+
optional: true
80+
- name: icon
81+
example:
82+
default: car
83+
choice: ['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']
84+
unit:
85+
description: Icon
86+
help: Wird in der Benutzeroberfläche angezeigt
87+
advanced: true
88+
optional: true
89+
- name: phases
90+
example: 3
91+
default:
92+
choice: []
93+
unit:
94+
description: Maximale Phasenanzahl
95+
help: Die maximale Anzahl der Phasen welche genutzt werden können
96+
advanced: true
97+
optional: true
98+
- name: mode
99+
example:
100+
default:
101+
choice: []
102+
unit:
103+
description: Standardlademodus
104+
help: Wird beim Anschließen eines Fahrzeugs verwendet. Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll
105+
advanced: true
106+
optional: true
107+
- name: minCurrent
108+
example: 6
109+
default:
110+
choice: []
111+
unit: A
112+
description: Minimale Stromstärke
113+
help: Definiert die minimale Stromstärke pro angeschlossener Phase die genutzt werden kann
114+
advanced: true
115+
optional: true
116+
- name: maxCurrent
117+
example: 16
118+
default:
119+
choice: []
120+
unit: A
121+
description: Maximale Stromstärke
122+
help: Definiert die maximale Stromstärke pro angeschlossener Phase die genutzt werden kann
123+
advanced: true
124+
optional: true
125+
- name: maxPower
126+
example:
127+
default:
128+
choice: []
129+
unit: W
130+
description: Ladeleistungs-Hinweis
131+
help: Definiert die maximale Ladeleistung des Fahrzeugs. Hilft, die Ladeplanung zu verbessern, wenn das Fahrzeug üblicherweise weniger Strom nutzt als angeboten oder höhere Ströme bei einphasigem Laden erlaubt als bei dreiphasigem. _Der bereitgestellte Strom des Ladepunktes wird nicht beeinflusst._
132+
advanced: true
133+
optional: true
134+
- name: identifiers
135+
example:
136+
default:
137+
choice: []
138+
unit:
139+
description: Identifikation
140+
help: 'Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle'
141+
advanced: true
142+
optional: true
143+
- name: priority
144+
example:
145+
default:
146+
choice: []
147+
unit:
148+
description: Priorität
149+
help: Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie
150+
advanced: true
151+
optional: true
152+
- name: cache
153+
example: 5m
154+
default: 15m
155+
choice: []
156+
unit:
157+
description: Cache
158+
help: Zeitintervall für erneute Datenabfrage
159+
advanced: true
160+
optional: true
Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
template: lexus
2+
product:
3+
identifier: lexus
4+
brand: Lexus
5+
description: |
6+
Requires Lexus Link+ Connected Services Account.
7+
8+
render:
9+
- default: |
10+
type: template
11+
template: lexus
12+
user: # Username, e.g. email address, user id, etc.
13+
password: # Password, Use single quotes in case of leading zeros
14+
title: # Title, Will be displayed in the user interface (optional)
15+
capacity: 50 # Battery capacity (kWh), optional
16+
vin: JT... # Vehicle Identification Number, If you own multiple vehicles from the same manufacturer (optional)
17+
advanced: |
18+
type: template
19+
template: lexus
20+
user: # Username, e.g. email address, user id, etc.
21+
password: # Password, Use single quotes in case of leading zeros
22+
title: # Title, Will be displayed in the user interface (optional)
23+
capacity: 50 # Battery capacity (kWh), optional
24+
vin: JT... # Vehicle Identification Number, If you own multiple vehicles from the same manufacturer (optional)
25+
icon: car # Icon, Will be displayed in the 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)
26+
phases: 3 # Maximum number of phases, The maximum number of phases which can be used (optional)
27+
mode: # Default charging mode, Used when a vehicle is connected. Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional)
28+
minCurrent: 6 # Minimum amperage (A), The minimum amperage per connected phase that can be used (optional)
29+
maxCurrent: 16 # Maximum amperage (A), The maximum amperage per connected phase that can be used (optional)
30+
maxPower: # Maximum charging power hint (W), Defines the maximum charging power of the vehicle. Helps improve charge plan accuracy when the vehicle typically uses less than the offered current or supports higher single-phase current compared to three-phase. _The offered current of the loadpoint is not affected._ (optional)
31+
identifiers: # Identification, Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional)
32+
priority: # Priority, Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)
33+
cache: 15m # Cache, Time interval for data refresh (optional)
34+
params:
35+
- name: user
36+
example:
37+
default:
38+
choice: []
39+
unit:
40+
description: Username
41+
help: e.g. email address, user id, etc.
42+
advanced: false
43+
optional: false
44+
- name: password
45+
example:
46+
default:
47+
choice: []
48+
unit:
49+
description: Password
50+
help: Use single quotes in case of leading zeros
51+
advanced: false
52+
optional: false
53+
- name: title
54+
example:
55+
default:
56+
choice: []
57+
unit:
58+
description: Title
59+
help: Will be displayed in the user interface
60+
advanced: false
61+
optional: true
62+
- name: capacity
63+
example: 50
64+
default:
65+
choice: []
66+
unit: kWh
67+
description: Battery capacity
68+
help:
69+
advanced: false
70+
optional: true
71+
- name: vin
72+
example: JT...
73+
default:
74+
choice: []
75+
unit:
76+
description: Vehicle Identification Number
77+
help: If you own multiple vehicles from the same manufacturer
78+
advanced: false
79+
optional: true
80+
- name: icon
81+
example:
82+
default: car
83+
choice: ['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']
84+
unit:
85+
description: Icon
86+
help: Will be displayed in the user interface
87+
advanced: true
88+
optional: true
89+
- name: phases
90+
example: 3
91+
default:
92+
choice: []
93+
unit:
94+
description: Maximum number of phases
95+
help: The maximum number of phases which can be used
96+
advanced: true
97+
optional: true
98+
- name: mode
99+
example:
100+
default:
101+
choice: []
102+
unit:
103+
description: Default charging mode
104+
help: Used when a vehicle is connected. Possible values are Off, Now, MinPV and PV, or empty if none should be set
105+
advanced: true
106+
optional: true
107+
- name: minCurrent
108+
example: 6
109+
default:
110+
choice: []
111+
unit: A
112+
description: Minimum amperage
113+
help: The minimum amperage per connected phase that can be used
114+
advanced: true
115+
optional: true
116+
- name: maxCurrent
117+
example: 16
118+
default:
119+
choice: []
120+
unit: A
121+
description: Maximum amperage
122+
help: The maximum amperage per connected phase that can be used
123+
advanced: true
124+
optional: true
125+
- name: maxPower
126+
example:
127+
default:
128+
choice: []
129+
unit: W
130+
description: Maximum charging power hint
131+
help: Defines the maximum charging power of the vehicle. Helps improve charge plan accuracy when the vehicle typically uses less than the offered current or supports higher single-phase current compared to three-phase. _The offered current of the loadpoint is not affected._
132+
advanced: true
133+
optional: true
134+
- name: identifiers
135+
example:
136+
default:
137+
choice: []
138+
unit:
139+
description: Identification
140+
help: 'Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle'
141+
advanced: true
142+
optional: true
143+
- name: priority
144+
example:
145+
default:
146+
choice: []
147+
unit:
148+
description: Priority
149+
help: Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy
150+
advanced: true
151+
optional: true
152+
- name: cache
153+
example: 5m
154+
default: 15m
155+
choice: []
156+
unit:
157+
description: Cache
158+
help: Time interval for data refresh
159+
advanced: true
160+
optional: true

0 commit comments

Comments
 (0)