openbmc / phosphor-pid-control

OpenBMC PID-based Thermal Control Daemon
Apache License 2.0
18 stars 21 forks source link

dbus sensor read path configuration #5

Open mgersh opened 5 years ago

mgersh commented 5 years ago

dbus sensors have a read path configured, but when creating the sensor, phosphor-pid-control infers the dbus path instead of using the configured one. This means the input name has to match the dbus name, which isn't obvious. We could use the configured read path instead.

madscientist159 commented 4 years ago

A year later, we hit the same bug...