Update temp.inc.sh

This commit is contained in:
2024-01-09 22:30:46 -06:00
parent b6d8102ff0
commit 0bb99c832b

View File

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