# Created by FHEM/98_SVG.pm, 2018-11-23 09:50:39 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 ytics set y2tics ("present" 1.5,"away" 0) set grid set ylabel "" set y2label "" set y2range [0:3] #DBLogging HolgerHandy:state:::$val=($val=~"present"?2.5:0) #DBLogging PitHandy:state:::$val=($val=~"present"?2.0:0) #DBLogging JuleHandy:state:::$val=($val=~"present"?1.5:0) #DBLogging NeleHandy:state:::$val=($val=~"present"?1.0:0) plot "" using 1:2 axes x1y2 title 'Holger' ls l0 lw 1 with lines,\ "" using 1:2 axes x1y2 title 'Pit' ls l1 lw 1 with lines,\ "" using 1:2 axes x1y2 title 'Jule' ls l2 lw 1 with lines,\ "" using 1:2 axes x1y2 title 'Nele' ls l4 lw 1 with lines