diff --git a/powerwall.sh b/powerwall.sh index 97fffe0f..e1696b1c 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -316,7 +316,7 @@ CHECKTEMP_SERVICE(){ echo 1 if (( $(bc <<< "${temp_f} < ${temp_warn}") )); then - echo 2 + echo "2 - ${last_temp[${SENSOR}]}" if (( $(bc <<< "${last_temp[${SENSOR}]} > 1") )); then SENDNOTICE "${SENSOR} BACK TO NORMAL" "NORMAL TEMP: ${temp_f}${GAUGESH} Previous Temp: ${last_temp[${SENSOR}]}${GAUGESH}"