Been using : GitHub - gwylanscheeren/argonone_dietpi: Argon One fan control script, adapted for the DietPi operating system
For my HAT but, last update broke my script. And I know is entirely my mistake that I updated without a backup. Anyway… after some intensive research (I’m a newbie) I found that these 2 lines of code fixed it (don’t ask me how, it just did):
sudo apt remove python3-rpi.gpio
sudo apt install python3-rpi-lgpio
But, now the script /usr/bin/argononed.py
ain’t starting like it used to be… like right away on boot… takes like a minute or more. And I don’t like that cuz thing’s buzzing when power goes off and I sleep.
So, I’m begging for some help to make it start faster on boot.