-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.txt.template
38 lines (28 loc) · 931 Bytes
/
config.txt.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[main]
#dictates logging
DEBUG = 0
#These two are difficult to explain.
#Let's say we want it to be 75, and it's in cooling mode.
#if the active_hysteresis is 0.5, it will cool to 74.5 before shutting off.
#on the other side, if the inactive_hysteresis is 1, the system will allow
#the indoor temp to reach 76 before turning cooling back on.
#adjust them to the particulars of your system / personal preference
active_hysteresis =
inactive_hysteresis =
HEATER_PIN =
AC_PIN =
FAN_PIN =
#mail notifications to alert to potential hardware problems
[mail]
enabled = False
#how many degrees the indoor temperature can stray from the target
#before sending alert email
errorThreshold =
#additional mail config (servers and such) is done in mailconf.txt
[sqlite]
enabled = False
#if you want external weather data on the web UI
[weather]
enabled = False
#your zip/postal code. No idea if this works outside the US.
ZIP =