diff --git a/powerwall.sh b/powerwall.sh index e5165024..809f6723 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -315,7 +315,7 @@ CHECKTEMP_SERVICE(){ if [ $(bc -l <<< "${temp_f} < ${temp_warn}") -eq 1 ]; then - if [ $(bc -l <<< "${last_temp[${SENSOR}]} > 1") -eq 1 ]; then + if [ $(bc -l <<< "1 < ${last_temp[${SENSOR}]}") -eq 1 ]; then SENDNOTICE "${SENSOR} BACK TO NORMAL" "NORMAL TEMP: ${temp_f}${GAUGESH} Previous Temp: ${last_temp[${SENSOR}]}${GAUGESH}" echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ${temp_f}${GAUGESH} - Back to NORMAL ${GAUGE} - Previous ${GAUGE}: ${last_temp[${SENSOR}]}${GAUGESH}" >> ${logtemp}