Update powerwall.sh

This commit is contained in:
2022-09-11 16:32:20 -05:00
parent f09ab3d248
commit 7ed63a1979

View File

@@ -139,7 +139,7 @@ CHECKACV_SERVICE(){
fi
voltstatus=3
BATTVOLT=$(curl -s "http://10.10.0.61/stats.json" | jq '.inputs ..battV')
[ $VERBOSE = true ] && echo "($datetime) Battery Voltage: ${BATTVOLT}"
[ $VERBOSE = true ] && echo "($datetime) Battery Voltage: ${BATTVOLT}V"
fi
sleep 10