Skip to content

InsertX2k/sensorsrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sensorsrt

sensorsrt is a one file Python script to provide real-time sensors reading from commands sensors and hddtemp

Compile using pyinstaller or auto-py-to-exe

  • Be sure to make your changes to the file sensorsrt.py first, as hddtemp monitoring may not work properly due to device path differences (HDD1 is /dev/sda and HDD2 is /dev/sdb but that's not always the case)
  • Also after compiling be sure to move the compiled file to /usr/bin for easier access later (by just typing sudo sensorsrt) using sudo mv -fv sensorsrt /usr/bin/sensorsrt

Command-line usage

sensorsrt <refresh rate in sec(s)>
  • default value for <refresh rate in sec(s)> is 2 when not specified

Releases

No releases published

Packages

No packages published

Languages