send headers at the end, after generating images
[vaillant-thermostat] / Makefile
index df4e0b6..689289e 100644 (file)
--- 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