Update temp.inc.sh
This commit is contained in:
@@ -14,9 +14,9 @@ GET_HOST_FANSPEED(){
|
|||||||
}
|
}
|
||||||
START_POWERWALL_FAN(){
|
START_POWERWALL_FAN(){
|
||||||
pwmconfig &
|
pwmconfig &
|
||||||
sleep 6s
|
sleep 4s
|
||||||
killall pwmconfig
|
killall pwmconfig
|
||||||
sleep 3s
|
sleep 5s
|
||||||
temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input)
|
temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input)
|
||||||
SENDNOTICE "Starting up the ${SENSOR}" "${SENSOR} is now reading: ${temp_c}"
|
SENDNOTICE "Starting up the ${SENSOR}" "${SENSOR} is now reading: ${temp_c}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user