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

web interface has some utc / localtime issues #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log onto testbed 
2. Check data streams / graphing
3. data is reported at the incorrect tine

What is the expected output? What do you see instead?

Expect to see stuff at utc but it isn't.

Could be an issue in several places.

1) graphing library is doing some conversion.
2) Json functions are doing something ibterestig
3) data is being stored on the incorrect format (unlikely)
4) combination of above.

Original issue reported on code.google.com by DjGoldsm...@googlemail.com on 4 Apr 2014 at 6:28

GoogleCodeExporter commented 9 years ago
References to datetime.now() replaced with utcnow()
Awaiting deployment to cogentee.

Original comment by DjGoldsm...@googlemail.com on 9 May 2014 at 10:39