Pironman rgb lights and screen wont power on

Hi i installed my pironman install successfully and for some reason the lights wont power on and the and the screen and i’ve been following instructions exactly and i can’t figure out why?

i got a rp4 official power supply connected ive tried having connected to the motherboard no luck
not sure what to do next please help

1、Please ask what system you are using, what system version.
Is it our compatible system. Our tutorial has introduced the compatible system oh, please see the tutorial:
https://docs.sunfounder.com/projects/pironman-v2/en/latest/
2、Are all the short connectors on the motherboard connected? (As shown in the picture)
122601

3、Is the Pironman software service installed correctly according to the tutorial? Is there any error message during the installation process? (If there is any error message, please provide it to us)
4、Please provide logs to us, so that we can analyze and solve the problem. (Log path /opt/pironman/log)
5、Please provide the problem video to us, so that we can analyze and solve the problem.

Hi , I’ve put everything in the right spot according to the instructions and watching YouTube video the other day and re watched YouTube video again today and everything exactly the same, is there a physical tell tale sign of what version of the pironman I have? It’s possible I put the wrong version of software on it but I can’t confirm that because my paper instructions are at home and on your website it tells you to look at the paper, I’m not able to find out until i get home after work , but my pi is with me so I fix the software if that was done incorrectly.

The software installed correctly didn’t give any errors when I did it and it asked me to reboot and I typed Y and did it.

  1. The motherboard as shown is the pironman motherboard of the new version V2. (Picture)

  2. Please check if the OLED screen is connected properly, we suggest to unplug it again.

  3. Please provide logs to us so that we can analyze and solve the problem. (log path /opt/pironman/log)

  4. You may have cloned the wrong code branch, please check if your pironman code branch is v2.0.
    cd ~/pironman
    git branch
    If not, switch to v2.0 and reinstall it:
    git checkout v2.0
    sudo python3 install.py
    In the v2.0 code, the IO10 (spi) pin is used by default to drive rgb.
    The command to change the rgb IO is pironman -rp 10.
    Check if the IO short connector on the motherboard is connected correctly.

It’s a version 2
And I just tried
cd ~/pironman
git branch

Had the words:

Master

[End]

Nothing else

If you you executed:
cd ~/pironman
git branch
the printout is Master, you have cloned the wrong branch, please execute:
cd ~/pironman
git checkout v2.0
sudo python3 install.py
and reboot the Raspberry Pi.
Another tip: Please reply to our questions carefully, so that we can help you solve the problem faster.
Please take a look at the previous questions we replied to, then do the verification as we replied to, and then reply to us with the results of the verification one by one.

