Skip to content

Commit

Permalink
clarify vehicle capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 2, 2024
1 parent 3decb96 commit 33935eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/configuration/vehicles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ Dies ist der evcc Schnittstellen-Typ, mit Hilfe dessen mit dem Fahrzeug kommuniz

### `capacity`

Die Kapazität der Batterie des Fahrzeugs in kWh (netto).
Die nutzbare Kapazität der Batterie des Fahrzeugs in kWh.

Dieser Wert wird nur als Startwert angenommen. `evcc` kalkuliert und korrigiert die tatsächlichen Werte anhand der folgenden SOC-Abfragen selbst.
Wird verwendet um den Energiebedarf bei Ladeplanung zu berechnen.

**Beispiel**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ This is the evcc interface type that allows communication with the vehicle. Know

### `capacity`

The capacity of the vehicle's battery in kilowatt-hours (kWh).
The usable capacity of the vehicle's battery in kilowatt-hours (kWh).

Used to calculate the energy requirement for charging planning.

**For example**:

Expand Down

0 comments on commit 33935eb

Please sign in to comment.