From ba35f387c31e948b3a8890c67144781de834d278 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Dec 2023 09:35:52 -0600 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index d1bf878b..5dd662cb 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -194,6 +194,7 @@ SENDDAILY(){ CHECKTEMP_SERVICE(){ cw=20 declare -A last_temp + echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ---- - ---- - Service Startup" >> ${PW_LOGFILE} while true; do # start=`date +%s` # time="$(date +%H)$(date +%M)" @@ -359,7 +360,7 @@ Previous Temp: ${last_temp[${SENSOR}]}'F" # SENDNOTICE "${SENSOR} TEMP NORMAL" "Service Startup # NORMAL TEMP: ${temp_f}'F" echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ${temp_f}'F - Service Startup - NORMAL TEMP" >> ${logtemp} - echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ${temp_f}'F - ${SENSOR} - Service Startup" >> ${PW_LOGFILE} + # echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ${temp_f}'F - ${SENSOR} - Service Startup" >> ${PW_LOGFILE} [ "$(compgen -G "${PW_FOLDER}/shutdown.*")" != "" ] && rm -f ${PW_FOLDER}/shutdown.* elif [ ${relog} -eq 1 ]; then