I posted a different issue in which my RGB fan is always turning to ‘always on mode’. In researching I am noticing a missing setting in the UX:
In the instructions View and Control from Dashboard — SunFounder Pironman 5 documentation
There is a screenshot of the UX that an option for the Fan LED to be set to On, Off or Follow.
My UX does not include this option. I only have the Fan Mode setting.
The debug log seems to show that the setting is being passed on init to Follow:
‘gpio_fan_led’: ‘follow’
see below:
25/02/12 19:56:21.403 [DEBUG] FanControl init
25/02/12 19:56:21.403 [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': 0, 'gpio_fan_led': 'follow', 'gpio_fan_led_pin': 5, 'interval': 1}
25/02/12 19:56:21.403 [DEBUG] Update gpio_fan_pin to 6
25/02/12 19:56:21.403 [DEBUG] Update gpio_fan_mode to 0
25/02/12 19:56:21.404 [DEBUG] Update gpio_fan_led to follow
25/02/12 19:56:21.404 [DEBUG] Update gpio_fan_led_pin to 5
25/02/12 19:56:21.404 [DEBUG] Init GPIO Fan with pin: 6
25/02/12 19:56:21.434 [DEBUG] Init PWM Fan
25/02/12 19:56:21.597 [INFO] PWM Fan is supported, sync all other fan with pwm fan
25/02/12 19:58:24.120 [DEBUG] FAN update_config: {'gpio_fan_mode': 2}
25/02/12 19:58:24.120 [DEBUG] Update gpio_fan_mode to 2
25/02/12 19:58:26.817 [DEBUG] FAN update_config: {'rgb_style': 'rainbow'}
- Did this UX option get removed intentionally? Is this a bug?
- What do these different modes do? On / Off / Follow?