Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@fbd22d1
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Dec 20, 2024
1 parent 335f4ad commit 9e3835c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/nightly/de/meter/slimmelezer-luxembourg_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
product:
brand: Zuidwijk
description: SlimmeLezer(+) in Luxembourg
description: |
Slimmelezer-Geräte in Luxemburg verwenden für verschiedene Sensoren andere Namen.
render:
- usage: grid
default: |
type: template
template: slimmelezer-luxembourg
usage: grid
host: 192.0.2.2 # IP-Adresse oder Hostname
1 change: 1 addition & 0 deletions templates/nightly/de/vehicle/tesla_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ render:
maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional)
identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional)
priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)
clientId: # optional
commandProxy: https://tesla.evcc.io/ # Bei Verwendung eines TWC3 (oder eines anderen 'dummen' Ladegeräts, das nicht steuerbar ist) kann evcc die Ladung direkt verwalten, indem es über einen Command Proxy mit dem Fahrzeug kommuniziert. Standardmäßig wird der von evcc bereitgestellte Proxy verwendet. Dieses parameter setzt die Basis-URL eines benutzerdefinierten Command Proxy, der anstelle des standardmäßigen evcc-Proxy verwendet werden soll. Siehe zum Beispiel https://github.com/wimaha/TeslaBleHttpProxy für einen Proxy, der Kommandos über Bluetooth sendet. (optional)
cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)
12 changes: 12 additions & 0 deletions templates/nightly/en/meter/slimmelezer-luxembourg_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
product:
brand: Zuidwijk
description: SlimmeLezer(+) in Luxembourg
description: |
Slimmelezer devices use different sensor names in Luxembourg.
render:
- usage: grid
default: |
type: template
template: slimmelezer-luxembourg
usage: grid
host: 192.0.2.2 # IP address or hostname
1 change: 1 addition & 0 deletions templates/nightly/en/vehicle/tesla_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ render:
maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional)
identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional)
priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)
clientId: # optional
commandProxy: https://tesla.evcc.io/ # When using a TWC3 (or other 'dumb' charger not capable of control), evcc can manage the charge directly by communicating with the vehicle through a Command Proxy. By default, the proxy provided by evcc is used. With this parameter, you set the base URL of a custom Command Proxy to use instead of the default evcc one. See for example https://github.com/wimaha/TeslaBleHttpProxy for a proxy sending commands via bluetooth. (optional)
cache: 15m # Time interval with when data should be reloaded from the vehicle (optional)

0 comments on commit 9e3835c

Please sign in to comment.