Update powerwall.sh

This commit is contained in:
2022-09-03 09:28:37 -05:00
parent 0565286287
commit 6b0d8e4be0

View File

@@ -14,11 +14,9 @@ source /opt/idssys/defaults/default.inc
#ssh root@10.5.10.35 '/vmfs/volumes/NFS_ESXi-Vault/esxi-shutdown.sh > /dev/null 2>&1' & > /dev/null 2>&1
GETTEMP(){
echo ${SENSOR_MQTTID[$1]}
mqtt_message=`mosquitto_sub -h 10.10.1.180 -t tasmota/discovery/${SENSOR_MQTTID[$1]}/sensors -u homeassistant -P 12home34assistant56 -C 1`
echo $mqtt_message
echo $mqtt_message | cut -d':' -f 7 | cut -d',' -f 1 | read temp_c
> echo "'$temp_c'"
echo "'$temp_c'"
if [ "$temp_c" != "null" ]; then
temp_f=`echo "scale=2; $temp_c*1.8 + 32" | bc`
echo "$temp_c -> $temp_f"