You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to combine multiple solar forecasts to cover multiple solar arrays. The values will be summed up for this purpose. Use the following syntax:
tariffs:
solar:
- type: template
template: solcast
site: aaa # solar array A
token: xxxxx
interval: 6h # increased interval to not exceed solcast's 10req/day limit
- type: template
template: solcast
site: bbb # solar array B
token: xxxxx
interval: 6h # increased interval to not exceed solcast's 10req/day limit
Gotcha! I was confused by the docs specifically what is shared below. My bug was suggesting perhaps mentioning that Open-Meteo doesn't support site.
https://docs.evcc.io/en/docs/tariffs#pv-forecast
It is possible to combine multiple solar forecasts to cover multiple solar arrays. The values will be summed up for this purpose. Use the following syntax:
Originally posted by @danielraffel in evcc-io/evcc#19633 (reply in thread)
The text was updated successfully, but these errors were encountered: