This commit is contained in:
2024-10-28 15:18:42 -05:00
parent 9a30124787
commit 1a175d670d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.7.115-10282024'
VERS='2.7.116-10282024'
noheader=' update service dailytemp confsync -r -report test '

View File

@@ -954,9 +954,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