Update powerwall.sh

This commit is contained in:
2023-05-12 22:26:31 -05:00
parent ada46fe110
commit 116b138111

View File

@@ -148,6 +148,7 @@ CHECKACV_SERVICE(){
if [ $voltstatus -eq 0 ]; then
echo -e "($datetime) Service Startup\nNormal voltage detected\nVOLTAGE: ${INPUTACV}V" | mail -s "Power Nominal" $email_alert
echo "($datetime) Service Startup - Normal voltage detected\nVOLTAGE: ${INPUTACV}V"
fi
fi
voltstatus=1
else