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
| Name | Description | Value | Level |
|---|---|---|---|
lat | Latitude | optional | |
lon | Longitude | optional | |
az | Azimuth 0 = north, 90 = east, 180 = south, 270 = west | optional | |
dec | Decline 0 = horizontal, 90 = vertical | optional | |
kwp [kWp] | Maximum generator power | optional | |
apikey | pvnode API key | optional | |
forecast_days | Forecast days (free plan = 1). | advanced | |
interval | Interval | 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