Mercurial > ~darius > hgwebdir.cgi > beermon.old
view beermon.ini @ 15:dc751c2d415e
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 | f15019afef84 |
children |
line wrap: on
line source
[control] targetTemp = 18.0 hysteresis = 1.0 pollInterval = 30 [hardware] # Which relays control what coolRelay = 7 heatRelay = 6 # What 1-wire devices correspond to which sensor fermenterId = 10:eb:48:21:01:08:00:df fridgeId = 10:a6:2a:c4:00:08:00:11 ambientId = 10:97:1b:fe:00:08:00:d1 # minimum time the cooler must spend on/off minCoolOnTime = 300 minCoolOfftime = 600 # minimum time the heater must spend on/off minHeatOnTime = 60 minHeatOfftime = 60 # minimum to overshoot on heating/cooling # We overshoot on heating because there is almost no inertia there, # however the cooler has some (probably due to the cooled elements and # so on) so we undershoot minHeatOvershoot = 0.5 minCoolOvershoot = -0.5