X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=689289e23730c78d454795188fcf96cf90c1f5d1;hb=3d3b89419d1779891fd4cd4701ceeafff6a22c44;hp=5a3e7d17f42784875e1ada7046943b3cbb570fca;hpb=d9248de5036b93352a86413e91af5ea5ac8e5661;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