From 0bb99c832b7c41db8571c6b5f83ddd02d3613a87 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 22:30:46 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 21272e5a..c4789e26 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -14,9 +14,9 @@ GET_HOST_FANSPEED(){ } START_POWERWALL_FAN(){ pwmconfig & - sleep 6s + sleep 4s killall pwmconfig - sleep 3s + sleep 5s temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input) SENDNOTICE "Starting up the ${SENSOR}" "${SENSOR} is now reading: ${temp_c}" }