diff beermon.ini @ 9:f15019afef84

Config file
author darius
date Sat, 29 Sep 2007 14:40:17 +0000
parents
children dc751c2d415e
line wrap: on
line diff
--- /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