eric1
December 30, 2025, 8:11am
1
Is was installing it according: Set Up on Raspberry Pi/Ubuntu/Kali/Homebridge OS — SunFounder Pironman 5 documentation
Since I dont want any dashboard I used: sudo python3 install.py --disable-dashboard
installation dit not fail, after rebboot pironman service fails:
ModuleNotFoundError: No module named ‘sf_rpi_status’
How can I solve this?
Edit: when installing without --disable-dashboard is does work (but i don’t want the dashboard
Installation failed with sudo python3 install.py --disable-dashboard?
It is recommended to provide us with the complete error message for confirmation, which will help us analyze and resolve the issue.
We suggest you reinstall the Pironman5 software.
Please follow these instructions:
cd ~
sudo rm -rf pironman5
git clone -b max GitHub - sunfounder/pironman5: Code for Raspberry Pi 5 case (Pironman5) --depth 1cd ~/pironman5
sudo python3 install.py
After the software installation is successful, restart the system, then execute the following commands to remove specific components:
/opt/pironman5/venv/bin/pip3 uninstall pm-dashboard influxdb
sudo apt purge influxdb
sudo systemctl restart pironman5
eric1
December 31, 2025, 7:00am
3
The installation was quite succesfull. But the module sf_rpi_status was not installed. I can assume it is not needed, but the script import it which cause the failure.
After I reinstalled it without the param to disable the dashboard it works.
You are currently able to operate normally, correct?
Is the sf_rpi_status module not installed?
We recommend that you provide us with the complete log information for confirmation.
eric1
December 31, 2025, 9:00am
5
Yes the normal install works ok, after this I removed the influxdb and dashboard.
I don’t have the complete log anymore (clean installation). But if you first try to install it with the disable-dashboard parameter it will reproduce.
Thank you for your feedback. We will proceed to reproduce the issue and work on a solution.
Wishing you a Happy New Year in advance!