diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index c8f1ec06..0eee8579 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -626,7 +626,7 @@ 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 + if [ "${SENSOR}" == "Powerwall-FAN" ] && [ ${temp_c} -lt 1500 ]; then START_POWERWALL_FAN >/dev/null 2>&1 & fi fi