From: Dobrica Pavlinusic Date: Mon, 2 Oct 2017 05:44:04 +0000 (+0200) Subject: added lines for additional sensor X-Git-Url: http://git.rot13.org/?p=vaillant-thermostat;a=commitdiff_plain;h=2db91eb214086fced01cfcf40c1563ac89101242 added lines for additional sensor --- 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 ) {