pvnode V2 API
pvnode V2 API liefert 15-Minuten PV Vorhersagen per REST API Version 2 mit Standort-ID und leichter Konfiguration über Web-App Ein API-Key ist erforderlich (kostenloser Plan möglich) Achtung: Mit dem kostenlosen Plan ist nur ein Standort (fest) möglich mit einer Prognose für Heute & Morgen und nur einem Update pro Tag und 250 gecached Abfragen.
Global
Parameter
| Name | Beschreibung | Wert | Stufe |
|---|---|---|---|
site_id | Standort-ID | optional | |
apikey | pvnode API Key | optional | |
forecast_days | Vorhersagetage Der kostenlose Plan von pvnode erlaubt nur 1 Vorhersagetag (1 = heute + morgen). | erweitert | |
interval | Intervall | erweitert |
Konfigurationsbeispiel für evcc.yaml
Falls du die Konfiguration nicht über die Oberfläche vornehmen möchtest, kannst du alternativ diesen YAML-Block verwenden.
tariffs: solar: - type: template template: pvnode-v2 site_id: # Standort-ID apikey: # pvnode API Key forecast_days: 1 # Vorhersagetage, Der kostenlose Plan von pvnode erlaubt nur 1 Vorhersagetag (1 = heute + morgen). (optional) interval: 1h # Intervall, optional