From 2db91eb214086fced01cfcf40c1563ac89101242 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 2 Oct 2017 07:44:04 +0200 Subject: [PATCH] added lines for additional sensor --- temp2.gnuplot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temp2.gnuplot b/temp2.gnuplot index 719da2c..e785eb8 100644 --- a/temp2.gnuplot +++ b/temp2.gnuplot @@ -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 ) { -- 2.20.1