9
|
1 [control]
|
|
2 targetTemp = 18.0
|
|
3 hysteresis = 0.5
|
|
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
|
|
16 minCoolOnTime = 600
|
|
17 minCoolOfftime = 600
|
|
18
|
|
19 # minimum time the heater must spend on/off
|
|
20 minHeatOnTime = 600
|
|
21 minHeatOfftime = 600
|
|
22
|
|
23 # minimum to overshoot on heating/cooling
|
|
24 minHeatOvershoot = 0.5
|
|
25 minCoolOvershoot = 0
|