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

Heatmeter code needs looking at as there is no change in value. #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Data traces for TSB:Flat2  show heat meter data.  However the values for both 
heat energy and heat volume have not changed since deployment.

Other sensor values (ie temperature / Humidity) do appear to be working 
correctly.

The Battery Voltage on this node is also dropping pretty rapidly.

This could be a units issue (as I have no idea what kind of units the heat 
meter report in)

Original issue reported on code.google.com by DjGoldsm...@googlemail.com on 16 Apr 2014 at 1:40

Attachments:

GoogleCodeExporter commented 9 years ago
Upgrade to Critical, as we have a deployment with these sensors going out on 
Tuesday.

Original comment by DjGoldsm...@googlemail.com on 16 Apr 2014 at 1:42

GoogleCodeExporter commented 9 years ago
Possible things to check:
1. it might be that there really is no updated reading (unlikely I know but how 
did the value get to 35?)
2. it might be that the sensor is disconnected and not producing a pulse 

I'm not sure how it could be the pulse code - the values would have to be zero 
if this were the case.

Wrt battery voltage - check if the battery drops are due to the server being 
down. 

Original comment by james.br...@gmail.com on 16 Apr 2014 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by james.br...@gmail.com on 16 Apr 2014 at 6:07

GoogleCodeExporter commented 9 years ago
Possibly fixed by 
https://code.google.com/p/cogent-house/source/detail?r=c01057fa8cdfd51c4ca213949
0e0fe6ca2bd0ad9

Please update code and retest.

Original comment by james.br...@gmail.com on 25 Apr 2014 at 3:10