Update temp.inc.sh

This commit is contained in:
2024-04-04 17:31:02 -05:00
parent 62ef45906f
commit b22809879d

View File

@@ -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