diff --git a/docs/reference/configuration/loadpoints.md b/docs/reference/configuration/loadpoints.md
index 3f37d7a3b3..eb00ce8294 100644
--- a/docs/reference/configuration/loadpoints.md
+++ b/docs/reference/configuration/loadpoints.md
@@ -335,54 +335,6 @@ Ist dem Ladepunkt keine Wallbox, sondern eine der unterstützten schaltbaren Ste
---
-### `minCurrent`
-
-:::note veraltet in yaml
-Dieser Wert kann nun im Einstellungsdialog am Ladepunkt gesetzt werden.
-:::
-
-Definiert die minimal genutzte Stromstärke in Ampere (A) pro angeschlossener Phase von der Zuleitung zur Wallbox.
-
-Wie bereits bei `phases` beschrieben, wird über diesen Wert die Mindestladeleistung festgelegt.
-
-Bei Wallboxen mit automatischer Phasenumschaltung wird in 3p solange geladen, bis dieser Wert (von oben) erreicht ist. Erst dann wird auf 1p umgeschaltet.
-
-:::info
-Im Allgemeinen benötigt ein Elektrofahrzeug mindestens eine Stromstärke von 6A pro Phase um zu Laden. Bei manchen Fahrzeugen wird jedoch auch eine höhere Mindeststromstärke benötigt!
-
-Bei Wallboxen und Fahrzeugen welche über den ISO15118 Standard kommunizieren kann unter Umständen auch mit einer geringeren Stromstärke pro Phase geladen werden, wenn die Gesamtleistung trotzdem mindestens etwa 1,4kW beträgt.
-:::
-
-**Standardwert:** `6`
-
-**Beispiel**:
-
-```yaml
-mincurrent: 6
-```
-
----
-
-### `maxCurrent`
-
-:::note veraltet in yaml
-Dieser Wert kann nun im Einstellungsdialog am Ladepunkt gesetzt werden.
-:::
-
-Definiert die maximal zulässige Stromstärke in Ampere (A) pro angeschlossener Phase von der Zuleitung zur Wallbox.
-
-Bei Wallboxen mit automatischer Phasenumschaltung wird in 1p solange geladen, bis dieser Wert (von unten) erreicht ist. Erst dann wird auf 3p umgeschaltet.
-
-**Standardwert:** `16`
-
-**Beispiel**:
-
-```yaml
-maxcurrent: 16
-```
-
----
-
### `priority`
Dient während der Ladung der Priorisierung von Loadpoints untereinander.
diff --git a/docs/reference/configuration/messaging.md b/docs/reference/configuration/messaging.md
index 0351720f2d..b5cd7fd30c 100644
--- a/docs/reference/configuration/messaging.md
+++ b/docs/reference/configuration/messaging.md
@@ -159,8 +159,8 @@ Die von evcc bereitgestellten Variablen (siehe auch /api/state) müssen als rege
- Ladepunkte (loadpoint)
- Konfiguration
- [`loadpoint`](loadpoints) - Laufende Nummer des Ladepunktes (_integer_)
- - [`maxCurrent`](loadpoints#maxcurrent) - Maximale Lade-Stromstärke in Ampere (_float_)
- - [`minCurrent`](loadpoints#mincurrent) - Minimale Lade-Stromstärke in Ampere (_float_)
+ - `maxCurrent` - Maximale Lade-Stromstärke in Ampere (_float_)
+ - `minCurrent` - Minimale Lade-Stromstärke in Ampere (_float_)
- [`mode`](loadpoints#mode) - Initialer Modus des Ladepunktes nach evcc-Start `off`/`now`/`min`/`pv` (_string_)
- [`phases`](loadpoints#phases) - Initial aktive Anzahl Stromphasen des Ladepunktes nach evcc-Start (_integer_)
- [`title`](loadpoints#title) - Bezeichnung des Ladepunktes in der evcc App (_string_)
diff --git a/docs/reference/configuration/vehicles.mdx b/docs/reference/configuration/vehicles.mdx
index 1857b2e24d..3bea2c65dd 100644
--- a/docs/reference/configuration/vehicles.mdx
+++ b/docs/reference/configuration/vehicles.mdx
@@ -119,49 +119,6 @@ cache: 5m
---
-### `onIdentify`
-
-Standardwerte die bei Erkennung des Fahrzeuges angewendet werden sollen:
-
-**Mögliche Werte**:
-
-- [`mode`](loadpoints#mode)
-- [`minCurrent`](loadpoints#mincurrent)
-- [`maxCurrent`](loadpoints#maxcurrent)
-- [`priority`](https://docs.evcc.io/docs/reference/configuration/loadpoints#priority)
-
-:::
-
-**Beispiel**:
-
-
-
- Wenn die Fahrzeuge über den type=templates in die Konfiguration eingebunden werdnen, z.b. bei Verwendung von evcc configure.
-
-```yaml
-mode: pv
-mincurrent: 8
-maxcurrent: 20
-priority: 5
-```
-
-
-
- Wenn die Fahrzeuge über ihren nativen Typ, z.b. type=audi, in die Konfiguration eingebunden werden.
-
-```yaml
-onIdentify: # set defaults when vehicle is identified
- mode: pv
- mincurrent: 8
- maxcurrent: 20
- priority: 5
-```
-
-
-
-
----
-
### `identifiers`
Eine Liste mit einer oder mehreren Kennungen um das Fahrzeug zu identifizieren. Soll das Fahrzeug zum Beispiel an unterschiedlichen Wallboxen identifiziert werden können, müssen unter Umständen mehrere Kennungen verwendet werden. Die Erkennung kann dabei über folgende Mechanismen erfolgen:
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/loadpoints.md b/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/loadpoints.md
index 45617eca6a..16a49cc539 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/loadpoints.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/loadpoints.md
@@ -329,54 +329,6 @@ If the charging point is not assigned a charger but one of the supported control
---
-### `minCurrent`
-
-:::note deprecated in yaml
-This value can now be set in the charging point settings dialog.
-:::
-
-Defines the minimum used current in amperes (A) per connected phase from the supply to the charger.
-
-As mentioned with `phases`, this value sets the minimum charging power.
-
-For chargers with automatic phase switching, it will continue to charge in 3p until this value (from above) is reached. Only then will it switch to 1p.
-
-:::info
-In general, an electric vehicle requires a minimum current of 6A per phase to charge. However, some vehicles might require a higher minimum current!
-
-For chargers and vehicles communicating via the ISO15118 standard, it might be possible to charge with a lower current per phase if the total power is still at least around 1.4kW.
-:::
-
-**Default value:** `6`
-
-**For example**:
-
-```yaml
-mincurrent: 6
-```
-
----
-
-### `maxCurrent`
-
-:::note deprecated in yaml
-This value can now be set in the charging point settings dialog.
-:::
-
-Defines the maximum allowable current in amps (A) per connected phase from the supply to the charger.
-
-For chargers with automatic phase switching, it will continue to charge in single phase until this value (from below) is reached. Only then will it switch to three-phase.
-
-**Default value:** `16`
-
-**For example**:
-
-```yaml
-maxcurrent: 16
-```
-
----
-
### `priority`
During charging, this parameter prioritises loadpoints with each other.
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md b/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md
index eb99ba16f6..8dd5e804ca 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md
@@ -160,8 +160,8 @@ The variables provided by evcc (also see /api/state) must be defined as `${
-
- When vehicles are integrated into the configuration using the type=templates, e.g., when using evcc configure.
-
- mode: pv
- mincurrent: 8
- maxcurrent: 20
- minSoc: 40
- targetSoc: 80
- priority: 5
-
-
-
- When vehicles are integrated using their native type, e.g., type=audi, in the configuration.
-
- onIdentify: # set defaults when vehicle is identified
- mode: pv
- mincurrent: 8
- maxcurrent: 20
- minSoc: 40
- targetSoc: 80
- priority: 5
-
-
-
-
----
-
### `identifiers`
A list of one or more identifiers to identify the vehicle. If the vehicle needs to be identified at different chargers, multiple identifiers might be necessary. Identification can be achieved using the following mechanisms:
diff --git a/static/rest-api.yaml b/static/rest-api.yaml
index 26f9226743..f0ea25b31a 100644
--- a/static/rest-api.yaml
+++ b/static/rest-api.yaml
@@ -309,8 +309,7 @@ paths:
post:
summary: Update maximum current
description: >
- Updates the maximum current of the loadpoint. [Read
- more.](/en/docs/reference/configuration/loadpoints#maxcurrent)
+ Updates the maximum current of the loadpoint.
tags:
- Loadpoints
parameters:
@@ -323,8 +322,7 @@ paths:
post:
summary: Update minimum current
description: >
- Updates the minimum current of the loadpoint. [Read
- more.](/en/docs/reference/configuration/loadpoints#mincurrent)
+ Updates the minimum current of the loadpoint.
tags:
- Loadpoints
parameters: