From 1a175d670d053d31b2223b8b763461bff9ad3470 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Oct 2024 15:18:42 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/temp.inc.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults.inc b/defaults.inc index 734ad2af..c10d6f29 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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 ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index e15722d3..adaa98f5 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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