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.
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))pip install -r requirements.txt
python main.py & disown- Python 3
- Root access (or udev rules for USB)