Hello,
Try refer to this Microsoft document about the Thermal management in Windows:
Thermal management in Windows | Microsoft Learn
Design Guide | Microsoft Learn
You need to write device-specific drivers to interact with your Fan controller, try below steps:
- Determine the device ID for Fan controller
- Write a custom driver that communicates with the device via IOCTLS
- Install the driver
- Verify your driver can read tempreture data from the sensor and contro the fan speed
- Your ACPI code should refernce the device and its thermal zones.
Best regards,
Molly
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it