From 97c0ab61f089d8b4887e4af282e882e8c32f14e3 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 11 Oct 2023 11:19:34 +0200 Subject: [PATCH] update README --- README.md | 2 ++ src/de/p1st/monitor/loggers/drive_temp.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae4bd2b..fede2bd 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ The package is available on [PyPI](https://pypi.org/project/de.p1st.monitor). There are two system dependencies which are required for some config options: `smartmontools` and `digitemp`. +Furthermore, the kernel module `drivetemp` is required: `sudo modprobe drivetemp` + ## Installation with cron entry Install dependencies on Ubuntu: diff --git a/src/de/p1st/monitor/loggers/drive_temp.py b/src/de/p1st/monitor/loggers/drive_temp.py index 597f114..a0352c5 100644 --- a/src/de/p1st/monitor/loggers/drive_temp.py +++ b/src/de/p1st/monitor/loggers/drive_temp.py @@ -61,8 +61,8 @@ class DriveTempLogger(Logger): Use `psutil` Python library to get HDD/SSD temperature. https://psutil.readthedocs.io/en/latest/index.html#psutil.sensors_temperatures - Not sure if this changed the results: sudo modprobe drivetemp + https://wiki.archlinux.org/title/Lm_sensors#S.M.A.R.T._drive_temperature Example output: {