Pironman 5 Dashboard empty

I have exactly the same issue. Any solution? Your site says the SSD I’m using is supported, lexar 620.

This is strange, we tried Lexar NM620, a new Raspberry Pi system with 6.6.31 kernel, and it still didn’t reproduce the problem. We updated the database log, please run the command update pm_dashboard, and then restart the pironman5 service and check the database log to see what the result of too many nulls?

sudo /opt/pironman5/venv/bin/pip3 install git+https://github.com/sunfounder/pm_dashboard

sudo systemctl restart pironman5.service

I tried that and it seems to be saving into the database just fine. I have a bunch of log entries like:
24/07/29 09:23:13.821 [DEBUG] Setting data to database: measurement=history, data={'cpu_temperature': 56.2, 'cpu_percent': 36.8, 'cpu_count': 4, 'cpu_freq': 2400.0, 'cpu_freq_min': 1500.0....

and

24/07/29 09:23:15.827 [DEBUG] Getting data from database: measurement=history, key=*, n=20

along with some warnings about there being too many NULLs

24/07/29 09:23:16.104 [WARNING] Too many nulls in the result of query: SELECT * FROM history ORDER BY time DESC LIMIT 20, result: [{'time': '2024-07-29T16:23:15.932703Z', 'boot_time': None, 'cpu_0_percent': None, 'cpu_1_percent': None, 'cpu_2_percent': None, 'cpu_3_percent': None,...

  1. Has your Raspberry Pi system modified the system language and character compilation method.
    We suggest you to use the default system language and character compilation method.
  2. Please Debug the log print information to us, so that we can analyze the problem.

No, just the default US English.

Which log files do you want me to send?

As shown in the picture, please provide us the debug logs.
Do you have any other SSD of different model, you can replace the SSD and then go to install the system and software and see how it turns out.

Good morning. Having the same issues here .

My configuration:

Hw: Raspberry Pi 5
Case: Pironman 5 (obv).
SSD: Samsung 970 EVO Plus
Raspberry PI OS:
itali@HomeAssist:~ $ sudo cat /etc/os-release
PRETTY_NAME=“Debian GNU/Linux 12 (bookworm)”
NAME=“Debian GNU/Linux”
VERSION_ID=“12”
VERSION=“12 (bookworm)”
VERSION_CODENAME=bookworm
ID=debian

Client OS: Windoes 11 up-to’update
Client Browser: Edge up-to’update

Pironman5 services up and running (and restarted)

The Issues

Debug screen (i’m noticing a lot of duplicated voices on the left too but no errors)

The service is still monitoring the temperatures (but encountering issues on left panel)
Zero Results from web panel

Adding that the Error page is totally empty

1.Have you modified the system language and character encoding of your Raspberry Pi? We recommend using the default system language and character encoding.
2.Please send us the debug log output from the data logger so that we can analyze the issue.

Greeting,
Nope, all is set to its default value.

UPDATE (adding here since i cannot add another reply)

It seems to be an issue with the shutdown. I had to start the system by unplugging and replugging in the power cable (the power button were not working) and now it seems it’s working.

I think there’s some kind of issue with the “halt” or the “suspend” mode.

It is not related to the power switch.
It should be associated with the database, and we have not yet reproduced the problem.
If you encounter this issue again in the future, please send us the debugging log output from the data logger for analysis.

I had the same problem. I solved it in the following way:

  • sudo service pironman5 stop
  • sudo rm -fr /var/lib/influxdb/data/pironman5
  • sudo rm -fr /var/lib/influxdb/wal/pironman5
  • sudo service pironman5 start

In my case the problem has been solved.

1 Like

Thank you, this fixed it for me too!

Having again the issue.

No data on the webpanel

And now debug info are stuck to 6 days ago

Please try executing the commands according to the apstudio method and see if it resolves the issue:

sudo service pironman5 stop
sudo rm -fr /var/lib/influxdb/data/pironman5
sudo rm -fr /var/lib/influxdb/wal/pironman5
sudo service pironman5 start

That worked !
Even if i had to change che /wal path permission because it was set to 700 (could that be a part pf the problem? dunno).

I think I’ll add a script at boot time :slight_smile:

It’s a shame this issue hasn’t been resolved. I have Pironman 5 loaded on 2 32Gb mSD cards, 2 128Gb mSD cards and a 1Tb NVMe SSD.

For the last week the dashboard will work on the previously installed systems, including the NVMe SSD, but will not work on a fresh install of Linux Debian 64-bit or 32-bit versions. I can swap out the cards and it will load up properly and let me access the dashboard on a different card that was previously installed with no problem every time.

To be clear, the OLED display works, the Dashboard will only show “Settings” and “Dark Mode” On/Off. No display of any information or RGB light display. This has to be website issue.

Please get this corrected.

We have recently updated the pironman5 software code.You can reinstall the bookworm version of the Raspberry Pi system, install the pironman5 software on the system terminal, and then reboot the Raspberry Pi to see if it is working properly.
Is it possible to access the PC dashboard properly?
https://docs.sunfounder.com/projects/pironman5/en/latest/set_up/set_up_rpi_os.html

Please revert back to the old software code. This new code does not work. It shows the Settings button on the dashboard with one option only, Dark Mode/No Dark Mode. On the page localhost:34001 there are no items to adjust, look at, etc. Just a settings button when you click opens a single option window.

  1. What system are you currently using, and what is the system version? So we can reproduce and resolve the issue.
  2. After you have properly installed the Pironman 5 software, please access the PC dashboard and send us a screenshot of the page information.
  3. If the page does not display data, please try executing the commands according to the APStudio method to see if it resolves the issue.
    sudo service pironman5 stop
    sudo rm -fr /var/lib/influxdb/data/pironman5
    sudo rm -fr /var/lib/influxdb/wal/pironman5
    sudo service pironman5 start