New
- Beta support added for some Supermicro X9 motherboards, where fan level can be set with the next IPMI raw command:
Useipmitool raw 0x30 0x91 0x5A 0x03 0x10 0x80[Ipmi] platform_name=genericx9configuration parameter to use this feature. Please test and give feedback.
Changed
- Platform module refactored: monolithic
platform.pysplit into separate modules (platform.py,generic.py,
genericx9.py,x10qbi.py) with corresponding test files.
Fixed
- X10QBi zone calculation: zones now use logical values (0-3) with internal register offset, instead of raw register addresses.