annotate beermon.ini @ 13:3dad7161af87

Hysteresis back to 1 degree, ping pongs otherwise.. Reduce heat on & off times since there are no moving parts to damage. Reduce minimum cool on time to 5 minutes. Undershoot cooling as it appears to have some inertia (whereas heating doesn't)
author darius
date Tue, 23 Oct 2007 01:03:58 +0000
parents 51b22c1cfe2c
children d313f744e10f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
51b22c1cfe2c Config file
darius
parents:
diff changeset
1 [control]
51b22c1cfe2c Config file
darius
parents:
diff changeset
2 targetTemp = 18.0
13
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
3 hysteresis = 1.0
7
51b22c1cfe2c Config file
darius
parents:
diff changeset
4 pollInterval = 30
51b22c1cfe2c Config file
darius
parents:
diff changeset
5
51b22c1cfe2c Config file
darius
parents:
diff changeset
6 [hardware]
51b22c1cfe2c Config file
darius
parents:
diff changeset
7 # Which relays control what
51b22c1cfe2c Config file
darius
parents:
diff changeset
8 coolRelay = 7
51b22c1cfe2c Config file
darius
parents:
diff changeset
9 heatRelay = 6
51b22c1cfe2c Config file
darius
parents:
diff changeset
10 # What 1-wire devices correspond to which sensor
51b22c1cfe2c Config file
darius
parents:
diff changeset
11 fermenterId = 10:eb:48:21:01:08:00:df
51b22c1cfe2c Config file
darius
parents:
diff changeset
12 fridgeId = 10:a6:2a:c4:00:08:00:11
51b22c1cfe2c Config file
darius
parents:
diff changeset
13 ambientId = 10:97:1b:fe:00:08:00:d1
51b22c1cfe2c Config file
darius
parents:
diff changeset
14
51b22c1cfe2c Config file
darius
parents:
diff changeset
15 # minimum time the cooler must spend on/off
13
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
16 minCoolOnTime = 300
7
51b22c1cfe2c Config file
darius
parents:
diff changeset
17 minCoolOfftime = 600
51b22c1cfe2c Config file
darius
parents:
diff changeset
18
51b22c1cfe2c Config file
darius
parents:
diff changeset
19 # minimum time the heater must spend on/off
13
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
20 minHeatOnTime = 60
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
21 minHeatOfftime = 60
7
51b22c1cfe2c Config file
darius
parents:
diff changeset
22
51b22c1cfe2c Config file
darius
parents:
diff changeset
23 # minimum to overshoot on heating/cooling
13
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
24 # We overshoot on heating because there is almost no inertia there,
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
25 # however the cooler has some (probably due to the cooled elements and
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
26 # so on) so we undershoot
7
51b22c1cfe2c Config file
darius
parents:
diff changeset
27 minHeatOvershoot = 0.5
13
3dad7161af87 Hysteresis back to 1 degree, ping pongs otherwise..
darius
parents: 7
diff changeset
28 minCoolOvershoot = -0.5