Update powerwall.sh

This commit is contained in:
2023-11-04 11:15:25 -05:00
parent f9f8ed1ae5
commit 8de4ad7504

View File

@@ -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