Skip to content

Cezary924/Argon-One-Fan-Mode-Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argon One Fan Mode Changer

𖣘

Change the behavior of the built-in fan at different times of the day

A badge with a label 'Lang 🇬🇧' - a link takes to README file in English A badge with a label 'Lang 🇵🇱' - a link takes to README file in Polish

⚙️ Installation & Configuration

  1. Get Argon One case for RPi and install dedicated script.
  2. Clone this repo.
  3. 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.

🚀 Starting

  1. To start, create a service running this script automatically with every boot, or execute this command in the main directory:
python bot.py
  1. Enjoy!

About

Change the behavior of the built-in fan at different times of the day

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages