Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@2a2e576
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Dec 30, 2024
1 parent 2664713 commit 622fb88
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/nightly/de/charger/vaillant_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ render:
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
zone: # Id der Boostzone (zusätzlich zu Warmwasser) (optional)
setpoint: # Boost Temperatur (zusätzlich zu Warmwasser) (optional)
advanced: |
type: template
template: vaillant
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional)
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
zone: # Id der Boostzone (zusätzlich zu Warmwasser) (optional)
setpoint: # Boost Temperatur (zusätzlich zu Warmwasser) (optional)
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional)
29 changes: 29 additions & 0 deletions templates/nightly/de/vehicle/tesla-ble_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
product:
description: Tesla BLE
group: Generische Unterstützung
description: |
Open Source Tesla BLE HTTP Proxy https://github.com/wimaha/TeslaBleHttpProxy
render:
- default: |
type: template
template: tesla-ble
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
vin: W... # Erforderlich für BLE-Verbindung
url: http://192.168.178.27 # URL des Tesla BLE HTTP Proxy
port: 8080 # Port des Tesla BLE HTTP Proxy (optional)
advanced: |
type: template
template: tesla-ble
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
vin: W... # Erforderlich für BLE-Verbindung
url: http://192.168.178.27 # URL des Tesla BLE HTTP Proxy
port: 8080 # Port des Tesla BLE HTTP Proxy (optional)
icon: car # Icon in der Benutzeroberfläche (optional)
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional)
mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional)
minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional)
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)
8 changes: 8 additions & 0 deletions templates/nightly/en/charger/vaillant_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ render:
password: # Password of the user account (use single quotes in case of leading zeros) (optional)
zone: # Boost zone id (in addition to hot water) (optional)
setpoint: # Boost temperature setpoint (in addition to hot water) (optional)
advanced: |
type: template
template: vaillant
user: # User account (e.g. email address, user id, etc.) (optional)
password: # Password of the user account (use single quotes in case of leading zeros) (optional)
zone: # Boost zone id (in addition to hot water) (optional)
setpoint: # Boost temperature setpoint (in addition to hot water) (optional)
phases: 3 # The maximum number of phases which can be used (optional)
29 changes: 29 additions & 0 deletions templates/nightly/en/vehicle/tesla-ble_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
product:
description: Tesla BLE
group: Generic support
description: |
Open Source Tesla BLE HTTP Proxy https://github.com/wimaha/TeslaBleHttpProxy
render:
- default: |
type: template
template: tesla-ble
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
vin: W... # Required for BLE connection
url: http://192.168.178.27 # URL of the Tesla BLE HTTP Proxy
port: 8080 # Port of the Tesla BLE HTTP Proxy (optional)
advanced: |
type: template
template: tesla-ble
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
vin: W... # Required for BLE connection
url: http://192.168.178.27 # URL of the Tesla BLE HTTP Proxy
port: 8080 # Port of the Tesla BLE HTTP Proxy (optional)
icon: car # Icon as shown in user interface (optional)
phases: 3 # The maximum number of phases which can be used (optional)
mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional)
minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional)
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)

0 comments on commit 622fb88

Please sign in to comment.