After testing out with Raspian and confirming that everythings works I installed batocera.linux on my Raspberry Pi 5 and activated pironman from the batocera menu. Now the oled display works but the fans are always blowing even though my settings are set to quiet:
[root@BATOCERA /userdata/system]# pironman5 -c
{
“auto”: {
“rgb_color”: “#0a1aff”,
“rgb_brightness”: 50,
“rgb_style”: “breathing”,
“rgb_speed”: 50,
“rgb_enable”: true,
“rgb_led_count”: 4,
“temperature_unit”: “C”,
“gpio_fan_mode”: 4,
“gpio_fan_pin”: 6
}
}
Any suggestions of what I can try to qiuet it down?
Update: I get this error when starting the pironman service:
25/01/16 16:53:09.206 [DEBUG] FanControl init
25/01/16 16:53:09.206 [DEBUG] Init GPIO Fan with pin: 6
/usr/lib/python3.11/site-packages/gpiozero/devices.py:295: PinFactoryFallback: Falling back from lgpio: ‘can not open gpiochip’
warnings.warn(
GPIO Fan init error: Cannot determine SOC peripheral base address
25/01/16 16:53:09.246 [WARNING] GPIO Fan init failed, disable gpio_fan control
What could that mean ?