added lines for additional sensor
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 2 Oct 2017 05:44:04 +0000 (07:44 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 2 Oct 2017 05:44:04 +0000 (07:44 +0200)
temp2.gnuplot

index 719da2c..e785eb8 100644 (file)
@@ -64,7 +64,8 @@ plot \
 ,"/dev/shm/rtl_433-9-172-temperature" using ($1+7200):($2) with lines title "vani" \
 ,"/dev/shm/rtl_433-9-75-temperature"  using ($1+7200):($2) with lines title "kupaona" \
 ,"/dev/shm/rtl_433-9-141-temperature" using ($1+7200):($2) with lines title "kuhinja" \
-,"/dev/shm/DS18B20-temperature" using ($1+7200):($2 > min_t && $2 < max_t ? $2 : '') with lines title "DS18B20 unutra"
+,"/dev/shm/DS18B20-temperature" using ($1+7200):($2 > min_t && $2 < max_t ? $2 : '') with lines title "DS18B20 unutra" \
+,"/dev/shm/rtl_433-183-temperature" using ($1+7200):($2) with lines title "soba" lt rgb "#808000"
 }
 
 if ( gray == 1 ) {