diff --git a/docs/features/battery.mdx b/docs/features/battery.mdx index ba6cdb10a..e73a845b2 100644 --- a/docs/features/battery.mdx +++ b/docs/features/battery.mdx @@ -79,6 +79,24 @@ Wie auch im vorherigen Beispiel endet die Ladung, wenn der Ladestand des Hausspe caption="Automatischer Start" /> +## Batterie Boost +:::warning Experimentell +Batterie Boost befindet sich gerade noch in der Erprobungsphase. +::: + +Durch den Batterie Boost wird der PV-Modus maximal durch die Hausbatterie unterstützt. Zusätzlich zu der Leistung aus der Photovoltaikananlage wird die maximal mögliche Leistung aus der Batterie gezogen. Das Boostverhalten endet, wenn das Auto abgesteckt wird oder der Modus umgeschaltet wird. + +Der Batterie Boost kann in den Einstellungen des Loadpoints aktiviert werden: + + + +Beispiel: +Dies ist nützlich wenn das Fahrzeug in Kürze die Ladestation verlassen wird, in den kommenden Stunden aber viel Sonnenüberschuss verfügbar sein wird. +So kann kurz vor der Abfahrt noch Energie aus der Hausbatterie ins Fahrzeug geladen werden und die Hausbatterie lädt sich danach wieder auf. + ## Mehrere Batterien Natürlich kannst du in evcc auch mehrere Batterien konfigurieren. diff --git a/docs/integrations/mqtt-api.md b/docs/integrations/mqtt-api.md index 5d42f17b6..4f46672b7 100644 --- a/docs/integrations/mqtt-api.md +++ b/docs/integrations/mqtt-api.md @@ -44,6 +44,7 @@ Alle API IDs (z.B. die Loadpoint ID) beginnen bei `1`. - `evcc/loadpoints//maxCurrent`: current maxCurrent value (writable) - `evcc/loadpoints//enableThreshold`: threshold value (writable) - `evcc/loadpoints//disableThreshold`: threshold value (writable) +- `evcc/loadpoints//batteryboost`: battery boost enabled (writeable: [1/0]) :::note Um schreibbare Einstellungen durchzuführen, muss ein `/set` am Ende des Topics hinzugefügt werden an welches der neue Wert gesendet wird. diff --git a/docs/integrations/rest-api.md b/docs/integrations/rest-api.md index 43caddebc..d0b8a0acd 100644 --- a/docs/integrations/rest-api.md +++ b/docs/integrations/rest-api.md @@ -50,6 +50,7 @@ Alle API IDs (z.B. die Loadpoint ID) beginnen bei `1`. - `POST /api/loadpoints//vehicle/`: set currently selected vehicle - `DELETE /api/loadpoints//vehicle`: remove vehicle - `PATCH /api/loadpoints//vehicle`: start vehicle detection +- `POST /api/loadpoints//batteryboost/`: enable/disable battery boost (1/0) :::note Beispiel: `curl -X POST http://evcc:7070/api/loadpoints/1/mode/pv` um den Lademodus des 1. Ladepunkts auf `pv` zu stellen. diff --git a/i18n/en/docusaurus-plugin-content-docs/current/features/battery.mdx b/i18n/en/docusaurus-plugin-content-docs/current/features/battery.mdx index b421f47b2..d08710e21 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/features/battery.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/features/battery.mdx @@ -78,6 +78,24 @@ As in the previous example, the charging ends when the charge level of the home caption="Automatic Start" /> +## Battery Boost +:::warning Experimental +Battery Boost is still in the validation phase. +::: + +The battery boost supports the solar mode with power from the home storage. Additionally to the power available from the photovoltaic system the maximum available power from the home storage is used. +The boosting behaviour ends, when the car is unplugged or the mode is changed. +The battery boost can be activated in the options of the loadpoint. + + + +Example: +This is useful if the car leaves the charging station in near future and there will be an excess of solar power in the upcoming hours. +In doing so the energie in the car is maximised, while the home storage will recharge while the car is away. + ## Multiple batteries Of course, you can also configure multiple batteries in evcc.