Hi,
With the summer hotness I was tired of continuously adjusting my S5 frequency, so I decided myself to dive into shell coding and wrote a small script to do it automatically.
I'm pretty happy with what I got: every 20 minutes the script checks the temp sensors, increase or decrease the frequency and restarts cgminer. Thus I keep the temp between 58 and 62 °C at all time.
If you're interested you can download the script on github:
https://github.com/kmitz/Regul Installation notes are on my blog:
https://jomcflyatwork.wordpress.com/ You can ask me questions in this thread or PM me for help.
Cheers!
NB: If you worry about my script stealing all your coins, just check the script, it's only 40 lines and very straightforward:
1)read temp
2)write new frequency in /config/cgminer.conf
3)restart cgminer