summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pat Thoyts [Tue, 17 May 2016 22:54:02 +0000 (23:54 +0100)]
Include the humidity and pressure data in the sensor log JSON items and ASCII download.
Pat Thoyts [Tue, 17 May 2016 22:53:12 +0000 (23:53 +0100)]
Support either ISO or time_t dates for download.
Pat Thoyts [Mon, 16 May 2016 11:59:44 +0000 (12:59 +0100)]
Support incremental download of sensor data.
Break up the data download into 1 day chunks and display all in the top
overview plot and let the user update the lower plot.
Pat Thoyts [Mon, 16 May 2016 11:58:41 +0000 (12:58 +0100)]
Added test functions to look into using indexes with mongodb.
Pat Thoyts [Mon, 16 May 2016 11:58:05 +0000 (12:58 +0100)]
Support 'from' and 'until' parameters in the 'since' API call.
Pat Thoyts [Fri, 13 May 2016 09:27:34 +0000 (10:27 +0100)]
Avoid plotting invalid temperature sensor values.
Pat Thoyts [Mon, 9 May 2016 10:52:50 +0000 (11:52 +0100)]
Added update to sensordata script to add new values to the database.
Fix the official mongodb collection name as well.
Pat Thoyts [Fri, 22 Apr 2016 00:50:47 +0000 (01:50 +0100)]
Switch to using mongodb for the database backend.
Implemented recent, since, hosts, sensors and JSON download using mongo.
Pat Thoyts [Thu, 21 Apr 2016 09:54:36 +0000 (10:54 +0100)]
Initial version working from a reduced text log file.
The default log has values for every second, reduced to every 10 minutes.
The lab-monitor data is 1 each minute.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Thu, 14 Apr 2016 13:30:03 +0000 (14:30 +0100)]
Read and log sensor output from the Arduino sensor hub device.