changeset 452:25bdf95f0e29

config for sensor IDs
author Matt Johnston <matt@ucc.asn.au>
date Thu, 20 Dec 2012 22:26:18 +0800
parents c81d99739d9f
children 0af7b38a1847
files py/config.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/py/config.py	Thu Dec 20 22:24:52 2012 +0800
+++ b/py/config.py	Thu Dec 20 22:26:18 2012 +0800
@@ -10,6 +10,7 @@
 
 SENSOR_BASE_DIR = '/sys/devices/w1_bus_master1'
 FRIDGE_GPIO = '/sys/devices/virtual/gpio/gpio17'
-WORT_NAME = '28-0000031abc49'
-FRIDGE_NAME = 'bb'
+WORT_NAME = '28-0000042cf4dd'
+FRIDGE_NAME = '28-0000042cccc4'
+AMBIENT_NAME = '28-0000042c6dbb'
 INTERNAL_TEMPERATURE = '/sys/class/thermal/thermal_zone0/temp'