commit | 48b44233c309503650e75d016ed1fc87d0e84cec | [log] [tgz] |
---|---|---|
author | Peter Lundgren <peterlundgren@google.com> | Thu Jan 30 16:02:11 2020 -0800 |
committer | Peter Lundgren <peterlundgren@google.com> | Mon Feb 03 17:58:47 2020 +0000 |
tree | 53d09e915596d7e5eac5145b686e1150a951817b | |
parent | d3ac4f92d702d39dfbcd3f598fdb7db41f0c7288 [diff] |
PSUSensor: Add support for more current readings Tested: I have a max34451 with an iout14. Works with the following config fragment: "iout14_Name": "foo", "iout14_Min": 0.0, "iout14_Max": 30.0, "Labels": ["iout14"], "Type": "MAX34451" Signed-off-by: Peter Lundgren <peterlundgren@google.com> Change-Id: I7cfa06c4090f02dd869183412322ae98acd6d295
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access