Skip to content

access EC in python and control clevo fan both works on windows and linux

Notifications You must be signed in to change notification settings

F-19-F/PyECClevo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clevoec

a tool to control clevo fan and get temperature via EC on windows,and it is easy to work on linx (just call inb and outb), this project aims to show how to control clevo laptop via EC

Usage

# for linux pip3 install portio ,and run as root
from clevoec import Clevo_EC
# fanNr from 1,0-100 to set FanDuty
Clevo_EC.SetFanDuty(1,100)
# set fan1 to auto control by EC
Clevo_EC.SetFanDutyAuto(1)
# get temperature and duty of fan 1
print(Clevo_EC.GetTempFanDuty(1))
  • If something error happen, try to install driver in InpOutBinaries_1501

Acknowledgement

About

access EC in python and control clevo fan both works on windows and linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published