-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yaml.default
125 lines (105 loc) · 3.12 KB
/
config.yaml.default
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
Mode: carbon
# supported modes are "agile_import", "agile_export", "tracker" or "carbon"
AgileCap: 101
# 35, 55, 78, 100, or 101
# 35p cap is AGILE-18-02-21 (original Agile)
# 55p cap is AGILE-22-07-22 (July 2022 update)
# 78p cap is AGILE-22-08-31 (August 2022 update)
# 100p cap is AGILE-VAR-22-10-19 (new formula, October 2022, quickly withdrawn)
# "101p" cap is AGILE-FLEX-22-11-25 (current as of March 2023)
DisplayType: inkyphat
# supported display types are "blinkt" or "inkyphat".
DNORegion: B
# Permitted regions are:
# A = East England
# B = East Midlands
# C = London
# D = North Wales, Merseyside and Cheshire
# E = West Midlands
# F = North East England
# G = North West England
# P = North Scotland
# N = South and Central Scotland
# J = South East England
# H = Southern England
# K = South Wales
# L = South West England
# M = Yorkshire
# Z = National (only valid in carbon mode)
InkyPHAT:
HighPrice: 30
# at or above this price, text and graph bars turn red/yellow.
HighIntensity: 200
# at or above this carbon intensity, text and graph bars turn red/yellow.
LowSlotDuration: 3
# how long (in hours) the "lowest slot" function should search for.
# This must be between 0.5 and 6 hours in half hour increments.
# In Agile Export mode, this searches for the *highest* slots.
DataDuration: 24
# amount of data (in hours) to consider for the graph and the stats
# Must between 12 and 48 inclusive.
# There will never be much more than 24h of Agile data.
DisplayOrientation: standard
# supported orientations are "standard" or "inverted". Only relevant for Inky pHat.
# "Standard" means with the Inky pHat connector at the top and ribbon on the right.
Blinkt:
Brightness: 10
# min 5, max 100. 100 is *really really bright*.
SlotsPerPixel: 1
# number of half hourly slots to show per Blinkt! pixel. Must be an integer.
# If this is greater than 1, the data will be averaged.
# Minimum 1, maximum 12. More than 6 does not make much sense for Agile mode.
Colours:
# Price is only for agile modes
# Carbon is only for carbon mode
# Price is in p/kWh, Carbon is in g/kWh
Level6:
Name: Magenta
Price: 40.0
Carbon: 350
R: 155
G: 0
B: 200
Level5:
Name: Red
Price: 30.0
Carbon: 300
R: 255
G: 0
B: 0
Level4:
Name: Orange
Price: 25.0
Carbon: 240
R: 255
G: 30
B: 0
Level3:
Name: Yellow
Price: 20.0
Carbon: 180
R: 180
G: 100
B: 0
Level2:
Name: Green
Price: 15.0
Carbon: 120
R: 0
G: 255
B: 0
Level1:
Name: Cyan
Price: 0.0
Carbon: 60
R: 0
G: 160
B: 180
Level0:
Name: Blue
Price: -100.0
Carbon: 25
R: 0
G: 0
B: 255