From a06260868e6d206d47c30b5a5406e71001e2bbc8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Jun 2025 17:09:54 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 52eb809e..4a03879d 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -756,7 +756,7 @@ CHECKTEMPSENSOR(){ fi elif [ "${PW_SENSOR_TYPE[${1}]}" == "ds18b20" ]; then - echo "HERE: cat /sys/devices/w1_bus_master1/${PW_SENSOR_DEVICEID[${1}]}/w1_slave" + echo "HERE: ${1} - ${PW_SENSOR_DEVICEID[${1}]}/" if ! temp_c=$(${SSHCMD} root@${PW_REMOTE_SENSORS[${1}]} cat /sys/devices/w1_bus_master1/${PW_SENSOR_DEVICEID[${1}]}/w1_slave | tail -n1 | cut -d "=" -f2) ; then TIMEOUT=1; fi [ "${temp_c}" != "" ] && temp_c=$(echo "scale=2; ${temp_c}/1000" | bc)