Update powerwall.sh
This commit is contained in:
11
powerwall.sh
11
powerwall.sh
@@ -131,12 +131,11 @@ CHECKPOWER(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
CHECKACV_SERVICE(){
|
CHECKACV_SERVICE(){
|
||||||
voltstatus=0
|
voltstatus=0
|
||||||
battstatus=0
|
battstatus=0
|
||||||
while true
|
while true; do
|
||||||
do
|
INPUTACV=$(curl -s "http://10.10.0.61/stats.json" | jq '.inputs .inV')
|
||||||
INPUTACV=$(curl -s "http://10.10.0.61/stats.json" | jq '.inputs .inV')
|
BATTVOLT=$(curl -s "http://10.10.0.61/stats.json" | jq '.inputs .battV')
|
||||||
BATTVOLT=$(curl -s "http://10.10.0.61/stats.json" | jq '.inputs .battV')
|
|
||||||
datetime=`date +'%Y-%m-%d %H:%M:%S'`
|
datetime=`date +'%Y-%m-%d %H:%M:%S'`
|
||||||
if [ ${INPUTACV} -ge ${min_acvolt} ]; then
|
if [ ${INPUTACV} -ge ${min_acvolt} ]; then
|
||||||
if [ $voltstatus -eq 3 ]; then
|
if [ $voltstatus -eq 3 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user