diff --git a/powerwall.sh b/powerwall.sh index 0cc19636..4b208942 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -154,7 +154,7 @@ AVERAGETEMP(){ if [ "${PW_SENSOR_TYPE[${sensorid}]}" == "esxi" ]; then entityid=($(${mysql_conn} -e "SELECT id FROM servermonitor.entities WHERE BINARY name='${3}' AND sensorid='${sensorid}'")) entityid=${entityid[1]} - # echo "HERE: ${3} - ${entityid}" + echo "HERE: ${3} - ${entityid}" WHERE="sensorid=${sensorid} AND entity=${entityid}" else WHERE="sensorid=${sensorid}"