Difference between revisions of "LoggerTools"
Jump to navigation
Jump to search
(Created page with "Dusting off the utility Ross made for me a while back: * https://github.com/rwspicer/LoggerTools bob@marge:/var/site/lib/LoggerTools $ ./loggertools/fetch.py localhost 780...") |
|||
Line 1: | Line 1: | ||
Dusting off the utility Ross made for me a while back: | Dusting off the utility Ross made for me a while back: | ||
* https://github.com/rwspicer/LoggerTools | * https://github.com/rwspicer/LoggerTools | ||
+ | git clone https://github.com/rwspicer/LoggerTools | ||
− | + | lib/LoggerTools $ ./loggertools/fetch.py localhost 7808 71 hmp155er --tables=Test --out=/var/site/test/ | |
− | |||
<pre> | <pre> | ||
− | + | lib/LoggerTools $ tail /var/site/test/hmp155er_Test.dat | |
"2021-07-14 22:35:00",143,15.37,22.31 | "2021-07-14 22:35:00",143,15.37,22.31 | ||
"2021-07-27 20:25:00",144,14.92,14.42 | "2021-07-27 20:25:00",144,14.92,14.42 |
Latest revision as of 20:29, 27 July 2021
Dusting off the utility Ross made for me a while back:
git clone https://github.com/rwspicer/LoggerTools
lib/LoggerTools $ ./loggertools/fetch.py localhost 7808 71 hmp155er --tables=Test --out=/var/site/test/
lib/LoggerTools $ tail /var/site/test/hmp155er_Test.dat "2021-07-14 22:35:00",143,15.37,22.31 "2021-07-27 20:25:00",144,14.92,14.42 "2021-07-27 20:30:00",145,14.92,14.56 "2021-07-27 20:35:00",146,14.96,14.71 "2021-07-27 20:40:00",147,14.95,14.85 "2021-07-27 20:45:00",148,15.0,14.9 "2021-07-27 20:50:00",149,15.09,14.85 "2021-07-27 20:55:00",150,14.97,14.78 "2021-07-27 21:00:00",151,15.01,14.71 "2021-07-27 21:05:00",152,15.02,14.66
So, looks like it is supposed to. Browsing a bit this seems to also still be active and further along than last time I looked: https://github.com/LionelDarras/PyCampbellCR1000
So that's promising. The one thing I don't seem to have yet is the feedback of:
- Data is downloaded -> computer tells logger it's ok to shutdown. I can do that with querylogger...