-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecofreq.cfg.templ
66 lines (55 loc) · 1.12 KB
/
ecofreq.cfg.templ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[general]
#LogCO2extra=true
#LogCost=true
[provider]
all=electricitymaps
# fixed energy price: 30 ct/kWh
price=const:30
#price=tibber
Interval=600
[electricitymaps]
Zone=<CO2COUNTRY>
#Token=
DisableEstimations=False
EmissionFactorType=lifecycle
[energycharts]
#List of available countries/price zones: https://api.energy-charts.info/#/
Country=<CO2COUNTRY>
PostCode=<POSTCODE>
PriceZone=<CO2COUNTRY>
[ukgrid]
PostCode=<POSTCODE>
#RegionID=10
[stromgedacht]
PostCode=<POSTCODE>
#IntegerStates=True
[watttime]
username=myuser
password=mypwd
zone=<CO2COUNTRY>
[tibber]
Token=TIBBER_TOKEN
#UseCache=True
[gridstatus.io]
# Get API token here: https://www.gridstatus.io/api
Token=YOUR_TOKEN
ISO=ercot
Location=HB_NORTH
# Available datasets: https://www.gridstatus.io/datasets
#Dataset=ercot_spp_day_ahead_hourly
#PriceField=spp
[policy]
Control=auto
Metric=co2
DefaultGovernor=step:200=0.8:400=0.6
Governor=<CO2POLICY>
[monitor]
PowerSensor=auto
Interval=5
[idle]
#IdleMonitor=off
LoadCutoff=0.05
# 1 = 1min average, 2 = 5min, 3 = 15min
LoadPeriod=1
# Switch to low-energy standby mode (suspend) after x seconds of idling
#SuspendAfter=900