Update powerwall.sh

This commit is contained in:
2023-05-15 09:18:04 -05:00
parent 59abf7d6cf
commit 4362ce7539

View File

@@ -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