diff --git a/powerwall.sh b/powerwall.sh index eaa92e7e..e357eae7 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -213,7 +213,8 @@ VOLTAGE: ${INPUTACV}V" if [ $voltstatus -eq 0 ]; then SENDNOTICE "Power Nominal" "($datetime) Service Startup Normal voltage detected -VOLTAGE: ${INPUTACV}V" +VOLTAGE: ${INPUTACV}V +BATT VOLTAGE: ${BATTVOLT}V" echo "($datetime) - ${INPUTACV}V - Service Startup - Normal voltage detected" >> ${logacv} fi fi