diff --git a/defaults.inc b/defaults.inc index 29234f3f..d995dfac 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.7.88-08212024' +VERS='2.7.89-08212024' noheader=' update service dailytemp confsync -r -report test ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 339e77b9..7de70e41 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -944,9 +944,9 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ elif [[ "${SENSOR}" = *"FAN"* ]]; then temp_c=$(cat ${PW_FANINPUT}) temp_h='' - if [ "${SENSOR}" == "Powerwall-FAN" ] && [ ${temp_c} -lt 1500 ]; then - START_POWERWALL_FAN >/dev/null 2>&1 & - fi + # if [ "${SENSOR}" == "Powerwall-FAN" ] && [ ${temp_c} -lt 1500 ]; then + # START_POWERWALL_FAN >/dev/null 2>&1 & + # fi fi elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "remotesystem" ]; then