okay so it now says Master v2.0
after reboot now ive tried to generate a log but i get the following messages
(log path /opt/pironman/log)
bash: dietpi@DietPi:~/pironman$: No such file or directory
bash: bash:: command not found
bash: dietpi@DietPi:~/pironman$: No such file or directory
bash: bash:: command not found
bash: syntax error near unexpected token )' bash: syntax error near unexpected token )’
bash: syntax error near unexpected token `)’

(log path /opt/pironman/log)
bash: syntax error near unexpected token )' dietpi@DietPi:~/pironman$ (log path /opt/pironman/log) (log path /opt/pironman/log) bash: syntax error near unexpected token )’
bash: dietpi@DietPi:~/pironman$: No such file or directory
bash: log: command not found
bash: log: command not found
dietpi@DietPi:~/pironman$ (log path /opt/pironman/log)
bash: log: command not found
dietpi@DietPi:~/pironman$

power button works properly and turns off now . lights and RGB lights not working still only the rgb fan i’ve pulled the pins out and reconnected them and same results

  1. The system you are currently using is the DietPi system, right?
    We give you the path to the log /opt/pironman/log, you also need to use the command to view the log Oh, the command is:
    cat /opt/pironman/log
    Provide the log to us.
  2. We recommend that you install the Raspberry Pi system and install our pironman on the system terminal and see how it works.
  3. Did you re-clone the code branch?
    You have installed the wrong code branch (Master), the correct branch is V2.0.
    So you need to execute the following command:
    cd ~/pironman
    git checkout v2.0
    sudo python3 install.py
    and reboot the Raspberry Pi.

Yes diet pi now with that code i got the log
dietpi@DietPi:~$ sudo cat /opt/pironman/log

------------------------23/12/28 11:54:11------------------------
pironman version: 2.2.4
username: dietpi
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 11:54:11,593 [DEBUG] power_key_pin : 16
23/12/28 11:54:11,594 [DEBUG] fan_pin : 6
23/12/28 11:54:11,594 [DEBUG] update_frequency : 0.5
23/12/28 11:54:11,594 [DEBUG] temp_unit : C
23/12/28 11:54:11,594 [DEBUG] fan_temp : 50.0
23/12/28 11:54:11,594 [DEBUG] screen_always_on : False
23/12/28 11:54:11,595 [DEBUG] screen_off_time : 60
23/12/28 11:54:11,595 [DEBUG] rgb_enable : True
23/12/28 11:54:11,595 [DEBUG] rgb_switch: True
23/12/28 11:54:11,595 [DEBUG] rgb_style : breath
23/12/28 11:54:11,595 [DEBUG] rgb_color : 0a1aff
23/12/28 11:54:11,595 [DEBUG] rgb_blink_speed : 50
23/12/28 11:54:11,595 [DEBUG] rgb_pwm_freq : 1000
23/12/28 11:54:11,596 [DEBUG] rgb_pin : 10
23/12/28 11:54:11,596 [DEBUG]

23/12/28 11:54:11,627 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 11:54:11,639 [DEBUG] rgb_show
23/12/28 11:54:11,640 [DEBUG] rgb_show: breath

------------------------23/12/28 13:32:04------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 13:32:04,135 [DEBUG] power_key_pin : 16
23/12/28 13:32:04,136 [DEBUG] fan_pin : 6
23/12/28 13:32:04,136 [DEBUG] update_frequency : 0.5
23/12/28 13:32:04,136 [DEBUG] temp_unit : C
23/12/28 13:32:04,137 [DEBUG] fan_temp : 50.0
23/12/28 13:32:04,137 [DEBUG] screen_always_on : False
23/12/28 13:32:04,137 [DEBUG] screen_off_time : 60
23/12/28 13:32:04,137 [DEBUG] rgb_enable : True
23/12/28 13:32:04,137 [DEBUG] rgb_switch: True
23/12/28 13:32:04,137 [DEBUG] rgb_style : breath
23/12/28 13:32:04,137 [DEBUG] rgb_color : 0a1aff
23/12/28 13:32:04,137 [DEBUG] rgb_blink_speed : 50
23/12/28 13:32:04,138 [DEBUG] rgb_pwm_freq : 1000
23/12/28 13:32:04,138 [DEBUG] rgb_pin : 10
23/12/28 13:32:04,138 [DEBUG]

23/12/28 13:32:04,231 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 13:32:04,244 [DEBUG] rgb_show
23/12/28 13:32:04,244 [DEBUG] rgb_show: breath

------------------------23/12/28 13:39:41------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

23/12/28 13:39:41,164 [DEBUG] power_key_pin : 16
23/12/28 13:39:41,164 [DEBUG] fan_pin : 6
23/12/28 13:39:41,164 [DEBUG] update_frequency : 0.5
23/12/28 13:39:41,164 [DEBUG] temp_unit : C
23/12/28 13:39:41,164 [DEBUG] fan_temp : 50.0
23/12/28 13:39:41,165 [DEBUG] screen_always_on : False
23/12/28 13:39:41,165 [DEBUG] screen_off_time : 60
23/12/28 13:39:41,165 [DEBUG] rgb_enable : True
23/12/28 13:39:41,165 [DEBUG] rgb_switch: True
23/12/28 13:39:41,165 [DEBUG] rgb_style : breath
23/12/28 13:39:41,165 [DEBUG] rgb_color : 0a1aff
23/12/28 13:39:41,166 [DEBUG] rgb_blink_speed : 50
23/12/28 13:39:41,166 [DEBUG] rgb_pwm_freq : 1000
23/12/28 13:39:41,166 [DEBUG] rgb_pin : 10
23/12/28 13:39:41,166 [DEBUG]

23/12/28 13:39:41,288 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 13:39:41,306 [DEBUG] rgb_show
23/12/28 13:39:41,307 [DEBUG] rgb_show: breath

------------------------23/12/28 13:44:41------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 13:44:41,457 [DEBUG] power_key_pin : 16
23/12/28 13:44:41,458 [DEBUG] fan_pin : 6
23/12/28 13:44:41,458 [DEBUG] update_frequency : 0.5
23/12/28 13:44:41,458 [DEBUG] temp_unit : C
23/12/28 13:44:41,458 [DEBUG] fan_temp : 50.0
23/12/28 13:44:41,458 [DEBUG] screen_always_on : False
23/12/28 13:44:41,459 [DEBUG] screen_off_time : 60
23/12/28 13:44:41,459 [DEBUG] rgb_enable : True
23/12/28 13:44:41,459 [DEBUG] rgb_switch: True
23/12/28 13:44:41,459 [DEBUG] rgb_style : breath
23/12/28 13:44:41,459 [DEBUG] rgb_color : 0a1aff
23/12/28 13:44:41,459 [DEBUG] rgb_blink_speed : 50
23/12/28 13:44:41,459 [DEBUG] rgb_pwm_freq : 1000
23/12/28 13:44:41,460 [DEBUG] rgb_pin : 10
23/12/28 13:44:41,460 [DEBUG]

23/12/28 13:44:41,574 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 13:44:41,586 [DEBUG] rgb_show
23/12/28 13:44:41,587 [DEBUG] rgb_show: breath

------------------------23/12/28 14:36:20------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 14:36:20,359 [DEBUG] power_key_pin : 16
23/12/28 14:36:20,360 [DEBUG] fan_pin : 6
23/12/28 14:36:20,360 [DEBUG] update_frequency : 0.5
23/12/28 14:36:20,360 [DEBUG] temp_unit : C
23/12/28 14:36:20,360 [DEBUG] fan_temp : 50.0
23/12/28 14:36:20,360 [DEBUG] screen_always_on : False
23/12/28 14:36:20,360 [DEBUG] screen_off_time : 60
23/12/28 14:36:20,361 [DEBUG] rgb_enable : True
23/12/28 14:36:20,361 [DEBUG] rgb_switch: True
23/12/28 14:36:20,361 [DEBUG] rgb_style : breath
23/12/28 14:36:20,361 [DEBUG] rgb_color : 0a1aff
23/12/28 14:36:20,361 [DEBUG] rgb_blink_speed : 50
23/12/28 14:36:20,362 [DEBUG] rgb_pwm_freq : 1000
23/12/28 14:36:20,362 [DEBUG] rgb_pin : 10
23/12/28 14:36:20,362 [DEBUG]

23/12/28 14:36:20,474 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 14:36:20,491 [DEBUG] rgb_show
23/12/28 14:36:20,491 [DEBUG] rgb_show: breath

------------------------23/12/28 14:47:27------------------------
pironman version: 2.2.4
username: dietpi
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 14:47:27,307 [DEBUG] power_key_pin : 16
23/12/28 14:47:27,307 [DEBUG] fan_pin : 6
23/12/28 14:47:27,307 [DEBUG] update_frequency : 0.5
23/12/28 14:47:27,307 [DEBUG] temp_unit : C
23/12/28 14:47:27,307 [DEBUG] fan_temp : 50.0
23/12/28 14:47:27,307 [DEBUG] screen_always_on : False
23/12/28 14:47:27,308 [DEBUG] screen_off_time : 60
23/12/28 14:47:27,308 [DEBUG] rgb_enable : True
23/12/28 14:47:27,308 [DEBUG] rgb_switch: True
23/12/28 14:47:27,308 [DEBUG] rgb_style : breath
23/12/28 14:47:27,308 [DEBUG] rgb_color : 0a1aff
23/12/28 14:47:27,308 [DEBUG] rgb_blink_speed : 50
23/12/28 14:47:27,308 [DEBUG] rgb_pwm_freq : 1000
23/12/28 14:47:27,308 [DEBUG] rgb_pin : 10
23/12/28 14:47:27,308 [DEBUG]

23/12/28 14:47:27,334 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 14:47:27,347 [DEBUG] rgb_show
23/12/28 14:47:27,348 [DEBUG] rgb_show: breath

------------------------23/12/28 14:38:56------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 14:38:56,088 [DEBUG] power_key_pin : 16
23/12/28 14:38:56,088 [DEBUG] fan_pin : 6
23/12/28 14:38:56,089 [DEBUG] update_frequency : 0.5
23/12/28 14:38:56,089 [DEBUG] temp_unit : C
23/12/28 14:38:56,089 [DEBUG] fan_temp : 50.0
23/12/28 14:38:56,089 [DEBUG] screen_always_on : False
23/12/28 14:38:56,089 [DEBUG] screen_off_time : 60
23/12/28 14:38:56,090 [DEBUG] rgb_enable : True
23/12/28 14:38:56,090 [DEBUG] rgb_switch: True
23/12/28 14:38:56,090 [DEBUG] rgb_style : breath
23/12/28 14:38:56,090 [DEBUG] rgb_color : 0a1aff
23/12/28 14:38:56,090 [DEBUG] rgb_blink_speed : 50
23/12/28 14:38:56,090 [DEBUG] rgb_pwm_freq : 1000
23/12/28 14:38:56,091 [DEBUG] rgb_pin : 10
23/12/28 14:38:56,092 [DEBUG]

23/12/28 14:38:56,228 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 14:38:56,240 [DEBUG] rgb_show
23/12/28 14:38:56,241 [DEBUG] rgb_show: breath

------------------------23/12/28 14:42:38------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 14:42:38,589 [DEBUG] power_key_pin : 16
23/12/28 14:42:38,590 [DEBUG] fan_pin : 6
23/12/28 14:42:38,590 [DEBUG] update_frequency : 0.5
23/12/28 14:42:38,590 [DEBUG] temp_unit : C
23/12/28 14:42:38,590 [DEBUG] fan_temp : 50.0
23/12/28 14:42:38,591 [DEBUG] screen_always_on : False
23/12/28 14:42:38,591 [DEBUG] screen_off_time : 60
23/12/28 14:42:38,591 [DEBUG] rgb_enable : True
23/12/28 14:42:38,591 [DEBUG] rgb_switch: True
23/12/28 14:42:38,591 [DEBUG] rgb_style : breath
23/12/28 14:42:38,591 [DEBUG] rgb_color : 0a1aff
23/12/28 14:42:38,591 [DEBUG] rgb_blink_speed : 50
23/12/28 14:42:38,592 [DEBUG] rgb_pwm_freq : 1000
23/12/28 14:42:38,592 [DEBUG] rgb_pin : 21
23/12/28 14:42:38,592 [DEBUG]

23/12/28 14:42:38,693 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 14:42:38,706 [DEBUG] rgb_show
23/12/28 14:42:38,708 [DEBUG] rgb_show: breath

------------------------23/12/28 14:45:13------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 14:45:13,388 [DEBUG] power_key_pin : 16
23/12/28 14:45:13,388 [DEBUG] fan_pin : 6
23/12/28 14:45:13,389 [DEBUG] update_frequency : 0.5
23/12/28 14:45:13,389 [DEBUG] temp_unit : C
23/12/28 14:45:13,389 [DEBUG] fan_temp : 50.0
23/12/28 14:45:13,389 [DEBUG] screen_always_on : False
23/12/28 14:45:13,389 [DEBUG] screen_off_time : 60
23/12/28 14:45:13,389 [DEBUG] rgb_enable : True
23/12/28 14:45:13,389 [DEBUG] rgb_switch: True
23/12/28 14:45:13,391 [DEBUG] rgb_style : breath
23/12/28 14:45:13,392 [DEBUG] rgb_color : 0a1aff
23/12/28 14:45:13,392 [DEBUG] rgb_blink_speed : 50
23/12/28 14:45:13,393 [DEBUG] rgb_pwm_freq : 1000
23/12/28 14:45:13,393 [DEBUG] rgb_pin : 21
23/12/28 14:45:13,393 [DEBUG]

23/12/28 14:45:13,501 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 14:45:13,514 [DEBUG] rgb_show
23/12/28 14:45:13,515 [DEBUG] rgb_show: breath

------------------------23/12/28 14:47:48------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 14:47:48,339 [DEBUG] power_key_pin : 16
23/12/28 14:47:48,339 [DEBUG] fan_pin : 6
23/12/28 14:47:48,340 [DEBUG] update_frequency : 0.5
23/12/28 14:47:48,340 [DEBUG] temp_unit : C
23/12/28 14:47:48,340 [DEBUG] fan_temp : 50.0
23/12/28 14:47:48,340 [DEBUG] screen_always_on : False
23/12/28 14:47:48,340 [DEBUG] screen_off_time : 60
23/12/28 14:47:48,340 [DEBUG] rgb_enable : True
23/12/28 14:47:48,341 [DEBUG] rgb_switch: True
23/12/28 14:47:48,341 [DEBUG] rgb_style : breath
23/12/28 14:47:48,341 [DEBUG] rgb_color : 0a1aff
23/12/28 14:47:48,341 [DEBUG] rgb_blink_speed : 50
23/12/28 14:47:48,341 [DEBUG] rgb_pwm_freq : 1000
23/12/28 14:47:48,341 [DEBUG] rgb_pin : 21
23/12/28 14:47:48,341 [DEBUG]

23/12/28 14:47:48,482 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 14:47:48,502 [DEBUG] rgb_show
23/12/28 14:47:48,502 [DEBUG] rgb_show: breath

------------------------23/12/28 16:35:58------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 16:35:58,250 [DEBUG] power_key_pin : 16
23/12/28 16:35:58,250 [DEBUG] fan_pin : 6
23/12/28 16:35:58,250 [DEBUG] update_frequency : 0.5
23/12/28 16:35:58,250 [DEBUG] temp_unit : C
23/12/28 16:35:58,250 [DEBUG] fan_temp : 50.0
23/12/28 16:35:58,251 [DEBUG] screen_always_on : False
23/12/28 16:35:58,251 [DEBUG] screen_off_time : 60
23/12/28 16:35:58,251 [DEBUG] rgb_enable : True
23/12/28 16:35:58,251 [DEBUG] rgb_switch: True
23/12/28 16:35:58,251 [DEBUG] rgb_style : breath
23/12/28 16:35:58,251 [DEBUG] rgb_color : 0a1aff
23/12/28 16:35:58,251 [DEBUG] rgb_blink_speed : 50
23/12/28 16:35:58,251 [DEBUG] rgb_pwm_freq : 1000
23/12/28 16:35:58,251 [DEBUG] rgb_pin : 21
23/12/28 16:35:58,252 [DEBUG]

23/12/28 16:35:58,374 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 16:35:58,388 [DEBUG] rgb_show
23/12/28 16:35:58,389 [DEBUG] rgb_show: breath

------------------------23/12/28 18:18:10------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 18:18:10,676 [DEBUG] power_key_pin : 16
23/12/28 18:18:10,676 [DEBUG] fan_pin : 6
23/12/28 18:18:10,677 [DEBUG] update_frequency : 0.5
23/12/28 18:18:10,677 [DEBUG] temp_unit : C
23/12/28 18:18:10,677 [DEBUG] fan_temp : 50.0
23/12/28 18:18:10,677 [DEBUG] screen_always_on : False
23/12/28 18:18:10,677 [DEBUG] screen_off_time : 60
23/12/28 18:18:10,677 [DEBUG] rgb_enable : True
23/12/28 18:18:10,677 [DEBUG] rgb_switch: True
23/12/28 18:18:10,677 [DEBUG] rgb_style : breath
23/12/28 18:18:10,677 [DEBUG] rgb_color : 0a1aff
23/12/28 18:18:10,678 [DEBUG] rgb_blink_speed : 50
23/12/28 18:18:10,678 [DEBUG] rgb_pwm_freq : 1000
23/12/28 18:18:10,678 [DEBUG] rgb_pin : 21
23/12/28 18:18:10,678 [DEBUG]

23/12/28 18:18:10,765 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 18:18:10,792 [DEBUG] rgb_show
23/12/28 18:18:10,792 [DEBUG] rgb_show: breath

------------------------23/12/28 18:20:48------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

23/12/28 18:20:49,020 [DEBUG] power_key_pin : 16
23/12/28 18:20:49,021 [DEBUG] fan_pin : 6
23/12/28 18:20:49,021 [DEBUG] update_frequency : 0.5
23/12/28 18:20:49,021 [DEBUG] temp_unit : C
23/12/28 18:20:49,021 [DEBUG] fan_temp : 50.0
23/12/28 18:20:49,021 [DEBUG] screen_always_on : False
23/12/28 18:20:49,022 [DEBUG] screen_off_time : 60
23/12/28 18:20:49,022 [DEBUG] rgb_enable : True
23/12/28 18:20:49,022 [DEBUG] rgb_switch: True
23/12/28 18:20:49,022 [DEBUG] rgb_style : breath
23/12/28 18:20:49,022 [DEBUG] rgb_color : 0a1aff
23/12/28 18:20:49,022 [DEBUG] rgb_blink_speed : 50
23/12/28 18:20:49,022 [DEBUG] rgb_pwm_freq : 1000
23/12/28 18:20:49,022 [DEBUG] rgb_pin : 21
23/12/28 18:20:49,023 [DEBUG]

23/12/28 18:20:49,108 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 18:20:49,125 [DEBUG] rgb_show
23/12/28 18:20:49,125 [DEBUG] rgb_show: breath

------------------------23/12/28 18:47:26------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

23/12/28 18:47:26,550 [DEBUG] power_key_pin : 16
23/12/28 18:47:26,550 [DEBUG] fan_pin : 6
23/12/28 18:47:26,551 [DEBUG] update_frequency : 0.5
23/12/28 18:47:26,551 [DEBUG] temp_unit : C
23/12/28 18:47:26,551 [DEBUG] fan_temp : 50.0
23/12/28 18:47:26,551 [DEBUG] screen_always_on : False
23/12/28 18:47:26,552 [DEBUG] screen_off_time : 60
23/12/28 18:47:26,552 [DEBUG] rgb_enable : True
23/12/28 18:47:26,552 [DEBUG] rgb_switch: True
23/12/28 18:47:26,552 [DEBUG] rgb_style : breath
23/12/28 18:47:26,552 [DEBUG] rgb_color : 0a1aff
23/12/28 18:47:26,552 [DEBUG] rgb_blink_speed : 50
23/12/28 18:47:26,552 [DEBUG] rgb_pwm_freq : 1000
23/12/28 18:47:26,553 [DEBUG] rgb_pin : 10
23/12/28 18:47:26,553 [DEBUG]

23/12/28 18:47:26,655 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 18:47:26,672 [DEBUG] rgb_show
23/12/28 18:47:26,672 [DEBUG] rgb_show: breath

------------------------23/12/28 20:27:30------------------------
pironman version: 2.2.4
username:
config_file: /opt/pironman/config.txt

Kernel Version:
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

OS Version:
Description: Debian GNU/Linux 12 (bookworm)

PCB info:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5

23/12/28 20:27:30,724 [DEBUG] power_key_pin : 16
23/12/28 20:27:30,724 [DEBUG] fan_pin : 6
23/12/28 20:27:30,724 [DEBUG] update_frequency : 0.5
23/12/28 20:27:30,724 [DEBUG] temp_unit : C
23/12/28 20:27:30,725 [DEBUG] fan_temp : 50.0
23/12/28 20:27:30,725 [DEBUG] screen_always_on : False
23/12/28 20:27:30,725 [DEBUG] screen_off_time : 60
23/12/28 20:27:30,725 [DEBUG] rgb_enable : True
23/12/28 20:27:30,725 [DEBUG] rgb_switch: True
23/12/28 20:27:30,725 [DEBUG] rgb_style : breath
23/12/28 20:27:30,725 [DEBUG] rgb_color : 0a1aff
23/12/28 20:27:30,725 [DEBUG] rgb_blink_speed : 50
23/12/28 20:27:30,726 [DEBUG] rgb_pwm_freq : 1000
23/12/28 20:27:30,726 [DEBUG] rgb_pin : 10
23/12/28 20:27:30,726 [DEBUG]

23/12/28 20:27:30,822 [DEBUG] oled init failed:
[Errno 121] Remote I/O error
23/12/28 20:27:30,834 [DEBUG] rgb_show
23/12/28 20:27:30,836 [DEBUG] rgb_show: breath

This is what I put on yesterday as per instructions

It should be a broken OLED screen, we will have an after-sales team contact you later to replace the OLED screen with a new one.

Is your current RGB working properly?
If not, we will arrange a replacement RGB light bar for you.

No the RGB light doesn’t illuminate at all

Please check your email, you have been contacted by our after sales department.