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!