You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: # Titel, Wird in der Benutzeroberfläche angezeigt (optional)
10
+
capacity: 50 # Akkukapazität (kWh), optional
11
+
clientid: # FordConnect Query Client ID, Einrichtung unter https://developer.ford.com/apis/fordconnect-query
12
+
clientsecret: # FordConnect Query Client Secret, Einrichtung unter https://developer.ford.com/apis/fordconnect-query
13
+
redirecturi: # FordConnect Query Redirect URL, Einrichtung unter https://developer.ford.com/apis/fordconnect-query
14
+
vin: WF0FXX... # Fahrzeugidentifikationsnummer, Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind (optional)
15
+
advanced: |
16
+
type: template
17
+
template: ford-connect-query
18
+
title: # Titel, Wird in der Benutzeroberfläche angezeigt (optional)
19
+
capacity: 50 # Akkukapazität (kWh), optional
20
+
clientid: # FordConnect Query Client ID, Einrichtung unter https://developer.ford.com/apis/fordconnect-query
21
+
clientsecret: # FordConnect Query Client Secret, Einrichtung unter https://developer.ford.com/apis/fordconnect-query
22
+
redirecturi: # FordConnect Query Redirect URL, Einrichtung unter https://developer.ford.com/apis/fordconnect-query
23
+
vin: WF0FXX... # Fahrzeugidentifikationsnummer, Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind (optional)
24
+
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)
25
+
phases: 3 # Maximale Phasenanzahl, Die maximale Anzahl der Phasen welche genutzt werden können (optional)
26
+
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)
27
+
minCurrent: 6 # Minimale Stromstärke (A), Definiert die minimale Stromstärke pro angeschlossener Phase die genutzt werden kann (optional)
28
+
maxCurrent: 16 # Maximale Stromstärke (A), Definiert die maximale Stromstärke pro angeschlossener Phase die genutzt werden kann (optional)
29
+
identifiers: # Identifikation, Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional)
30
+
priority: # Priorität, Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)
31
+
cache: 15m # Cache, Zeitintervall für erneute Datenabfrage (optional)
32
+
params:
33
+
- name: title
34
+
example:
35
+
default:
36
+
choice: []
37
+
unit:
38
+
description: Titel
39
+
help: Wird in der Benutzeroberfläche angezeigt
40
+
advanced: false
41
+
optional: true
42
+
- name: capacity
43
+
example: 50
44
+
default:
45
+
choice: []
46
+
unit: kWh
47
+
description: Akkukapazität
48
+
help:
49
+
advanced: false
50
+
optional: true
51
+
- name: clientid
52
+
example:
53
+
default:
54
+
choice: []
55
+
unit:
56
+
description: FordConnect Query Client ID
57
+
help: Einrichtung unter https://developer.ford.com/apis/fordconnect-query
58
+
advanced: false
59
+
optional: false
60
+
- name: clientsecret
61
+
example:
62
+
default:
63
+
choice: []
64
+
unit:
65
+
description: FordConnect Query Client Secret
66
+
help: Einrichtung unter https://developer.ford.com/apis/fordconnect-query
67
+
advanced: false
68
+
optional: false
69
+
- name: redirecturi
70
+
example:
71
+
default:
72
+
choice: []
73
+
unit:
74
+
description: FordConnect Query Redirect URL
75
+
help: Einrichtung unter https://developer.ford.com/apis/fordconnect-query
76
+
advanced: false
77
+
optional: false
78
+
- name: vin
79
+
example: WF0FXX...
80
+
default:
81
+
choice: []
82
+
unit:
83
+
description: Fahrzeugidentifikationsnummer
84
+
help: Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind
Spain PVPC tariff extracted from https://api.esios.ree.es. It is possible to create grid and feed-in tariffs. You need a token in order to be able to use the api
9
+
render:
10
+
- default: |
11
+
type: template
12
+
template: esios-tariff-api
13
+
securitytoken: # Esios personal Security token, Request your token at <a href="mailto:[email protected]?subject=Personal token request">[email protected]</a>
14
+
indicator: 1001 # Indicator to retrieve from the API., 1001 = Grid Tariff, 1739 = Feed-in Tariff [1001, 1739]
15
+
region: Península # Retrieve 1 out of 5 regions from the API., Península, Canarias, Baleares, Ceuta, Melilla [Península, Canarias, Baleares, Ceuta, Melilla]
16
+
advanced: |
17
+
type: template
18
+
template: esios-tariff-api
19
+
securitytoken: # Esios personal Security token, Request your token at <a href="mailto:[email protected]?subject=Personal token request">[email protected]</a>
20
+
indicator: 1001 # Indicator to retrieve from the API., 1001 = Grid Tariff, 1739 = Feed-in Tariff [1001, 1739]
21
+
region: Península # Retrieve 1 out of 5 regions from the API., Península, Canarias, Baleares, Ceuta, Melilla [Península, Canarias, Baleares, Ceuta, Melilla]
22
+
charges: # Charge, Additional fixed charge per kWh (e.g. 0.05 for 5 cents) (optional)
0 commit comments