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}" }