Find active thermal config
ps -aef | grep wdtms
Check temps and rpm
fan_control -g 0;fan_control -g 4
/etc/wd/BWZE-thermal.xml
<step name="init_drv_cool" action="set_int_value" var="drv_state" value="1" interval="570" next="check_drv_extreme" /> <step name="check_drv_extreme" action="compare_temperature" source="drive" index="*" comparison="greater_than" value="54.0" interval="570" goto="set_drv_extreme" next="check_drv_pending" /> <step name="check_drv_pending" action="compare_temperature" source="drive" index="*" comparison="greater_than" value="51.0" interval="570" goto="set_drv_pending" next="check_drv_danger" /> <step name="check_drv_danger" action="compare_temperature" source="drive" index="*" comparison="greater_than" value="47.0" interval="570" goto="set_drv_danger" next="check_drv_hot" /> <step name="check_drv_hot" action="compare_temperature" source="drive" index="*" comparison="greater_than" value="44.0" interval="570" goto="set_drv_hot" next="check_drv_warm" /> <step name="check_drv_warm" action="compare_temperature" source="drive" index="*" comparison="greater_than" value="40.0" interval="570" goto="set_drv_warm" next="check_drv_content" /> <step name="check_drv_content" action="compare_temperature" source="drive" index="*" comparison="greater_than" value="37.0" interval="570" goto="set_drv_content" next="check_drv_under" /> <step name="check_drv_under" action="compare_temperature" source="drive" index="*" comparison="less_than" value="1.0" interval="570" goto="set_drv_under" next="check_drv_cool" /> <step name="check_drv_cool" action="compare_temperature" source="drive" index="*" comparison="less_than" value="38.0" interval="570" goto="set_drv_cool" next="check_cpu_shutdown" />