diff --git a/powerwall.sh b/powerwall.sh index 5522fe9e..018521ec 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -172,7 +172,7 @@ AVERAGETEMP(){ entityid=($(${mysql_conn} -e "SELECT id FROM servermonitor.entities WHERE BINARY name='${3}' AND sensorid='${sensorid}'")) entityid=${entityid[1]} WHERE="sensorid=${sensorid} AND entity=${entityid}" - echo "HERE:${1} - ${2} - ${3} - ${entityid}" + # echo "HERE:${1} - ${2} - ${3} - ${entityid}" else WHERE="sensorid=${sensorid}" fi