-
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
hwmon model is an invalid keyword #244
Labels
Comments
vmatare
added a commit
that referenced
this issue
Oct 15, 2024
Must have been lost during some refactoring. Fixes github issue #244.
Should be fixed in latest master. |
Tested on Fedora Workstation 41. |
So this is "kind of fixed". Let me get some more info an elaborate. |
Here is my config: ---
sensors:
- tpacpi: /proc/acpi/ibm/thermal
- nvml: 01:00.0
- hwmon: /sys/class/hwmon
name: coretemp
indices: [1, 2, 3, 4, 5, 6, 7, 8, 9]
- hwmon: /sys/class/hwmon
name: nvme
indices: [1]
model: WD_BLACK SN770 1TB
fans:
- tpacpi: /proc/acpi/ibm/fan
levels:
- ["level 0", 0, 28]
- ["level auto", 25, 55]
- ["level 6", 50, 75]
- ["level 7", 70, 110]
- ["level full-speed", 105, 9000] I have an internal nvme named: $ cat /sys/class/hwmon/hwmon3/name
nvme
$ cat /sys/class/hwmon/hwmon3/device/model
WD_BLACK SN770 1TB And sometimes an external nvme for backup (thunderbolt 4): $ cat /sys/class/hwmon/hwmon4/name
nvme
$ cat /sys/class/hwmon/hwmon4/device/model
WDS200T1XHE-00AFY0 With both plugged in with the above config, I get:
If I comment out - hwmon: /sys/class/hwmon
# name: nvme
indices: [1]
model: WD_BLACK SN770 1TB Then this works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #211, I implemented the hwmon
model
config option.In the latest git build,
model
is no longer valid:config:
log:
This is on the current head: b1ad819
The text was updated successfully, but these errors were encountered: