github petersulyok/smfc v4.0.0b10

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

New

  • A new fan controller, called CONST zone, implemented to provide constant fan level in one or more IPMI zones. It does not have any temperature source and does not read any temperature. The zone configuration is the following:
# Const zone: this fan controller does not read any temperature and sets constant fan level for IPMI zones(s).
[CONST zone]
# Fan controller enabled (bool, default=0)
enabled=0
# IPMI zone(s) (comma- or space-separated list of int, default=1))
ipmi_zone=1
# Polling interval for checking level and restting if needed (int, sec, default=30)
polling=30
# Constant fan level (int, %, default=50)
level=50
  • Unit tests and smoketest updated
  • Python package on pypi.org updated to v4.0.0b10
  • Docker image IS NOT updated!

Don't miss a new smfc release

NewReleases is sending notifications on new releases.