Skip to content

Added brief description in Germand and English for the smart feed-in feature #834

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions docs/features/dynamic-prices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ tariffs:
Unter [Stromtarife](../tariffs) findest du eine Liste aller unterstützten Tarife.
Wenn dein Anbieter eine Schnittstelle hat, aber noch nicht von evcc unterstützt wird, dann mach gerne einen [Feature Request](https://github.com/evcc-io/evcc/issues/new/choose) auf.

## Smart feed-in

Zu bestimmten Tageszeiten und in bestimmten Regionen kann es ein Überangebot an Sonnenenergie geben. Gleichzeitig kann das Netz fast nicht belastet sein.
In diesen Zeiten kann dein Energieversorger eine Gebühr für die Einspeisung deines PV-Stroms in das Netz erheben, da das Angebot hoch, die Nachfrage aber niedrig und das Netz überlastet ist.
EVCC unterstützt die intelligente Einspeisung und ermöglicht es dir, einen Sollwert zu definieren, bei dem die PV-Wechselrichter gedrosselt werden, um die Einspeisung zu verhindern.


## Günstiges Netzladen

Hast du einen zeitabhängigen oder dynamischen Stromtarif konfiguriert, erscheint im Einstellungsdialog am Ladepunkt der Bereich "Günstiges Netzladen".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ tariffs:
You can find a list of all supported tariffs under [tariffs](../tariffs).
If your provider has an interface but is not yet supported by evcc, please submit a [Feature Request](https://github.com/evcc-io/evcc/issues/new/choose).

## Smart feed-in

During certain periods of the day and in specific regions, there might be an abundance of solar power. At the same time, there may be almost no load on the grid.
During these periods your energy provider might apply a cost for injecting your PV-power to the grid as supply is high but demand is low and the grid is overloaded.
EVCC supports smart feed-in and allows you to define a set point at which it will throttle PV inverters to prevent feed-in.


## Cheap grid charging

If you have configured a time-dependent or dynamic electricity tariff, the "Cheap grid charging" section will appear in the settings dialog at the charging point.
Expand Down