diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 06f5fd2d..42294665 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -586,9 +586,9 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ elif [[ "${SENSOR}" = *"FAN"* ]]; then temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input) temp_h='' - # if [ "${SENSOR}" == "Powerwall-FAN" ] && [ ${temp_c} -lt 1000 ]; then - # START_POWERWALL_FAN >/dev/null 2>&1 & - # fi + if [ "${SENSOR}" == "Powerwall-FAN" ] && [ ${temp_c} -lt 1000 ]; then + START_POWERWALL_FAN >/dev/null 2>&1 & + fi fi elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "remotesystem" ]; then