Skip to content

Instantly share code, notes, and snippets.

@madninja
madninja / helium sensor timeseries date filter
Created July 23, 2016 14:44
helium sensor timeseries date filter
$ helium sensor timeseries list 3df4e2e0 --port t --start 2016-07-19 --end 2016-07-20
+----------+--------------------------+------+-----------+
| ID | TIMESTAMP | PORT | VALUE |
+----------+--------------------------+------+-----------+
| 8d1a380a | 2016-07-19T23:57:38.814Z | t | 22.39506 |
| 2e9eb8a1 | 2016-07-19T23:52:38.811Z | t | 22.384932 |
... snipped ...
| d147e55b | 2016-07-19T22:27:38.694Z | t | 22.298845 |
@madninja
madninja / helium sensor timeseries format
Created July 23, 2016 14:45
helium sensor timeseries format
$ helium --format csv sensor timeseries list 3df4e2e0 --page-size 5
id,timestamp,port,value
23ae1672,2016-07-20T15:12:38.753Z,h,49.09123
608ff892,2016-07-20T15:12:38.752Z,p,100543.76
e0e2062b,2016-07-20T15:12:38.502Z,t,21.72662
04996299,2016-07-20T15:12:38.01Z,l,0
201b3388,2016-07-20T15:07:38.501Z,h,48.81309