From 647edd07083b4d986ff1ca6ea911e9f9529438e9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 3 Sep 2022 09:20:23 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/powerwall.sh b/powerwall.sh index 00835198..5a194d2c 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -15,6 +15,7 @@ source /opt/idssys/defaults/default.inc GETTEMP(){ mqtt_message=`mosquitto_sub -h 10.10.1.180 -t tasmota/discovery/${SENSOR_MQTTID[${1}]}/sensors -u homeassistant -P 12home34assistant56 -C 1` + echo $payload echo $payload | cut -d':' -f 7 | cut -d',' -f 1 | read temp_c temp_f=`echo "scale=2; $temp*1.8 + 32" | bc`