Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add minsoc, maxsoc #18657

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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