Having issues with Fans on Pironman5 pro max

Hello.

I have home assistant OS installed on my rasberry 5 .

I have the pironman 5 pro max case, and have installed the add ons required for home assistant. Everything is working besides the fans. How do i get the fans to work on home assistant OS?

Is it because im using home assistant 17.3? i see the pro max is only compatible with home assistant os 16.3

To get the fans working on your Pironman 5 Pro Max under Home Assistant OS, please try the following steps:

In Home Assistant, go to Settings → MOUNT → edit config.txt.

Add the following lines to the config.txt file:

dtparam=cooling_fan=on
dtparam=fan_temp0=40000
dtparam=fan_temp0_hyst=10000
dtparam=fan_temp0_speed=125

Save the file.After rebooting, the fans should work properly in Home Assistant OS

Hello, i added the below in my config file,

dtparam=cooling_fan=on
dtparam=fan_temp0=40000
dtparam=fan_temp0_hyst=10000
dtparam=fan_temp0_speed=125

and now the fans are working. After the temp hits 40 degrees celsius. Thank you. Was this in the documentation and i missed it?

Regards,

Mark

The reason this configuration is not in the main documentation is that Home Assistant OS is a headless (no desktop) system, so the 4.3‑inch DSI screen cannot function properly under Home Assistant OS. Additionally, dual NVMe display is not supported in that environment.

For these reasons, we have not included the Pro Max setup in the main Home Assistant OS guide.

However, we are now preparing a FAQ section specifically for Pironman 5 Pro Max on Home Assistant OS.

Thank you for your feedback – it helps us improve our documentation!