Skip to content
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

Feature request: more information about disk #128

Open
AQU4R1U5 opened this issue Aug 5, 2024 · 5 comments
Open

Feature request: more information about disk #128

AQU4R1U5 opened this issue Aug 5, 2024 · 5 comments
Labels
done Enhancement implemented enhancement New feature or request

Comments

@AQU4R1U5
Copy link

AQU4R1U5 commented Aug 5, 2024

Hello and thank you for this wonderful project.

In my case I use it for my Raspberry Pi 4 with a USB M.2 SSD adapter.
Unfortunately, the hard drive in my setup seems to get quite hot, so I would be interested to know how hot.

Would this be possible?

You could also include further information, such as utilisation or a general indicator for the size of the hard drive.

This could also be interesting with the new Raspberry Pi 5, which supports PCIe and therefore allows even more hard drives to be connected to the Pi via PCIe.

@hjelev
Copy link
Owner

hjelev commented Oct 18, 2024

I have added a feature to display disk temperatures in v 0.9.4
you need to manually edit config.py file after update as its disabled by default
Please test it and let me know if this is what you needed.

@hjelev hjelev added enhancement New feature or request done Enhancement implemented labels Oct 24, 2024
@AQU4R1U5
Copy link
Author

Hi, thanks.

I activated the feature in my config:
image

But didn't get a output for the MQTT
image

Do have a idea, what I could done wrong?

Thanks for your help

@hjelev
Copy link
Owner

hjelev commented Oct 26, 2024

show me the output of this command pls:

for hwmon in /sys/class/hwmon/hwmon*/name; do
  echo "Device: $(cat $hwmon)"
done

@AQU4R1U5
Copy link
Author

AQU4R1U5 commented Oct 28, 2024

Output:

Device: cpu_thermal
Device: rpi_volt

@hjelev
Copy link
Owner

hjelev commented Nov 5, 2024

Unfortunately there is no information about the disk temperature in your system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Enhancement implemented enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants