Skip to content

Commit

Permalink
docs: add minsoc, maxsoc (#18657)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Feb 7, 2025
1 parent 1e21f9a commit 4311228
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
6 changes: 0 additions & 6 deletions templates/definition/meter/tesla-powerwall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ params:
- name: minsoc
type: int
advanced: true
help:
en: the battery reserve percentage to reset to when switching the Battery back to normal operations
de: die Energyreserve auf die zurückgesetzt wird, wenn die Entladung wieder freigegeben wird
- name: maxsoc
type: int
advanced: true
help:
en: the battery reserve percentage to set to when switching the Battery to charge mode
de: die Energyreserve auf die gesetzt wird, wenn Batterieladung angefordert wird
render: |
type: powerwall
uri: {{ .host }}
Expand Down
20 changes: 10 additions & 10 deletions util/templates/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,21 @@ params:
type: chargemodes
- name: minsoc
description:
de: Minimaler Ladestand (Soc) in %
en: Minimum state of charge (Soc) in %
de: Minimaler Ladestand (%)
en: Minimum charge (%)
help:
de: Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht
en: Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off'
de: Untere Grenze beim Entladen der Batterie (normaler Betrieb)
en: Lower limit when discharging the battery (normal operation)
example: 25
type: int
- name: targetsoc
- name: maxsoc
description:
de: Zielladestand (Soc) in %
en: Target state of charge (Soc) in %
de: Maximale Ladestand (%)
en: Maximum charge (%)
help:
de: Bis zu welchem Ladestand (Soc) soll das Fahrzeug geladen werden
en: Until which state of charge (Soc) should the vehicle be charged
example: 80
de: Oberes Limit beim Laden der Batterie aus dem Netz
en: Upper limit when charging the battery from the grid
example: 95
type: int
- name: mincurrent
description:
Expand Down

0 comments on commit 4311228

Please sign in to comment.