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

remove id from nodestate and merge database schema code #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
id is not required in NodeState

instead NodeState should have a primary key of time / nodeid to match with 
Reading

Database schema is inconsistent between baselogger and web interface and should 
be merged so a common schema is used. 

Original issue reported on code.google.com by james.br...@gmail.com on 25 Apr 2014 at 3:06