This commit is contained in:
2023-12-17 15:20:31 -06:00
parent 5c3a51c90a
commit 5fcb4092f1
3 changed files with 12 additions and 8 deletions

View File

@@ -239,6 +239,8 @@ CHECKTEMP_SERVICE(){
declare -A last_temp
echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - 'Check Temp' Service Startup" >> ${PW_LOGFILE}
while true; do
source /opt/idssys/powerwall/defaults.inc
# start=`date +%s`
# time="$(date +%H)$(date +%M)"
# if [ ! -f ${PW_TMPFOLDER}/temp.* ] && [ $(date +%H)$(date +%M) -ge 0700 ] && [ $(date +%H)$(date +%M) -lt 0705 ]; then