Update powerwall.sh
This commit is contained in:
@@ -133,8 +133,7 @@ CHECKPOWER(){
|
||||
CHECKACV_SERVICE(){
|
||||
voltstatus=0
|
||||
battstatus=0
|
||||
while true
|
||||
do
|
||||
while true; do
|
||||
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')
|
||||
datetime=`date +'%Y-%m-%d %H:%M:%S'`
|
||||
|
||||
Reference in New Issue
Block a user