Skip to content
EN | DE

pvnode V2 API

pvnode V2 API provides 15-minute PV production forecasts via REST API Version 2 with site ID and easy configuration via web app. An API key is required (free plan available). Attention: The free plan only allows one fixed site with forecasts for today & tomorrow and only one update per day and 250 cached queries.

Global

Parameters

NameDescriptionValueLevel
site_idSite IDoptional
apikeypvnode API keyoptional
forecast_daysForecast days

The free plan of pvnode only allows 1 forecast day (1 = today + tomorrow).

Default: 1
advanced
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

tariffs:
solar:
- type: template
template: pvnode-v2
site_id: # Site ID
apikey: # pvnode API key
forecast_days: 1 # Forecast days, The free plan of pvnode only allows 1 forecast day (1 = today + tomorrow). (optional)