# HG changeset patch # User darius # Date 1191076817 0 # Node ID f15019afef84418771cca703c47a2949ddbc8dbb # Parent 483375ca5d10334c5af25589f8588a625706d59a Config file diff -r 483375ca5d10 -r f15019afef84 beermon.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beermon.ini Sat Sep 29 14:40:17 2007 +0000 @@ -0,0 +1,25 @@ +[control] +targetTemp = 18.0 +hysteresis = 0.5 +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 = 600 +minCoolOfftime = 600 + +# minimum time the heater must spend on/off +minHeatOnTime = 600 +minHeatOfftime = 600 + +# minimum to overshoot on heating/cooling +minHeatOvershoot = 0.5 +minCoolOvershoot = 0