From 10706e06a6f79728337496f65421190c8c7de032 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 15 May 2023 09:31:24 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index ce25d146..8de0b4b6 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -219,7 +219,8 @@ VOLTAGE: ${INPUTACV}V" Normal voltage detected VOLTAGE: ${INPUTACV}V BATT VOLTAGE: ${BATTVOLT}V" - echo "($datetime) - ${INPUTACV}V - Service Startup - Normal voltage detected" >> ${logacv} + echo "($datetime) - Input: ${INPUTACV}V - Service Startup - Normal voltage detected" >> ${logacv} + echo "($datetime) - Battery: ${BATTVOLT}V - Service Startup - Normal voltage detected" >> ${logacv} fi fi voltstatus=1 @@ -427,7 +428,7 @@ fi STOP_SERVICE Temp for SENSOR in ${!SENSOR_ID[@]}; do logtemp=${LOGFOLDER}/log-temp-${SENSOR} - echo "(`date +'%Y-%m-%d %H:%M:%S'`) Service Stopped" >> ${logtemp} + echo "(`date +'%Y-%m-%d %H:%M:%S'`) - ${SENSOR} - Service Stopped" >> ${logtemp} done else CHECKTEMP_SERVICE