Commit Graph

40 Commits

Author SHA1 Message Date
Patrick McDonagh
11bdf2542f Finished CSV functions
Data is now returned with columns for each tag
2016-02-22 18:15:23 -06:00
Patrick McDonagh
f6884d8a15 Added function to download all data in a column-formatted csv 2016-02-22 17:52:58 -06:00
Patrick McDonagh
dd234d6282 Added getAllTags function 2016-02-22 16:55:13 -06:00
Patrick McDonagh
7ce2acd5e0 added vanityName to csv output 2016-02-11 14:18:57 -06:00
Patrick McDonagh
29c3dc7199 ability to download all values in CSV format 2016-02-11 14:11:04 -06:00
Patrick McDonagh
ca5fc9c743 Config Pages, functions and tables added 2016-02-05 14:58:51 -06:00
Patrick McDonagh
851a90283f Added functions to check loggers and restart loggers 2016-02-03 10:26:40 -06:00
Patrick McDonagh
90f10611ac Added ability to specify datetime limits 2016-02-01 18:13:33 -06:00
Patrick McDonagh
4dc4aa0555 Let's use /mnt/usb/data.db for storing the SQLite db 2016-01-28 17:41:58 -06:00
Patrick McDonagh
9247893342 added header to CSV data 2016-01-28 17:10:22 -06:00
Patrick McDonagh
5c67ea10fe Added ability to download CSV of data series 2016-01-28 17:00:32 -06:00
Patrick McDonagh
908b9713bb Added ability to CUD tags from the website 2016-01-28 12:47:54 -06:00
Patrick McDonagh
4da445d78f Added vanity name and description, loading screen, pocloud driver 2016-01-28 10:57:33 -06:00
Patrick McDonagh
6316fb267e Added line graph to tag vals 2016-01-27 15:06:08 -06:00
Patrick McDonagh
6b61156b93 Converted to using bower for installing components 2016-01-27 10:01:20 -06:00
Patrick McDonagh
3c67f8004e Added function to retrieve latest values of all tags.
Added SQL code to create minExpected and maxExpected for data visualization
2016-01-26 22:00:33 -06:00
Patrick McDonagh
5535f06478 removed redundant function, get tag info with values 2016-01-26 21:07:13 -06:00
Patrick McDonagh
cec44863a6 Getting ready for testing 2016-01-26 20:20:50 -06:00
Patrick McDonagh
6aa9ff123f Gave up and set time window to 24 hours. locations setup of for local testing 2016-01-26 10:35:46 -06:00
Patrick McDonagh
475b0f55cd testing .get again 2016-01-25 13:57:44 -06:00
Patrick McDonagh
e273e378e5 testing using 6 as parameter 2016-01-25 13:52:19 -06:00
Patrick McDonagh
fbdfa1d6a4 id worked, testing int for hours 2016-01-25 13:47:51 -06:00
Patrick McDonagh
6ac7255943 Testing just ID 2016-01-25 13:39:33 -06:00
Patrick McDonagh
07f4dfc3b5 Parsing Int for ID 2016-01-25 13:38:14 -06:00
Patrick McDonagh
debcc3c5ed Trying .get instead of .all 2016-01-25 13:36:30 -06:00
Patrick McDonagh
65d54ff13b Was testing with tag name instead of tag id, reverted to original 2016-01-25 13:33:19 -06:00
Patrick McDonagh
7c34c39704 static query worked, adding in ID 2016-01-25 13:32:07 -06:00
Patrick McDonagh
4ef3913bbd Testing static query 2016-01-25 13:30:27 -06:00
Patrick McDonagh
d760b58e9c testing multiplying by -1 2016-01-25 13:28:33 -06:00
Patrick McDonagh
dd6377c102 turning hour param to float 2016-01-25 12:57:16 -06:00
Patrick McDonagh
86cb3029db Fixed SQL query in tagseries 2016-01-25 12:55:00 -06:00
Patrick McDonagh
c76a75740c printing some variables for debugging 2016-01-25 12:50:16 -06:00
Patrick McDonagh
d9e35ab36c Fixing SQL syntax in Series function 2016-01-25 09:48:59 -06:00
Patrick McDonagh
089b9de297 Prepare files for test device 2016-01-22 18:04:29 -06:00
Patrick McDonagh
413e5809c1 Fixed a typo in the Add Tag Function 2016-01-22 18:01:06 -06:00
Patrick McDonagh
e15f345964 Fixed allValues function name
another find/replace screw up
2016-01-22 14:32:16 -06:00
Patrick McDonagh
565bc10910 Fixed getSeriesValues tag name
was replaced during a find all
2016-01-22 14:30:45 -06:00
Patrick McDonagh
aa624b3b01 Fixed get tag name and get tag id function names 2016-01-22 14:29:24 -06:00
Patrick McDonagh
3df60828c1 Fixed table names for SQLite instead of MySQL 2016-01-22 14:13:09 -06:00
Patrick McDonagh
10443f3c34 completed tag series function and added SQLite compatibility 2016-01-22 14:06:43 -06:00