This commit is contained in:
2024-08-21 17:04:27 -05:00
parent 99a5703649
commit ecfb7ddd5c
2 changed files with 4 additions and 4 deletions

View File

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

View File

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