dbus-sensors icon indicating copy to clipboard operation
dbus-sensors copied to clipboard

D-Bus configurable sensor scanning applications

Results 15 dbus-sensors issues
Sort by recently updated
recently updated
newest added

Currently, the `dbus-sensors` sensor daemons support the idea of sensor value override, that is, the ability to receive a written value from a D-Bus incoming command, instead of reading the...

After BMC normal startup, check the CPU usage: ![image](https://github.com/openbmc/entity-manager/assets/24242110/89a59c56-2f32-44ce-ab18-d9f0db5c409f) then stop all sensor service , used the follow command: `systemctl stop xyz.openbmc_project.hwmontempsensor.service` `systemctl stop xyz.openbmc_project.fansensor.service` `systemctl stop xyz.openbmc_project........service` `......` Check...

I've been observing that psuserver is crashing and re-starting for our system when the chassis first powers on, and I've narrowed it down to the service trying to `open()` the...

I added ADC and TMP75 sensors to my BaseBoard.json file just like this: `"Exposes": [ { "Index": 0, "Name": "AUX3V3", "PowerState": "On", "ScaleFactor": 0.28147, "Thresholds": [ { "Direction": "greater than",...

cat /var/volatile/sys_switch/sys/class/hwmon/01-01/temp1_input -99999999 ipmitool sdr list CPU Total Power | 26.46 Watts | ok CPU VR1 Power O | 2.41 Watts | ok CPU VR2 Power O | 0.82 Watts...

hello users: we are noticing there's a chance that set pwm value via FanSensor property will fail and it's easy to reproduce the issue /test log as bellow/ =================================================================== root@test-machine:/sys/bus/i2c/devices/15-002f/hwmon/hwmon4#...

```json { "Address": "0x28", "Bus": 5, "Name": "GARBO_SENSOR", "Name1": "SYS_Air_Inlet", "Name2": "MB_Air_Inlet", "Name3": "MB_Air_Outlet", "Thresholds": [ { "Direction": "greater than", "Label": "temp1", "Name": "upper critical", "Severity": 1, "Value": 40 },...

PSUSensorMain tries to create a PWM Sensor for PSU fans if it can find a corresponding `fan*_target` file to a `fan*_input` sysfs file. https://github.com/openbmc/dbus-sensors/blob/master/src/PSUSensorMain.cpp#L256 However, the kernel documentation indicates that...

Since the upgrade to using io_uring, we've observed intermitent hangs of dbus-sensor daemons on BMCs running a 5.4 kernel. The hang always happens inside io_uring_enter() - enqueued reads never return...

When io_uring is enabled with CPUSensor, SEL were logged with various CPU sensors with value of 127 degree for overnight run. I suspect it is related to driver, need to...