From b22809879d1ed1394bede3249e21620029562700 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 4 Apr 2024 17:31:02 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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