Solarprognose
solarprognose.de can be used for free (but donations are welcome). An user account is required.
Global
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
token | Access Token from User Profile | optional | |
item | Item type to be queried. Item and id/token are only required if more than one location is configured or if a specific item is to be queried. Otherwise, the API returns the data for the first location. See also solarprognose.de | advanced | |
id | Unique ID of the item to be queried | advanced | |
uniquetoken | Unique token of the item to be queried | advanced | |
algorithm | Forecasting Algorithm (mosmix, own-v1 or clearsky) | 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: solarprognose token: # Access Token from User Profile item: # Item type to be queried., Item and id/token are only required if more than one location is configured or if a specific item is to be queried. Otherwise, the API returns the data for the first location. See also [solarprognose.de](https://www.solarprognose.de/web/en-en/solarprediction/page/api) [location, plant, inverter, module_field] (optional) id: # Unique ID of the item to be queried, optional uniquetoken: # Unique token of the item to be queried, optional algorithm: # Forecasting Algorithm (mosmix, own-v1 or clearsky), [mosmix, own-v1, clearsky] (optional) interval: 1h # Interval, optional