diff --git a/powerwall.sh b/powerwall.sh index d2a0c9a0..d84cf174 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -645,7 +645,7 @@ LOGROTATE(){ TEST(){ temptotal=0 - countback=532300 + countback=200000 while IFS=$'\t' read date sensorid temp hum ;do # echo date:$date sensorid:$sensorid temp:$temp hum:$hum temptotal=$(bc <<< "scale=2; ${temptotal}+${temp}")