-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrewtrend.ini
45 lines (32 loc) · 881 Bytes
/
brewtrend.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
#
# Example configuration file for brewtrend
# Vegard Fiksdal (c) 2021
#
[common]
# Default update interval in seconds
interval = 900
# Fastest allowed update interval
maxinterval = 30
# Use fahrenheit instead of celcius
fahrenheit = False
# Median filter using N datapoints
mfilter = 0
# Average N datapoints
average = 0
# Log samples to specified folder
path = .
# Number of samples to keep in folder
size = 2976
# Enable verbose mode for debugging
debug = False
# Use a device name to enable server-side calibration
#[MyCoolDevice]
# Optionally specify an offset and a gain correction for gravity
#gravity_offset = 0.0
#gravity_gain = 1.0
# Optionally specify an offset and a gain correction for temperature
#temperature_offset = 0.0
#temperature_gain = 1.0
# Optionally specify an offset and a gain correction for battery
#battery_offset = 0.0
#battery_gain = 1.0