I’m having an issue getting my fan (and the s2) button to work. The CPU temp goes up above 40C, but the fan doesn’t turn on. I’ve tried resetting the fan threshold with no luck. Any ideas on how I could troubleshoot this further?
In [2]: api.get_fan_health()
Out[2]: 1
In [3]: api.get_fan_speed()
Out[3]: 0
In [4]: api.set_fan_speed(1)
Out[4]: 1
In [5]: api.get_fan_speed()
Out[5]: 0