diff --git a/powerwall.sh b/powerwall.sh index 0eae7420..9a6b5b67 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -153,6 +153,7 @@ CHECKTEMPSENSOR(){ fi if [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ]; then + [ "${PW_SENSOR_TYPE[${1}]}" == "cpu" ] && echo "CPU-YES" || echo "CPU-NO" [ "${PW_SENSOR_TYPE[${1}]}" == "cpu" ] && temp_f=$(bc <<< "scale=2; ${temp_c}*1") || temp_f=$(bc <<< "scale=1; ${temp_c}*1.8+32") echo "HERE: '${temp_c}' -> '${temp_f}'" # echo -en ""