I found that you have integrated autofan 2.0 in Hive from release 0.5 - 59.
How can I set up the min and max temps now?
I have installed it by myself and there I`m setting them but I`m not sure that it works.
Autofan in preview stage. In fact it's public beta so no tools in web interface. You need to manually create configuration file calling
autofan.conf and put it to /hive-config and then execute autofan command or reboot rig for apply
Configuration file is very simple
# GPU target temperature. AutoFan
TARGET_TEMP=60
# Min fans speed
MIN_FAN=25
# Max fan speed
MAX_FAN=100
#temperature of stop miner
CRITICAL_TEMP=75
#AMD fan control (AMD control enable-0/AMD control disable-1)
NO_AMD=0
Autofan will try to adjust the speed of the fans in such a way as to keep the temperature specified TARGET_TEMP
Of-course for using with AMD cards you need to disable miner fans control to eliminate possible conflicts between miner and autofan module.