Update powerwall.sh

This commit is contained in:
2023-05-22 21:40:34 -05:00
parent ef2e715729
commit 8116270751

View File

@@ -234,7 +234,7 @@ CHECKPOWER_SERVICE(){
wait=300
fi
if [ ${lastinsert} -ge ${wait} ]; then
POWERLOGGER ${INVSTATSINFO} &
POWERLOGGER "${INVSTATSINFO}" &
fi
INPUTACV=$(echo ${INVSTATSINFO} | jq '.inputs .inV')