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
@dankamongmen Looking at the manual, the HFN has 8 software sensors available. Can you please RE their offset in the sensor report (the automatic one that is sent every second)? They're usually laid out in series next to each other and empty ones are 7FFF, so they shouldn't be hard to spot. If you want to work on this, consider it assigned to you.
The report ID is 0x04, and (at least for the Quadro) 16 virtual (software) sensors start at 0x01. As usual, each one is 2 bytes long. Here, the sixteenth one would have a value of 0x003c (60C).
Track progress on this here instead of in #24, so we can merge parts of this more granularly when they're reverse engineered and/or implemented.
It seems like virtual temp sensors expire on the device automatically after 10-15 seconds of no updates.
The text was updated successfully, but these errors were encountered: