-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
42 lines (42 loc) · 902 Bytes
/
config.yaml
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
pvoutput:
extended_param: v12
public_holidays:
country: AU
region: NSW
tariffs:
# precedence matters (code will check each tariff in order and stop as soon as it matches criteria)
# off-peak is a special tariff as it is the catch-all if nothing else matches
peak_summer:
price: 66.1815
start_date: 2023-11-01
end_date: 2024-03-31
weekdays_only: true
times:
- start: '14:00'
end: '20:00'
peak_winter:
price: 66.1815
start_date: 2024-06-01
end_date: 2024-08-31
weekdays_only: true
times:
- start: '17:00'
end: '21:00'
ev_offpeak:
price: 8.39993
times:
- start: '00:00'
end: '06:00'
super_offpeak:
price: 0.0
times:
- start: '11:00'
end: '14:00'
shoulder:
price: 33.8415
times:
- start: '07:00'
end: '22:00'
offpeak:
price: 31.3005
times: []