# HG changeset patch # User darius # Date 1191076817 0 # Node ID 51b22c1cfe2cab17f87fbfb14eccb3fe59d90d64 # Parent 45d9895a5020d178245b7a4e8c0e980f21603c03 Config file diff -r 45d9895a5020 -r 51b22c1cfe2c 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