We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing Pironman5 everything works but the GPIO fan control:
24/11/26 11:53:08.166 [DEBUG] Initializing OLED 24/11/26 11:53:08.254 [DEBUG] Update temperature_unit to C 24/11/26 11:53:08.254 [DEBUG] Update oled_enable to True 24/11/26 11:53:08.254 [DEBUG] Update oled_rotation to 0 24/11/26 11:53:08.254 [DEBUG] Update oled_disk to total 24/11/26 11:53:08.254 [DEBUG] Update oled_network_interface to all 24/11/26 11:53:08.254 [DEBUG] OLED initialized 24/11/26 11:53:08.254 [DEBUG] Update LED count: 4 24/11/26 11:53:08.254 [DEBUG] Update LED count: 4 24/11/26 11:53:08.255 [DEBUG] Update RGB enable: True 24/11/26 11:53:08.255 [DEBUG] Update RGB enable: True 24/11/26 11:53:08.255 [DEBUG] Update RGB color: #0a1aff 24/11/26 11:53:08.255 [DEBUG] Update RGB color: [10, 26, 255] 24/11/26 11:53:08.255 [DEBUG] Update RGB brightness: 50 24/11/26 11:53:08.255 [DEBUG] Update RGB brightness: 50 24/11/26 11:53:08.255 [DEBUG] Update RGB speed: 50 AKA 50 24/11/26 11:53:08.255 [DEBUG] Update RGB style: breathing 24/11/26 11:53:08.255 [DEBUG] Update RGB style: breathing 24/11/26 11:53:08.268 [DEBUG] WS2812 initialized 24/11/26 11:53:08.269 [DEBUG] FanControl init 24/11/26 11:53:08.269 [DEBUG] FAN update_config: {'rgb_color': '#0a1aff', 'rgb_brightness': 50, 'rgb_style': 'breathing', 'rgb_speed': 50, 'rgb_enable': True, 'rgb_led_count': 4, 'temperature_unit': 'C', 'oled_enable': True, 'oled_rotation': 0, 'oled_disk': 'total', 'oled_network_interface': 'all', 'gpio_fan_pin': 6, 'gpio_fan_mode': 2, 'gpio_fan_led': 'follow', 'gpio_fan_led_pin': 5} 24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_pin to 6 24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_mode to 2 24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_led to follow 24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_led_pin to 5 24/11/26 11:53:08.269 [DEBUG] Init GPIO Fan with pin: 6 /usr/lib/python3/dist-packages/gpiozero/devices.py:300: PinFactoryFallback: Falling back from lgpio: 'can not open gpiochip' warnings.warn( 24/11/26 11:53:08.314 [ERROR] GPIO Fan init error: Cannot determine SOC peripheral base address 24/11/26 11:53:08.315 [WARNING] GPIO Fan init failed, disable gpio_fan control 24/11/26 11:53:08.315 [DEBUG] Init PWM Fan 24/11/26 11:53:08.352 [INFO] SPC peripheral disabled 24/11/26 11:53:08.353 [INFO] Setting debug level to INFO 24/11/26 11:53:08.353 [INFO] PM Auto Start 24/11/26 11:53:08.354 [INFO] PMAuto started 24/11/26 11:53:08.467 [ERROR] object of type 'int' has no len() 24/11/26 11:53:08.468 [INFO] PmDashboard started 24/11/26 11:53:08.594 [INFO] PWM Fan is supported, sync all other fan with pwm fan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing Pironman5 everything works but the GPIO fan control:
24/11/26 11:53:08.166 [DEBUG] Initializing OLED
24/11/26 11:53:08.254 [DEBUG] Update temperature_unit to C
24/11/26 11:53:08.254 [DEBUG] Update oled_enable to True
24/11/26 11:53:08.254 [DEBUG] Update oled_rotation to 0
24/11/26 11:53:08.254 [DEBUG] Update oled_disk to total
24/11/26 11:53:08.254 [DEBUG] Update oled_network_interface to all
24/11/26 11:53:08.254 [DEBUG] OLED initialized
24/11/26 11:53:08.254 [DEBUG] Update LED count: 4
24/11/26 11:53:08.254 [DEBUG] Update LED count: 4
24/11/26 11:53:08.255 [DEBUG] Update RGB enable: True
24/11/26 11:53:08.255 [DEBUG] Update RGB enable: True
24/11/26 11:53:08.255 [DEBUG] Update RGB color: #0a1aff
24/11/26 11:53:08.255 [DEBUG] Update RGB color: [10, 26, 255]
24/11/26 11:53:08.255 [DEBUG] Update RGB brightness: 50
24/11/26 11:53:08.255 [DEBUG] Update RGB brightness: 50
24/11/26 11:53:08.255 [DEBUG] Update RGB speed: 50 AKA 50
24/11/26 11:53:08.255 [DEBUG] Update RGB style: breathing
24/11/26 11:53:08.255 [DEBUG] Update RGB style: breathing
24/11/26 11:53:08.268 [DEBUG] WS2812 initialized
24/11/26 11:53:08.269 [DEBUG] FanControl init
24/11/26 11:53:08.269 [DEBUG] FAN update_config: {'rgb_color': '#0a1aff', 'rgb_brightness': 50, 'rgb_style': 'breathing', 'rgb_speed': 50, 'rgb_enable': True, 'rgb_led_count': 4, 'temperature_unit': 'C', 'oled_enable': True, 'oled_rotation': 0, 'oled_disk': 'total', 'oled_network_interface': 'all', 'gpio_fan_pin': 6, 'gpio_fan_mode': 2, 'gpio_fan_led': 'follow', 'gpio_fan_led_pin': 5}
24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_pin to 6
24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_mode to 2
24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_led to follow
24/11/26 11:53:08.269 [DEBUG] Update gpio_fan_led_pin to 5
24/11/26 11:53:08.269 [DEBUG] Init GPIO Fan with pin: 6
/usr/lib/python3/dist-packages/gpiozero/devices.py:300: PinFactoryFallback: Falling back from lgpio: 'can not open gpiochip'
warnings.warn(
24/11/26 11:53:08.314 [ERROR] GPIO Fan init error: Cannot determine SOC peripheral base address
24/11/26 11:53:08.315 [WARNING] GPIO Fan init failed, disable gpio_fan control
24/11/26 11:53:08.315 [DEBUG] Init PWM Fan
24/11/26 11:53:08.352 [INFO] SPC peripheral disabled
24/11/26 11:53:08.353 [INFO] Setting debug level to INFO
24/11/26 11:53:08.353 [INFO] PM Auto Start
24/11/26 11:53:08.354 [INFO] PMAuto started
24/11/26 11:53:08.467 [ERROR] object of type 'int' has no len()
24/11/26 11:53:08.468 [INFO] PmDashboard started
24/11/26 11:53:08.594 [INFO] PWM Fan is supported, sync all other fan with pwm fan
The text was updated successfully, but these errors were encountered: