diff --git a/powerwall.sh b/powerwall.sh index 21d1c57d..4dcec6c5 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -213,7 +213,7 @@ CHECKTEMP_SERVICE(){ echo ${PW_TEMP_THRESHOLDS[${SENSOR}]} | cut -d',' -f 3 | read temp_crit_sys fi - echo "HERE: ${SENSOR} - ${temp_f} - ${temp_warn} - ${temp_crit}" + # echo "HERE: ${SENSOR} - ${temp_f} - ${temp_warn} - ${temp_crit}" if [ "${last_temp[${SENSOR}]}" != "" ]; then temp_diff=`expr ${last_temp[${SENSOR}]%.*} - ${temp_f%.*}`