File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
i18n/en/docusaurus-plugin-content-docs/current Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,15 @@ Siehe nachfolgendes Beispiel:
271271]
272272` ` `
273273
274- Das Plugin wird einmal pro Stunde aktualisiert.
274+ **Update-Häufigkeit und Caching**
275+
276+ Tarif-Plugins werden einmal pro Stunde aktualisiert.
277+ Die Update-Häufigkeit der integrierten Tarif-Anbieter hängt vom jeweiligen Anbieter und dessen Ratelimit ab.
278+ Bei einigen Anbietern kann die Häufigkeit über den `interval` Parameter angepasst werden.
279+
280+ evcc speichert abgerufene Tarifdaten automatisch zwischen.
281+ Bei einem Neustart werden gecachte Daten verwendet, sofern diese noch gültig sind.
282+ Dies verhindert, dass API-Ratelimits bei häufigen Neustarts überschritten werden.
275283
276284# ## Amber Electric
277285
Original file line number Diff line number Diff line change @@ -272,7 +272,15 @@ See the following example:
272272]
273273` ` `
274274
275- The plugin is updated once per hour.
275+ **Update Frequency and Caching**
276+
277+ Tariff plugins are updated once per hour.
278+ The update frequency of integrated tariff providers depends on the respective provider and their rate limits.
279+ For some providers, the frequency can be adjusted via the `interval` parameter.
280+
281+ evcc automatically caches fetched tariff data.
282+ On restart, cached data is used if it's still valid.
283+ This prevents hitting API rate limits during frequent restarts.
276284
277285# ## Amber Electric
278286
You can’t perform that action at this time.
0 commit comments