-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenaps.ini
executable file
·152 lines (127 loc) · 3.1 KB
/
openaps.ini
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[vendor "openapscontrib.timezones"]
path = .
module = openapscontrib.timezones
[device "tz"]
vendor = openapscontrib.timezones
extra = tz.ini
[device "pump"]
vendor = openaps.vendors.medtronic
extra = pump.ini
[device "cgm"]
vendor = openaps.vendors.dexcom
extra = cgm.ini
[report "raw-cgm/glucose-raw.json"]
count =
use = oref0_glucose
no_raw = False
reporter = JSON
seconds =
minutes =
hours = 2.0
date = display_time
report = raw-cgm/glucose-raw.json
gaps =
threshold = 100
microseconds =
device = cgm
sensor =
glucose =
[alias]
monitor-cgm = report invoke raw-cgm/glucose-raw.json monitor/glucose.json
gather-profile = report invoke settings/settings.json settings/bg_targets_raw.json settings/bg_targets.json settings/insulin_sensitivities_raw.json settings/insulin_sensitivities.json settings/basal_profile.json settings/profile.json
[report "last_four_pump_hours.json"]
device = pump
hours = 4.0
use = iter_pump_hours
reporter = JSON
[device "oref0"]
vendor = openaps.vendors.process
extra = oref0.ini
[device "get-profile"]
vendor = openaps.vendors.process
extra = get-profile.ini
[device "calculate-iob"]
vendor = openaps.vendors.process
extra = calculate-iob.ini
[device "determine-basal"]
vendor = openaps.vendors.process
extra = determine-basal.ini
[report "settings/settings.json"]
device = pump
use = read_settings
reporter = JSON
[report "settings/bg_targets_raw.json"]
device = pump
use = read_bg_targets
reporter = JSON
[device "units"]
vendor = openaps.vendors.units
extra = units.ini
[report "settings/bg_targets.json"]
device = units
to = mg/dL
use = bg_targets
input = settings/bg_targets_raw.json
reporter = JSON
[report "settings/insulin_sensitivities.json"]
device = units
to = mg/dL
use = insulin_sensitivities
input = settings/insulin_sensitivities_raw.json
reporter = JSON
[report "settings/insulin_sensitivities_raw.json"]
device = pump
use = read_insulin_sensitivies
reporter = JSON
[report "settings/basal_profile.json"]
device = pump
use = read_basal_profile_std
reporter = JSON
[report "settings/profile.json"]
use = shell
bg_targets = settings/bg_targets.json
preferences = preferences.json
settings = settings/settings.json
basal_profile = settings/basal_profile.json
reporter = text
json_default = True
device = get-profile
remainder =
insulin_sensitivities = settings/insulin_sensitivities.json
[report "monitor/pumphistory.json"]
device = pump
hours = 4.0
use = iter_pump_hours
reporter = JSON
[report "monitor/clock.json"]
device = pump
use = read_clock
reporter = JSON
[report "monitor/iob.json"]
profile = settings/profile.json
use = shell
clock = monitor/clock.json
reporter = JSON
json_default = True
pumphistory = monitor/pumphistory.json
device = calculate-iob
remainder =
[report "monitor/temp_basal.json"]
device = pump
use = read_temp_basal
reporter = JSON
[report "monitor/glucose.json"]
device = pump
count = 5
use = iter_glucose
reporter = JSON
[report "enact/suggested.json"]
profile = settings/profile.json
use = shell
temp_basal = monitor/temp_basal.json
reporter = text
json_default = True
device = determine-basal
remainder =
iob = monitor/iob.json
glucose = monitor/glucose.json