-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.ini
19 lines (15 loc) · 1.42 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Usage note: replace values <xx> with legal values (NOT repeating the angle-brackets <>)
# out-commented keys contain default values
[SolCast] # register free rooftop site at https://solcast.com/pricing/
resource_id = <resource_id_from_solcast.com>
# resource_id_2 = <second_resource_id_from_solcast.com> # for dual-array systems
api_key = <api_id_from_solcast.com>
# Latitude = 50.2 # Latitude and ...
# Longitude = 8.7 # ... longitude of your PV system (defaults: Frankfurt, Germany)
# hours = 168 # forecast period to download
storeInflux = 1 # store DC power output estimates in Influx (see [Influx] for name)
[Influx]
host = influxdb # ... could be remote host name if needed
database = monitoring # measurements generated: solcast power estimates from solcast
retention = forever # forecast_log log on which downloads were made
# older (long-range) forecasts are overwritten with newer (short-range) forecasts as they become available