make csv to produce temp.csv from serial log
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 1 Mar 2017 12:22:10 +0000 (13:22 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 1 Mar 2017 12:22:10 +0000 (13:22 +0100)
Makefile

index 6c381b3..689289e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,6 @@ all:
 
 rpi:
        rsync -av rpi:/dev/shm/vaillant* log/
+
+csv:
+       cat /dev/shm/vaillant.* | ./parse.pl > /dev/shm/temp.csv