esa2000.gplot 713 B

1234567891011121314151617181920212223242526272829
  1. ############################
  2. # Display the measured temp and the actuator.
  3. # Corresponding FileLog definition:
  4. # define <filelogname> FileLog /var/log/fhem/esa2000-%Y.log <esa2000name>
  5. #set terminal png transparent size <SIZE> crop
  6. set terminal png transparent truecolor rounded medium size <SIZE> enhanced
  7. set output '<OUT>.png'
  8. set title '<TL>'
  9. set xdata time
  10. set timefmt "%Y-%m-%d_%H:%M:%S"
  11. set xlabel " "
  12. set grid xtics y2tics
  13. set ytics nomirror
  14. set ylabel <L1>
  15. set yrange [0:]
  16. set y2tics
  17. set y2label <L2>
  18. set y2range [0:]
  19. #FileLog 8:CUR\x3a\s[0-9]::
  20. #FileLog 4:hour_last\x3a\s[0-9]:0:
  21. plot "<IN>" ls l0 axes x1y2 title '<L2>' with fsteps,\
  22. "<IN>" ls l1fill axes x1y1 title '<L1>' with fsteps