view beermon.ini @ 7:51b22c1cfe2c

Config file
author darius
date Sat, 29 Sep 2007 14:40:17 +0000
parents
children 3dad7161af87
line wrap: on
line source

[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