Update powerwall.sh

This commit is contained in:
2022-09-11 14:33:39 -05:00
parent 25226084e9
commit 6bf60f4f55

View File

@@ -120,6 +120,7 @@ CHECKACV_SERVICE(){
echo "($datetime) normal voltage: ${INPUTACV}V"
else
echo "($datetime) LOW voltage: ${INPUTACV}V"
echo -e "($datetime) Power off or low voltage detected\nVOLTAGE: ${INPUTACV}V" | mail -s "POWER OFF!!" $email_alert
fi
sleep 30
done # &