Pironman 5 Promax does not light up both fans

Just received the Pironman 5 Pro Max. I have found that both of the back fans appear to work with regards to spinning. But only 1 will light up with the LEDs. If I switch the plugs then the LEDs work with on the other fan. So both fans LEDs are capable of working but the top fan socket does not drive the LEDs. I have reinserted and verified that the fans are plugged in. The jumpers appear to be set properly. If I remove the LED jumper then no LEDs work. Plugging in the jumper allows only 1 to work.

Other than my HDMI issue everything else appears to be working.

I have a second setup on Pironman 5 Pro and every thing there appears to be working.

Please run the following command and send us the output:
sudo pironman5 -c
This will help us determine whether there is a configuration issue.

If the settings are correct and it turns out to be a hardware problem, we will send you a replacement.

$ sudo pironman5 -c
{
“system”: {
“data_interval”: 1,
“debug_level”: “INFO”,
“temperature_unit”: “C”,
“database_retention_days”: 30,
“default_dashboard_page”: “small”,
“enable_history”: true,
“rgb_color”: “#0a1aff”,
“rgb_brightness”: 100,
“rgb_style”: “solid”,
“rgb_speed”: 50,
“rgb_enable”: true,
“rgb_led_count”: 4,
“rgb_led_count_min”: 4,
“rgb_position”: [
17,
16,
15,
14,
7,
6,
5,
4,
13,
12,
11,
10,
9,
8,
3,
2,
1,
0
],
“oled_enable”: true,
“oled_rotation”: 0,
“oled_sleep_timeout”: 30,
“oled_pages”: [
“mix”,
“performance”,
“ips”,
“disk”
],
“gpio_fan_pin”: 6,
“gpio_fan_mode”: 0,
“gpio_fan_led”: “follow”,
“gpio_fan_led_pin”: 5,
“vibration_switch_pin”: 26,
“vibration_switch_pull_up”: false
}
}

From your configuration, there is some information that does not belong to the Pro Max — for example, LED count set to 4 and references to a vibration switch. It seems you may have installed the wrong version of the pironman5 software for the Pro Max.

Please uninstall it using the following commands:

cd ~/pironman5
sudo python3 install.py --uninstall
cd ~/
sudo rm -rf pironman5

Then reinstall the correct version:

cd ~
git clone -b pro-max GitHub - sunfounder/pironman5: Code for Raspberry Pi 5 case (Pironman5) · GitHub --depth 1
cd ~/pironman5
sudo python3 install.py

Then reinstall the correct version: