view beermon.ini @ 16:f1832dec26e3 default tip

Move OWReadError to MonitorDev since that's where it's raised.
author darius
date Tue, 23 Oct 2007 01:05:21 +0000
parents dc751c2d415e
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