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
| Name | Description | Value | Level |
|---|---|---|---|
site_id | Site ID | optional | |
apikey | pvnode API key | optional | |
forecast_days | Forecast days The free plan of pvnode only allows 1 forecast day (1 = today + tomorrow). | 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-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) interval: 1h # Interval, optional