Skip to content

Commit

Permalink
Update plans.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gertjezzz committed Sep 1, 2024
1 parent ed112ff commit a5b1c27
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import Screenshot from "../../../../../src/components/Screenshot";
This page needs to be translated from German to English.
:::

If you enter **a departure time and a loading destination**, the planning algorithm will automatically find the best loading times.
If you enter **a departure time and a charging goal**, the planning algorithm will automatically find the best loading times.

The planner is only active in PV and Min+PV mode.
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 loading strategies**:
Depending on whether you have one [dynamic electricity tariff](./dynamic-prices) or a data source for [CO₂-predictions](./co2) currently have **three charging strategies**:

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.
Expand All @@ -32,14 +32,14 @@ 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"
/>

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"
/>

The charging destination is saved.
Expand Down

0 comments on commit a5b1c27

Please sign in to comment.