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

Update plans.mdx #610

Merged
merged 4 commits into from
Sep 2, 2024
Merged
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
46 changes: 21 additions & 25 deletions i18n/en/docusaurus-plugin-content-docs/current/features/plans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,40 @@ import Screenshot from "../../../../../src/components/Screenshot";

# Charge Planner

:::warning work in progress
This page needs to be translated from German to English.
:::
If you enter **a departure time and a charging goal**, the planning algorithm will automatically find the best loading times.

Gibst du **eine Abfahrtszeit und ein Ladeziel** ein, sucht dir der Planungsalgorithmus automatisch die besten Ladezeiten raus.
The planner is only active in Solar and Min+Solar mode.
Self-produced solar energy continues to be preferred.
If your own energy is not enough, the rest is charged from the power grid.
Depending on whether you have one [dynamic electricity tariff](./dynamic-prices) or a data source for [CO₂-predictions](./co2) currently have **three charging strategies**:

Der Planer ist nur im PV- und Min+PV-Modus aktiv.
Selbst produzierte Sonnenenergie wird weiterhin bevorzugt genutzt.
Reicht die eigene Energie nicht aus, wird der Rest aus dem Stromnetz geladen.
Dabei gibt es abhängig davon, ob du einen [dynamischen Stromtarif](./dynamic-prices) oder eine Datenquelle für [CO₂-Vorhersagen](./co2) hinterlegt hast, momentan **drei Ladestrategien**:
1. **Cheap charging** (dynamic electricity tariff available): Vehicle charges in the cheapest hours before departure.
2. **Green charging** (CO₂ forecast available): Vehicle charges in the hours with the lowest CO₂ emissions.
3. **Standard**: The planner charges the required energy in the hours shortly before departure. This means that the vehicle's battery is still warm when you leave and less active heating energy is required.

1. **Günstiges Laden** (dynamischer Stromtarif vorhanden): Fahrzeug lädt in den günstigsten Stunden vor der Abfahrt.
2. **Grünes Laden** (CO₂-Vorhersage vorhanden): Fahrzeug lädt in den Stunden mit dem geringsten CO₂-Ausstoß.
3. **Standard**: Der Planer lädt die benötigte Energie in den Stunden kurz vor der Abfahrt. Dadurch ist der Akku des Fahrzeugs bei der Abfahrt noch warm und es wird weniger aktive Heizenergie benötigt.
The loading strategies cannot be selected manually, but are selected automatically based on the stored data source.

Die Ladestrategien sind nicht manuell wählbar, sondern werden automatisch anhand der hinterlegten Datenquelle ausgewählt.
## Create charging plan

## Ladeplan anlagen

Um einen Plan zu setzen, klicke auf **Plan** am Ladepunkt.
Kennt evcc den Ladestand deines Fahrzeugs (Online-API) und die Akkukapazität, kannst du im Dialog neben der Abfahrtszeit auch den **gewünschten Ladestand in %** eingeben.
Dir wird eine Vorschau der Ladezeiten angezeigt.
Mit dem "Aktiv"-Schalter aktivierst du deinen Plan.
To set a plan, click on **Plan** at the charging point.
If evcc knows the charge level of your vehicle (online API) and the battery capacity, you can enter the **desired charge level in %** in addition to the departure time in the dialog.
You will be shown a preview of the charging times.
Use the "Active" switch to activate your plan.

<Screenshot
name="features/screenshots/plan-soc"
caption="Screenshot einer Ladeplanung mittels Ladestand"
caption="Screenshot of a charging plan using the charging status"
/>

Sind Ladestand und Kapazität nicht bekannt, wird über die Angabe einer **Energiemenge in kWh** geplant.
If the charge level and capacity are not known, planning is done by specifying an **energy quantity in kWh**.

<Screenshot
name="features/screenshots/plan-energy"
caption="Screenshot einer Ladeplanung mittels Energiemenge"
caption="Screenshot of a charging plan using energy quantity"
/>

Das Ladeziel wird gespeichert.
Steckst du dein Fahrzeug vor Erreichen des Ziels ab und steckst es später wieder an, wird der Plan fortgesetzt.
The charging goal is saved.
If you unplug your vehicle before reaching the goal and plug it back in later, the plan will continue.

Aktuell ist die Planung auf einen Eintrag beschränkt.
In einem späteren Release wird es möglich sein, mehrere Pläne zu setzen und Wiederholungen zu definieren.
Currently, planning is limited to one entry.
In a later release, it will be possible to set multiple plans and define repetitions.