Mercurial > templog
comparison py/config.py @ 282:d3ebdb1d6a55
fridge sensor is back
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 30 Nov 2015 21:40:57 +0800 |
parents | c0f903cf8268 |
children | 9e2181e3ce6d |
comparison
equal
deleted
inserted
replaced
281:6e3b5bfa4b02 | 282:d3ebdb1d6a55 |
---|---|
16 FRIDGE_GPIO_PIN = 17 | 16 FRIDGE_GPIO_PIN = 17 |
17 #WORT_NAME = '28-0000042cf4dd' | 17 #WORT_NAME = '28-0000042cf4dd' |
18 #FRIDGE_NAME = '28-0000042cccc4' | 18 #FRIDGE_NAME = '28-0000042cccc4' |
19 #AMBIENT_NAME = '28-0000042c6dbb' | 19 #AMBIENT_NAME = '28-0000042c6dbb' |
20 AMBIENT_NAME = 'missingambient' | 20 AMBIENT_NAME = 'missingambient' |
21 FRIDGE_NAME = 'missingfridge' | 21 FRIDGE_NAME = '28-0000042c6dbb' |
22 WORT_NAME = '28-0000042cccc4' # was fridge | 22 WORT_NAME = '28-0000042cccc4' # was fridge |
23 INTERNAL_TEMPERATURE = '/sys/class/thermal/thermal_zone0/temp' | 23 INTERNAL_TEMPERATURE = '/sys/class/thermal/thermal_zone0/temp' |
24 | 24 |
25 HMAC_KEY = "a key" | 25 HMAC_KEY = "a key" |
26 SERVER_URL = 'https://evil.ucc.asn.au/~matt/templog' | 26 SERVER_URL = 'https://evil.ucc.asn.au/~matt/templog' |