Hello, thanks for quick reply..
merry christmas to you!!
about the raspberry pi 5, i checked the OLED FPC cable connection, it is connected perfectly (seated).
OS Running: Ubuntu 24.04 LTS installed using imager on nvme ssd.
sudo i2cdetect -y 1
screenshot
cat /var/log/pironman5/pm_auto.oled.log
25/12/27 18:12:19.591 [DEBUG] Update temperature_unit to C
25/12/27 18:12:19.591 [DEBUG] Update oled_rotation to 0
25/12/27 18:12:19.592 [DEBUG] Update oled_disk to total
25/12/27 18:12:19.592 [DEBUG] Update oled_network_interface to all
25/12/27 18:12:19.592 [DEBUG] Update oled_sleep_timeout to 10
25/12/27 18:12:19.592 [DEBUG] Update oled_enable to True
25/12/27 18:12:19.592 [DEBUG] OLED wake up
25/12/27 18:12:20.852 [INFO] Connected to wlan0: 192.168.50.176
25/12/27 18:12:29.896 [INFO] OLED sleep timeout, sleeping
cat /var/log/pironman5/pm_auto.fan_control.log
25/12/27 18:12:19.609 [DEBUG] Initializing FanControl
25/12/27 18:12:19.609 [DEBUG] Update gpio_fan_pin to 6
25/12/27 18:12:19.609 [DEBUG] Update gpio_fan_mode to 0
25/12/27 18:12:19.610 [DEBUG] Update gpio_fan_led to follow
25/12/27 18:12:19.610 [DEBUG] Update gpio_fan_led_pin to 5
25/12/27 18:12:19.610 [DEBUG] Init GPIO Fan with pin: 6, led_pin: 5
25/12/27 18:12:19.651 [DEBUG] Set led to follow
25/12/27 18:12:19.651 [DEBUG] Init PWM Fan
25/12/27 18:12:19.679 [DEBUG] FanControl initialized
25/12/27 18:12:20.972 [INFO] PWM Fan is supported, sync all other fan with pwm fan
cat /var/log/pironman5/main.log
25/12/27 18:12:19.483 [INFO]
25/12/27 18:12:19.483 [INFO] ############################################################
25/12/27 18:12:19.483 [DEBUG] Config path: /opt/pironman5/venv/lib/python3.12/site-packages/pironman5/config.json
25/12/27 18:12:19.484 [DEBUG] Pironman5 version: 1.2.22
25/12/27 18:12:19.484 [DEBUG] Variant: Pironman 5 Max
25/12/27 18:12:19.484 [DEBUG] Config: {'system': {'data_interval': 1, '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, 'oled_sleep_timeout': 10, 'vibration_switch_pin': 26, 'vibration_switch_pull_up': False, 'debug_level': 'INFO'}}
25/12/27 18:12:19.484 [DEBUG] Device info: {'name': 'Pironman 5 Max', 'id': 'pironman5', 'peripherals': ['storage', 'cpu', 'network', 'memory', 'history', 'log', 'ws2812', 'cpu_temperature', 'gpu_temperature', 'temperature_unit', 'oled', 'clear_history', 'delete_log_file', 'pwm_fan_speed', 'gpio_fan_state', 'gpio_fan_mode', 'gpio_fan_led', 'vibration_switch', 'oled_sleep'], 'version': '1.2.22', 'app_name': 'pironman5'}
25/12/27 18:12:19.484 [DEBUG] PM_Auto version: 1.2.12
25/12/27 18:12:19.484 [DEBUG] PM_Dashboard version: 1.2.10
25/12/27 18:12:20.809 [INFO] PMAuto started
25/12/27 18:12:20.907 [INFO] PmDashboard started
i see the threshold temperature 50 degree celcius is not triggered so the cpu fan remains off..
how can i configure it to become on if temperature is < 50 degree celcius.
i am going to run raspberry pi 24 hrs x 366 days.. what must i be worried about? the fans? and temperature? because in India the temperatures in summer could go upto 45 degree celcius easily.
about the oled
i find the oled display turns off very quickly.
- can i install a touchscreen instead of oled and use it for display purpose and turn off the oled graph and all?
- what all cables do i need for it?
- can i stop the oled from going into sleep after awhile? how can i do that?