12 Upload on /dev/ttyUSB0 (to be adapted)
13 --------------------------------------
14 $ make DEVICE_PATH=/dev/ttyUSB0 upload
16 Collect in rrd/ from /dev/ttyUSB0 (to be adapted)
17 -------------------------------------------------
18 $ ./collect.pl /dev/ttyUSB0 &
20 Generate .png in view/
24 Generate .png in view/ for specific dates
25 ----------------------------------------
26 $ make view/png years=2015 months=11 days="01 02"
28 or by using full file paths:
30 $ make view/{humidity,particles,quality,temperature}/2015/11/01.png
32 Generate .html5 in view/
33 -----------------------
36 Generate .html5 in view/ for specific dates
37 ------------------------------------------
38 $ make view/html5 years=2015 months=11 days="01 02"
40 or by using full file paths:
42 $ make view/2015/11.html5