github petersulyok/smfc v4.0.0b6

latest releases: v4.1.0, v4.0.0, v4.0.0.b14...
pre-release4 months ago

[v4.0.0b6] - 2025-05-06 Pre-release

New/Added

  • Further enhancement of Free zone assignment feature: multiple IPMI zones can be assigned to a fan controller.
    It means that ipmi_zone= parameter could be a (comma- or space-separated) list of integers. This configuration could
    be useful for server chassis or motherboard where the fans are cooling everything and the proper heat source needs
    to be selected for all fans. For example:

    [CPU zone]
    ...
    ipmi_zone = 0, 1
    

    in this configuration, the CPU temperature will control the fans in the IPMI zones 0 and 1, while here:

    [HD zone]
    ...
    ipmi_zone = 2, 3
    

    the HDD temperature will control the fans in the IPMI zones 2 and 3.

  • IPMI zone information added to the new fan level log message, for example:

    smfc.service[1645]: CPU zone: new fan level > 35%/28.0C @ IPMI [0, 1] zone(s).

  • Python package on pypi.org updated to v4.0.0b6

  • Docker image updated to v4.0.0.b6

Don't miss a new smfc release

NewReleases is sending notifications on new releases.