X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=689289e23730c78d454795188fcf96cf90c1f5d1;hb=8706ce2f99dfd5dc9dacd869ce596e35e577777b;hp=df4e0b6661d0229f53ceb0b0a86a50c6e8234a33;hpb=8456d463802550d7c9affb6bfb53aa5f12a63919;p=vaillant-thermostat diff --git a/Makefile b/Makefile index df4e0b6..689289e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,8 @@ all: ./serial.pl | tee -a /dev/shm/vaillant.`date +%Y-%m-%d` + +rpi: + rsync -av rpi:/dev/shm/vaillant* log/ + +csv: + cat /dev/shm/vaillant.* | ./parse.pl > /dev/shm/temp.csv