diff --git a/powerwall.sh b/powerwall.sh index 76e254c0..0108dbe1 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -51,7 +51,7 @@ CHECKTEMPSENSOR(){ elif [ "${SENSOR_TYPE[${1}]}" == "system" ]; then temp_c=$(vcgencmd measure_temp) temp_c=${test%\'*}; temp_c=${test#*=} - + echo "HERE: $temp_c" fi if [ "$temp_c" != "null" ] && [ "$temp_c" != "" ]; then