coolercontrol has been added to Cooker and will be headed to Rome during the next package repository merge cycle.
CoolerControl is an open-source application for monitoring and controlling
supported cooling devices.It features an intuitive interface, flexible control options, and live
thermal data to keep your system quiet, cool, and stable.
This package comes with both a daemon package (coolercontrold) and a client package (coolercontrol) which can installed independently of each other, for example in a more advanced use-case: using the daemon on a headless machine and monitoring it from a client machine.
New coolercontrold installs requiring the daemon to start automatically at boot will need to enable and start it using its systemd module:
sudo systemctl enable coolercontrold
sudo systemctl start coolercontrold
or as an all in one command:
sudo systemctl enable --now coolercontrold
The coolercontrol client application will prompt on first start with instructions on how to load the coolercontrold systemd modules if it does not discover the service running.
For the getting started guide, user and configuration documentation see:
https://docs.coolercontrol.org/
For information on supported hardware and detection, see:
https://docs.coolercontrol.org/hardware-support.html
Upstream repository:
https://gitlab.com/coolercontrol/coolercontrol