From 1a6d6972caaab78739fbc1f140d36ccd879acd8e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 3 Sep 2022 14:44:33 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 8abe31e6..8597c6d4 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -47,7 +47,7 @@ CHECKTEMP_SERVICE(){ echo $mqtt_message | cut -d'T' -f 3 | cut -d"\"" -f 1 | read temp_t if [ "$temp_c" != "null" ] && [ "$temp_c" != "" ]; then temp_f=`echo "scale=2; $temp_c*1.8 + 32" | bc` - temp_f=$(($temp_f +1)) + temp_f=$(($temp_f + 1)) #echo "$temp_c -> $temp_f"