view beermon.ini @ 17:d313f744e10f

14C is better.
author darius
date Tue, 29 Jan 2008 11:39:31 +0000
parents 3dad7161af87
children
line wrap: on
line source

[control]
targetTemp = 14.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