annotate py/config.py @ 153:0529f3527626

config for sensor IDs
author Matt Johnston <matt@ucc.asn.au>
date Thu, 20 Dec 2012 22:26:18 +0800
parents e114b38c8a55
children 256505f98c4d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
148
b32e5a11a4cb few updates, seems to run
Matt Johnston <matt@ucc.asn.au>
parents: 145
diff changeset
1
149
d686b111dab4 working better. logging works properly, cleanup fridge.off() happens.
Matt Johnston <matt@ucc.asn.au>
parents: 148
diff changeset
2 FRIDGE_SLEEP = 10
d686b111dab4 working better. logging works properly, cleanup fridge.off() happens.
Matt Johnston <matt@ucc.asn.au>
parents: 148
diff changeset
3 SENSOR_SLEEP = 15
d686b111dab4 working better. logging works properly, cleanup fridge.off() happens.
Matt Johnston <matt@ucc.asn.au>
parents: 148
diff changeset
4 UPLOAD_SLEEP = 300
148
b32e5a11a4cb few updates, seems to run
Matt Johnston <matt@ucc.asn.au>
parents: 145
diff changeset
5
149
d686b111dab4 working better. logging works properly, cleanup fridge.off() happens.
Matt Johnston <matt@ucc.asn.au>
parents: 148
diff changeset
6 FRIDGE_DELAY = 3 # 10 mins
d686b111dab4 working better. logging works properly, cleanup fridge.off() happens.
Matt Johnston <matt@ucc.asn.au>
parents: 148
diff changeset
7 FRIDGE_WORT_INVALID_TIME = 300 # 5 mins
145
6517ddee3187 few more bits
Matt Johnston <matt@ucc.asn.au>
parents: 144
diff changeset
8
148
b32e5a11a4cb few updates, seems to run
Matt Johnston <matt@ucc.asn.au>
parents: 145
diff changeset
9 PARAMS_FILE = './tempserver.conf'
b32e5a11a4cb few updates, seems to run
Matt Johnston <matt@ucc.asn.au>
parents: 145
diff changeset
10
b32e5a11a4cb few updates, seems to run
Matt Johnston <matt@ucc.asn.au>
parents: 145
diff changeset
11 SENSOR_BASE_DIR = '/sys/devices/w1_bus_master1'
149
d686b111dab4 working better. logging works properly, cleanup fridge.off() happens.
Matt Johnston <matt@ucc.asn.au>
parents: 148
diff changeset
12 FRIDGE_GPIO = '/sys/devices/virtual/gpio/gpio17'
153
0529f3527626 config for sensor IDs
Matt Johnston <matt@ucc.asn.au>
parents: 151
diff changeset
13 WORT_NAME = '28-0000042cf4dd'
0529f3527626 config for sensor IDs
Matt Johnston <matt@ucc.asn.au>
parents: 151
diff changeset
14 FRIDGE_NAME = '28-0000042cccc4'
0529f3527626 config for sensor IDs
Matt Johnston <matt@ucc.asn.au>
parents: 151
diff changeset
15 AMBIENT_NAME = '28-0000042c6dbb'
151
e114b38c8a55 internal temperature sensor
Matt Johnston <matt@ucc.asn.au>
parents: 149
diff changeset
16 INTERNAL_TEMPERATURE = '/sys/class/thermal/thermal_zone0/temp'