Update powerwall.sh

This commit is contained in:
2022-09-11 15:29:07 -05:00
parent d5ffea1f8f
commit 11569450cb

View File

@@ -125,7 +125,7 @@ CHECKACV_SERVICE(){
echo -e "($datetime) Normal voltage detected\nVOLTAGE: ${INPUTACV}V" | mail -s "Power Nominal" $email_alert
echo "alert sent"
fi
last_volt=1
voltstatus=1
else
echo "($datetime) LOW voltage: ${INPUTACV}V"
if [ $voltstatus -lt 3 ]; then