############################ # Display the s300th data reported by the CUL # Corresponding FileLog definition: # define ememlog FileLog /var/log/fhem/s300th-%Y.log s300th.* set terminal png transparent size crop set output '.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel " " set title '' set ylabel "Temp (C)" set y2label "Temp (C)" set grid set ytics set y2tics set format y "%.1f" set format y2 "%.1f" #FileLog 4:s300th1:0: #FileLog 4:s300th3:0: #FileLog 4:s300th5:0: plot "" using 1:8 title '1' with lines,\ "" using 1:8 title '3' with lines,\ "" using 1:8 title '5' with lines