-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbcMeter_config.json
More file actions
224 lines (217 loc) · 6.22 KB
/
Copy pathbcMeter_config.json
File metadata and controls
224 lines (217 loc) · 6.22 KB
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"run_hotspot": {
"value": false,
"description": "Hotspot Mode",
"type": "boolean",
"parameter": "session"
},
"heating": {
"value": false,
"description": "Enable heating",
"type": "boolean",
"parameter": "session"
},
"automatic_airflow_control": {
"value": false,
"description": "Adjust airflow depending on loading automatically",
"type": "boolean",
"parameter": "session"
},
"show_undervoltage_warning": {
"value": false,
"description": "Display undervoltage warnings in the interface.",
"type": "boolean",
"parameter": "device"
},
"sample_spot_diameter": {
"value": 0.4,
"description": "Set the Diameter of the sample spot size in cm",
"type": "number",
"parameter": "administration"
},
"sample_time": {
"value": 300,
"description": "Time in seconds between two samples.",
"type": "number",
"parameter": "session"
},
"disable_led": {
"value": false,
"description": "Disable the LED",
"type": "boolean",
"parameter": "device"
},
"filter_scattering_factor": {
"value": 1.39,
"description": "Scattering of Filter. 1.39 for magee ae33, 1.66 for pallflex t60a20 in aethlabs maeth51",
"type": "number",
"parameter": "administration"
},
"device_specific_correction_factor": {
"value": 1,
"description": "Device specific correction factor",
"type": "number",
"parameter": "device"
},
"airflow_per_minute": {
"value": 0.25,
"description": "Adjust airflow per minute in liter",
"type": "number",
"parameter": "session"
},
"airflow_sensor": {
"value": true,
"description": "Airflow Sensor available",
"type": "boolean",
"parameter": "device"
},
"af_sensor_type": {
"value": 1,
"description": "Type of Airflow Sensor. Set to 0 for P0001A1 and 1 for P0010A2",
"type": "number",
"parameter": "device"
},
"twelvevolt_duty": {
"value": 20,
"description": "dutycycle for 12V Pump",
"type": "number",
"parameter": "device"
},
"reverse_dutycycle": {
"value": false,
"description": "Reverse pump duticycle; off for most generic without controller!",
"type": "boolean",
"parameter": "administration"
},
"pump_dutycycle": {
"value": 40,
"description": "Power 0-255 for the pump. Set automatically if airflow sensor.",
"type": "number",
"parameter": "administration"
},
"pwm_freq": {
"value": 30,
"description": "Pulse width modulation frequency for pump duty cycle.",
"type": "number",
"parameter": "administration"
},
"swap_channels": {
"value": false,
"description": "Swap data channels if you see continous negative values or on Rev 2 bcMeters.",
"type": "boolean",
"parameter": "hidden"
},
"led_duty_cycle_370nm": {
"value": 255,
"description": "370nm UV LED Brightness",
"type": "number",
"parameter": "hidden"
},
"led_duty_cycle_520nm": {
"value": 255,
"description": "520nm Green LED Brightness",
"type": "number",
"parameter": "hidden"
},
"led_duty_cycle_880nm": {
"value": 100,
"description": "880nm IR LED Brightness",
"type": "number",
"parameter": "hidden"
},
"get_location": {
"value": false,
"description": "Get rough location by IP automatically each time the log starts?",
"type": "boolean",
"parameter": "session"
},
"location": {
"value": [
0.0,
0.0
],
"description": "Location of the bcMeter. Keep syntax exactly like that [lat,lon]",
"type": "array",
"parameter": "session"
},
"use_display": {
"value": false,
"description": "bcMeter is provided with a display",
"type": "boolean",
"parameter": "hidden"
},
"enable_wifi": {
"value": true,
"description": "Disable for use with LAN.",
"type": "boolean",
"parameter": "hidden"
},
"send_log_by_mail": {
"value": false,
"description": "Periodically receive log files by mail.",
"type": "boolean",
"parameter": "email"
},
"mail_logs_to": {
"value": "your@email.address",
"description": "Enter e-mail adress(es) to send the log files to, comma separated",
"type": "string",
"parameter": "email"
},
"filter_status_mail": {
"value": false,
"description": "Rececive a mail when filter change is suggested",
"type": "boolean",
"parameter": "email"
},
"disable_pump_control": {
"value": false,
"description": "Disable internal pump control",
"type": "boolean",
"parameter": "device"
},
"mail_sending_interval": {
"value": 24,
"description": "Send logs every X hours (between 6 and 24)",
"type": "number",
"parameter": "email"
},
"email_service_password": {
"value": "email_service_password",
"description": "Contact jd@bcmeter.org for the mail sending service password - not public for spam protection",
"type": "string",
"parameter": "email"
},
"TWELVEVOLT_ENABLE": {
"value": false,
"description": "Enable 12V power output on the device",
"type": "boolean",
"parameter": "hidden"
},
"spi_vref": {
"value": 4.096,
"description": "Reference Voltage for SPI ADC",
"type": "float",
"parameter": "hidden"
}
,
"num_channels": {
"value": 1,
"description": "Modify depending on bcMeter version",
"type": "integer",
"parameter": "hidden"
}
,
"disable_led": {
"value": false,
"description": "Disable blinking LED",
"type": "boolean",
"parameter": "device"
},
"iot_enable": {
"value": false,
"description": "bcMeter has 4G/IOT connectivity",
"type": "boolean",
"parameter": "hidden"
}
}