9
|
1 [control]
|
|
2 targetTemp = 18.0
|
15
|
3 hysteresis = 1.0
|
9
|
4 pollInterval = 30
|
|
5
|
|
6 [hardware]
|
|
7 # Which relays control what
|
|
8 coolRelay = 7
|
|
9 heatRelay = 6
|
|
10 # What 1-wire devices correspond to which sensor
|
|
11 fermenterId = 10:eb:48:21:01:08:00:df
|
|
12 fridgeId = 10:a6:2a:c4:00:08:00:11
|
|
13 ambientId = 10:97:1b:fe:00:08:00:d1
|
|
14
|
|
15 # minimum time the cooler must spend on/off
|
15
|
16 minCoolOnTime = 300
|
9
|
17 minCoolOfftime = 600
|
|
18
|
|
19 # minimum time the heater must spend on/off
|
15
|
20 minHeatOnTime = 60
|
|
21 minHeatOfftime = 60
|
9
|
22
|
|
23 # minimum to overshoot on heating/cooling
|
15
|
24 # We overshoot on heating because there is almost no inertia there,
|
|
25 # however the cooler has some (probably due to the cooled elements and
|
|
26 # so on) so we undershoot
|
9
|
27 minHeatOvershoot = 0.5
|
15
|
28 minCoolOvershoot = -0.5
|