Update temp.inc.sh

This commit is contained in:
2024-01-09 22:38:00 -06:00
parent e2439a3450
commit 496599cbce

View File

@@ -16,7 +16,6 @@ START_POWERWALL_FAN(){
pwmconfig &
sleep 4s
killall pwmconfig
sleep 1s
temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input)
if [ ${temp_c} -gt 0 ]; then
SENDNOTICE "Starting up the ${SENSOR}" "Startup confirmed, the fan is now reading: ${temp_c}"