Demo PV Forecast
For demonstration purposes. Provides optimal solar production curve peaking at noon.
Global
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
kwp [kWp] | Maximum generator power | optional | |
sunrise [h] | Sunrise hour Hour of sunrise (0-23) | optional | |
sunset [h] | Sunset hour Hour of sunset (0-23) | optional |
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: demo-solar-forecast kwp: 4.5 # Maximum generator power (kWp), optional sunrise: 6 # Sunrise hour (h), Hour of sunrise (0-23) (optional) sunset: 18 # Sunset hour (h), Hour of sunset (0-23) (optional)