- Get Argon One case for RPi and install dedicated script.
- Clone this repo.
- Edit files located in
files
directory:first_mode.txt
- This file contains info about the fan speed (%) depending on the temperature (Celsius degrees). These correlactions will be used when the first mode is activated.second_mode.txt
- This file contains info about the fan speed (%) depending on the temperature (Celsius degrees). These correlactions will be used when the second mode is activated.start.txt
- This file contains the hour (24h format) when the first mode should be activated.stop.txt
- This file contains the hour (24h format) when the first mode should be deactivated.
IMPORTANT: Every line in files that contain fan speed info should look like this:
temp=speed
, for example:
40=25
45=50
50=75
55=100
IMPORTANT: The first mode must start and end on the same day.
- To start, create a service running this script automatically with every boot, or execute this command in the main directory:
python bot.py
- Enjoy!