-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found multiple hwmons with this name "nvme" #156
Comments
I know my question is vague, but it's because I lack information on how this could be solved correctly. I'm ready to create a pull request if we can agree on some approach to fix it. Should we, for example, filter |
I think a reliable solution to this issue (and I suspect other issues too), would be to use |
Yeah, I suspected this would come up eventually. I'd be super happy if you were to submit a pull request implementing sensor discovery via |
The config syntax could be something like this: sensors:
- chip: nct6795-isa-0a20
ids: [SYSTIN, CPUTIN, "SMBUSMASTER 0"] where |
Oh sorry, to answer your first question: Your only option to sort-of disambiguate the two would be to specify the full path to the temperature file under the |
Given my observations, it's not. It changes every reboot.
I'll try to do so. |
Implemented in master and slated for 2.0 |
I configured my
thinkfan.yaml
to take into account the NVME temperatures like follows:But running
thinkfan -nv
issues this error:And it is true that both
/sys/class/hwmon/hwmon1/name
and/sys/class/hwmon/hwmon2/name
have the same contents, even though they correspond to the two distinct NVME slots on the mother board.How can I solve this issue?
The text was updated successfully, but these errors were encountered: