Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@b728e23
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jan 5, 2025
1 parent 6c9bd69 commit 293116f
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 12 deletions.
15 changes: 15 additions & 0 deletions templates/nightly/de/charger/ac-thor_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
product:
brand: my-PV
description: AC THOR, AC THOR 9s
group: Wärmeerzeuger
requirements: ["sponsorship"]
render:
- default: |
type: template
template: ac-thor
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
19 changes: 13 additions & 6 deletions templates/nightly/de/vehicle/smart_0.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
product:
brand: Smart
description: EQ
description: |
Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden.
render:
- default: |
type: template
template: smart
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
region: EMEA
accessToken:
refreshToken:
vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
advanced: |
type: template
template: smart
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
region: EMEA
accessToken:
refreshToken:
vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (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)
Expand Down
15 changes: 15 additions & 0 deletions templates/nightly/en/charger/ac-thor_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
product:
brand: my-PV
description: AC THOR, AC THOR 9s
group: Heating devices
requirements: ["sponsorship"]
render:
- default: |
type: template
template: ac-thor
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
19 changes: 13 additions & 6 deletions templates/nightly/en/vehicle/smart_0.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
product:
brand: Smart
description: EQ
description: |
Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`.
render:
- default: |
type: template
template: smart
user: # User account (e.g. email address, user id, etc.)
password: # Password of the user account (use single quotes in case of leading zeros)
vin: W... # Required if you own multiple vehicles of the same brand (optional)
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
user: # User account (e.g. email address, user id, etc.)
region: EMEA
accessToken:
refreshToken:
vin: V... # Required if you own multiple vehicles of the same brand (optional)
advanced: |
type: template
template: smart
user: # User account (e.g. email address, user id, etc.)
password: # Password of the user account (use single quotes in case of leading zeros)
vin: W... # Required if you own multiple vehicles of the same brand (optional)
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
user: # User account (e.g. email address, user id, etc.)
region: EMEA
accessToken:
refreshToken:
vin: V... # Required if you own multiple vehicles of the same brand (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)
Expand Down

0 comments on commit 293116f

Please sign in to comment.