Pironman 5 Mini - pironman5 software optoins not working

After installing my RPI-5 in the Pironman 5 Mini case and installing the appropriate pironman5 software, the fan and the LEDs all worked and I was able to set the fan LEDs to always on, even when the fan was off. After reloading the Pi software and the pironman5 software again, the fan and LEDs still work, but I cannot set the fan LEDs to on anymore. It accepts the command “pironman5 -fl on” and the configs (pironman -c) show it as “on” rather than “follow”, but the LEDs only come on with the fan. Restarting the pironman5 service, restarting the Pi, and reloading the pironman5 software don’t change that behavior. Any thoughts?

We have reproduced this issue and have already asked our technical team to investigate and work on a fix. Please bear with us while we resolve it.

We will get back to you here as soon as we have an update or a solution.

Thank you for your patience and understanding.

Thank you for your patience.

We have now fixed the issue you reported. Please try reinstalling the software using the following command:curl -sSL "https://raw.githubusercontent.com/sunfounder/pironman5/v1/install.sh" | sudo bash

If you still encounter any problems, please let us know and we will investigate further.

Hi,
Thanks for getting back to me. I ran into some troubles with the
installer, in particular, with libjpeg-dev, which has apparently been
removed from Trixie. Since the mini case doesn’t have an oled, I went
into the install script and commented out:

#if has “oled”; then

APT_DEPS="$APT_DEPS libjpeg-dev libfreetype6-dev libopenjp2-7 kmod

i2c-tools"
#fi

which let the installer finish running.

Even after getting the new pironman5 software installed, the behavior is
still the same (I.E. setting the gpio_fan_led to “on” doesn’t work. The
fan LED only comes on when the fan comes on, like it’s stuck in “follow”
mode).

I completely removed the pironman5 software and reloaded the new
version, and then I used the “pironman5 update” command, but none of
that changed the behavior, even after restarting the pironman5.service.

Anyway, it’s not a big deal and the case is still great. Just thought
I’d let you know.

Thanks,
-Doug

:~ $ sudo pironman5 -c
{
“system”: {
“temperature_unit”: “F”,
“gpio_fan_mode”: 4, # Lowest setting, so fan off
“gpio_fan_led”: “on” # Fan RGB stays off
}
}
:~ $ sudo pironman5 -v
1.3.18
:~ $ sudo pironman5 variant
Current variant: mini (Pironman 5 Mini)
Switch variant: pironman5 variant
Available: base, mini, max, pro-max, nas, ups
:~ $ sudo systemctl restart pironman5

Thank you for your feedback –We will also run some additional tests on our side to see if we can reproduce this behaviour.