Skip to content

Commit 3e52e9f

Browse files
committed
Templates update for nightly evcc-io/evcc@6a7b867
1 parent 966aba1 commit 3e52e9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

templates/nightly/de/vehicle/teslalogger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ render:
1313
capacity: 50 # Akkukapazität (kWh), optional
1414
id: 1 # TeslaLogger CarID, optional
1515
url: http://192.0.2.2 # URL
16-
port: 5010 # Port, optional
16+
port: 5000 # Port, optional
1717
advanced: |
1818
type: template
1919
template: teslalogger
2020
title: # Titel, Wird in der Benutzeroberfläche angezeigt (optional)
2121
capacity: 50 # Akkukapazität (kWh), optional
2222
id: 1 # TeslaLogger CarID, optional
2323
url: http://192.0.2.2 # URL
24-
port: 5010 # Port, optional
24+
port: 5000 # Port, optional
2525
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)
2626
phases: 3 # Maximale Phasenanzahl, Die maximale Anzahl der Phasen welche genutzt werden können (optional)
2727
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)
@@ -68,7 +68,7 @@ params:
6868
optional: false
6969
- name: port
7070
example:
71-
default: 5010
71+
default: 5000
7272
choice: []
7373
unit:
7474
description: Port

templates/nightly/en/vehicle/teslalogger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ render:
1313
capacity: 50 # Battery capacity (kWh), optional
1414
id: 1 # TeslaLogger CarID, optional
1515
url: http://192.0.2.2 # URL
16-
port: 5010 # Port, optional
16+
port: 5000 # Port, optional
1717
advanced: |
1818
type: template
1919
template: teslalogger
2020
title: # Title, Will be displayed in the user interface (optional)
2121
capacity: 50 # Battery capacity (kWh), optional
2222
id: 1 # TeslaLogger CarID, optional
2323
url: http://192.0.2.2 # URL
24-
port: 5010 # Port, optional
24+
port: 5000 # Port, optional
2525
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)
2626
phases: 3 # Maximum number of phases, The maximum number of phases which can be used (optional)
2727
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)
@@ -68,7 +68,7 @@ params:
6868
optional: false
6969
- name: port
7070
example:
71-
default: 5010
71+
default: 5000
7272
choice: []
7373
unit:
7474
description: Port

0 commit comments

Comments
 (0)