You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using static sensor yaml file configuration.
Created yaml file form the dbus paths, but the values from the dbus to ipmitool sensor list is getting round off.
I'm seeing some yaml coefficients in some documentation to get sensor values,
(openbmc/docs@64e272d?diff=split&w=1)
but this calculation are differs from the code path of calculation.
Can any suggest one solid formula to use the yaml config coefficients to get the accurate sensor values in ipmitool snesor list.
The text was updated successfully, but these errors were encountered:
Created yaml file form the dbus paths, but the values from the dbus to ipmitool sensor list is getting round off.
You realize that IPMI values are always "rounded", right? A sensor in IPMI can only represent 255 different values, which are calculated from the M and B coefficients. Anything outside those 255 distinct values is going to get rounded to the nearest one.
but this calculation are differs from the code path of calculation.
Hi,
I'm using static sensor yaml file configuration.
Created yaml file form the dbus paths, but the values from the dbus to ipmitool sensor list is getting round off.
I'm seeing some yaml coefficients in some documentation to get sensor values,
(openbmc/docs@64e272d?diff=split&w=1)
but this calculation are differs from the code path of calculation.
Can any suggest one solid formula to use the yaml config coefficients to get the accurate sensor values in ipmitool snesor list.
The text was updated successfully, but these errors were encountered: