(05-02-2019, 07:44 PM)Farley56 Wrote: Thanks for sticking with me.
Now I can peruse the settings in the forum thread and see if I can get the fan to start up.
Any quick advice on what to set just to see if it's operational?
Thanks again!
You welcome

You can check if ATS starts when service is been bring up
Stop service:
Code:
service ats stop
Then you can start it again:
Code:
service ats start
The fan will spin for very short time, if outside Active window, or during a bigger amount of time if between 40-60C degrees..
But you can adapt it the config file '/etc/ats.conf'
I made a Tutorial for that here
You can lower the 'MIN_CONTINUOUS_THERMAL_TEMP' to 30C degrees for example, so that the fan start erlier to spin, in that way you will notice it..
Each time you change the config file you need to stop and start the service, to catch the changes..