Skip to content
EN | DE

pvnode

pvnode provides 15-minute PV production forecasts via REST API. An API key is required (free plan available with +1 day forecast). Attention: The free plan only allows 40 queries per month. These queries must be from only one location (lat, lon). Location is saved on first request and can not be changed afterwards, otherwise a 403 response is sent.

Global

Parameters

NameDescriptionValueLevel
latLatitude
Example: 55.7351
optional
lonLongitude
Example: 9.1275
optional
azAzimuth

0 = north, 90 = east, 180 = south, 270 = west

Example: 0
optional
decDecline

0 = horizontal, 90 = vertical

Example: 25
optional
kwp [kWp]Maximum generator power
Example: 9.8
optional
apikeypvnode API keyoptional
forecast_daysForecast days (free plan = 1).
Default: 1
advanced
intervalInterval
Default: 24h
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
lat: 55.7351 # Latitude
lon: 9.1275 # Longitude
az: 0 # Azimuth, 0 = north, 90 = east, 180 = south, 270 = west
dec: 25 # Decline, 0 = horizontal, 90 = vertical
kwp: 9.8 # Maximum generator power (kWp)
apikey: # pvnode API key
forecast_days: 1 # Forecast days (free plan = 1)., optional
interval: 24h # Interval, optional