Skip to content

bmortella/wc-aura-ice-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wc-aura-ice-linux

This is a minimal Python script that controls the display of the Rise Mode Aura Ice water cooler.

Disclaimer: This is an unofficial project. It is not affiliated with or endorsed by Rise Mode. This project is provided for educational and personal use only.

What It Does

Sends the temperature data to the water cooler's display via USB.

I created this script for my own personal setup and it may not work out of the box for other systems without tweaks.

Tested and built with:

  • Cooler model: Rise Mode Aura Ice Black 360mm ARGB
  • CPU: AMD Ryzen 7 7700X
  • Distro: Bazzite

For Intel processors, the temperature sensor name may be different. You'll need to adjust this line in the script:

set_temp(int(temps['k10temp'][1].current))

Running

pip install -r requirements.txt
python main.py & disown

Requirements

  • Python 3
  • Root access (or udev rules for USB)

About

(unofficial) Linux driver for the Rise Mode Aura Ice Water Cooler Display.

Resources

License

Stars

Watchers

Forks

Contributors

Languages