hum6wind8.gplot 601 B

123456789101112131415161718192021222324
  1. ############################
  2. # Display the Wind and the Rain values of a KS300.
  3. # Corresponding FileLog definition:
  4. # define <filelogname> FileLog /var/log/fhem/hms-%Y.log <ks300name>:T:.*
  5. set terminal png transparent size <SIZE> crop
  6. set output '<OUT>.png'
  7. set xdata time
  8. set timefmt "%Y-%m-%d_%H:%M:%S"
  9. set xlabel " "
  10. set ytics nomirror
  11. set y2tics
  12. set title '<L1>'
  13. set grid
  14. set ylabel "Wind (km/h)"
  15. set y2label "Humidity (%)"
  16. #FileLog 8:IR\x3a:0:
  17. #FileLog 6:IR\x3a:0:
  18. plot "<IN>" using 1:8 axes x1y1 title 'Wind' with lines,\
  19. "<IN>" using 1:6 axes x1y2 title 'Rel. Humidity (%)' with lines