X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=689289e23730c78d454795188fcf96cf90c1f5d1;hb=73023bd714c9f7c3f3055a1c2153aee6349ed928;hp=5a3e7d17f42784875e1ada7046943b3cbb570fca;hpb=85ca73e6e4e3b2233ae457c14f430b7f21441a50;p=vaillant-thermostat diff --git a/Makefile b/Makefile index 5a3e7d1..689289e 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,7 @@ all: ./serial.pl | tee -a /dev/shm/vaillant.`date +%Y-%m-%d` rpi: - rsync rpi:/dev/shm/vaillant* log/ + rsync -av rpi:/dev/shm/vaillant* log/ + +csv: + cat /dev/shm/vaillant.* | ./parse.pl > /dev/shm/temp.csv