Hi,
Since yesterday, proud owner of the Pironman 5 MAX.
CN0498D
2025 06 13
I have assembled all parts correctly. Followed manual and instructions (video) and YouTube.
The OLED display is not turning on. I have opened the case and re-assembled the OLED display to check if cables work correctly. Also the blue lights are not on after assembly.
Steps I have taken:
I’m able to see the dashboard at: http://192.168.1.99:34001/
But the OLED display and blue lights are not on. The two fans in the back of the case are spinning.
After reboot nothing.. then I go to: /usr/local/bin and did: sudo ./pironman5 start
I got the following output:
echo317@raspberrypi:/usr/local/bin $ sudo ./pironman5 start
25/09/14 10:11:18.970 [INFO]
25/09/14 10:11:18.970 [INFO] ############################################################
25/09/14 10:11:18.970 [DEBUG] Config path: /opt/pironman5/venv/lib/python3.11/site-packages/pironman5/config.json
25/09/14 10:11:18.970 [DEBUG] Pironman5 version: 1.2.18
25/09/14 10:11:18.971 [DEBUG] Variant: Pironman 5
25/09/14 10:11:18.971 [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, ‘debug_level’: ‘INFO’}}
25/09/14 10:11:18.971 [DEBUG] Device info: {‘name’: ‘Pironman 5’, ‘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’], ‘version’: ‘1.2.18’, ‘app_name’: ‘pironman5’}
25/09/14 10:11:18.971 [DEBUG] PM_Auto version: 1.2.12
25/09/14 10:11:18.971 [DEBUG] PM_Dashboard version: 1.2.10
25/09/14 10:11:18.995 [DEBUG] Initializing OLED
25/09/14 10:11:18.997 [ERROR] I2C is not enabled. ls /dev/i2c* returned:
/dev/i2c-13
/dev/i2c-14
25/09/14 10:11:18.998 [ERROR] Failed to initialize OLED
25/09/14 10:11:18.998 [ERROR] Failed to initialize OLED
25/09/14 10:11:18.998 [ERROR] SPI not enabled
25/09/14 10:11:18.998 [ERROR] Failed to initialize WS2812
25/09/14 10:11:18.998 [DEBUG] Initializing FanControl
25/09/14 10:11:18.998 [DEBUG] Update gpio_fan_pin to 6
25/09/14 10:11:18.998 [DEBUG] Update gpio_fan_mode to 0
25/09/14 10:11:18.998 [DEBUG] Init GPIO Fan with pin: 6
25/09/14 10:11:19.031 [ERROR] GPIO Fan init error: ‘GPIO busy’
25/09/14 10:11:19.032 [WARNING] GPIO Fan init failed, disable gpio_fan control
25/09/14 10:11:19.032 [DEBUG] Init PWM Fan
25/09/14 10:11:19.050 [DEBUG] FanControl initialized
25/09/14 10:11:20.158 [INFO] SPC peripheral disabled
25/09/14 10:11:21.262 [INFO] Setting debug level to INFO
25/09/14 10:11:21.262 [INFO] PM Auto Start
25/09/14 10:11:21.262 [INFO] PWM Fan is supported, sync all other fan with pwm fan
25/09/14 10:11:21.262 [INFO] PMAuto started
25/09/14 10:11:21.345 [INFO] Influxdb is ready
25/09/14 10:11:21.347 [ERROR] [Errno 98] Address already in use
Traceback (most recent call last):
File “/opt/pironman5/venv/lib/python3.11/site-packages/pm_dashboard/utils.py”, line 4, in wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/pironman5/venv/lib/python3.11/site-packages/pm_dashboard/pm_dashboard.py”, line 454, in start
self.server = make_server(host, port, app)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/werkzeug/serving.py”, line 868, in make_server
return BaseWSGIServer(
^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/werkzeug/serving.py”, line 711, in init
self.server_bind()
File “/usr/lib/python3.11/http/server.py”, line 136, in server_bind
socketserver.TCPServer.server_bind(self)
File “/usr/lib/python3.11/socketserver.py”, line 472, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
25/09/14 10:11:21.354 [INFO] PmDashboard started
I also tried to remove the whole github pironman5 and do a complete new install. Nothing.
I need some help please. Thank you.