jbrusey / cogent-house

Cogent House is a system for sensing temperature, humidity, CO2, Air Quality, VOC, hot water consumption, and electricity consumption within the home. It has been developed by the [http://cogentcomputing.org Cogent Computing Applied Research Centre] at Coventry University. Cogent House is developed using TinyOS and Python.
4 stars 2 forks source link

Review phase one/two sensing #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The phase one / two sensing needs reviewing to decide which sensing modality 
goes in which phase.

Original issue reported on code.google.com by Ross.Wil...@gmail.com on 21 May 2014 at 2:42

GoogleCodeExporter commented 9 years ago
Phase 2 sensing is for long duration, energy consuming sensing such as CO2. 
Passive sensors such as temperature and humidity can go in phase 1. 

The main aim of splitting phase 1 and phase 2 sensing is to avoid self-heating 
during the sensing phase affecting any temperature or humidity measurement. 
However the phase split could be used to distinguish other types of sensors 
that are somehow incompatible. In general, if a sensor is not incompatible with 
another sensor type, it should be in phase 1. 

Note that phase 2 will be trivial in the case that no ph2 sensors are active. 

Original comment by james.br...@gmail.com on 29 May 2014 at 5:36