Pironman 5 max, rasp pi 5, umbrel, cannot engage fans or RGB lights

I have a Pironman 5 max with an 8GB raspberry pi 5 running on umbrel os.

I cannot get the RGB lights or fans to engage at all. It runs and isn’t getting hot but I’d like it to work as it should

I’ve followed the coding instructions on Setting Up on Umbrel OS — SunFounder Pironman 5 documentation and having no luck. It installs the module but then won’t restart it, the directories are there but when I try the code ‘sudo systemctl restart pironman5.service’ I get an error that the module can’t be found.

I’ve even tried to remove the module info and re-install but it says the module isn’t there.

I’m fairly handy with assembling stuff and basic IT but haven’t used code like this before and I’m a little out of my depth, if someone could point me in the right direction, I’d really appreciate it. I feel like I’m very close and just missing some information.

I should add, I’m adding these lines of commands or code through the umbrel OS terminal.

I did manage to successfully install the module using the raspberry pi bootloader and the fans, lights and screen worked great.

I cannot however, get it to work on umbrel, it’s driving me crazy.

Using the terminal screen I’ve used

sudo apt-get install git -y
sudo apt-get install python3 python3-pip python3-setuptools -y

cd ~
git clone -b max GitHub - sunfounder/pironman5: Code for Raspberry Pi 5 case (Pironman5) --depth 1
cd ~/pironman5
sudo python3 install.py

sudo systemctl restart pironman5.service

Then it says pironman5.service not found but also tells me the directory is there.

Any ideas?

What is the version of the mbrel operating system you currently have installed?

Did you encounter any error messages during the installation of the pironman5 software?
If so, please provide us with the complete error messages so that we can help you analyze and resolve the issue.
If the pironman5 software is successfully installed, please restart the system for the functionality to take effect.
sudo reboot

Solved the issue.

Requests needed to be installed.

sudo apt-get –reinstall install python3-requests

Now it’ll reinstall pironman5.service and everything works as it should.