<div dir="ltr">We are having an issue with psusensor in that when it is functioning with or without power, psusensor can read the status of the PSU. If the PSU is removed, the status of the PSU is never updated. <div><br></div><div>It looks like in void PSUSensor::handleResponse() when there is a read error an error log string is output, restartRead () is called, but there is nothing done to the sensor data. This means that when a PSU is removed, aside from the log entry, there is no change to the sensor readings. It will just continue to report the last readings. </div><div><br></div><div>Is a PoC, I added "updateValue(0 + sensorOffset);" in the error stanza, so that when the PSU is removed, the values are cleared.</div><div><br></div><div>Is this expected behavior?</div></div>