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
A feature request rather than a bug report. I currently use RPi-Monitor but it's well out of support having not been updated since 2017 by the looks of it, one great feature is the ability to use external sensors and have them plotted on the dashboard, graphs etc (along with a custom name), adding support for cheap temperature/humidty sensors like the DHT-11/DHT-22 would be great, a long with an easy way to setup and use them.
Thanks
The text was updated successfully, but these errors were encountered:
Such an external sensor would not be used for the CPU temperature, right? So it would not be a replacement for CPU temp graph, but an additional graph.
I have not so much experience with sensors, but there are several different interfaces possible, 1-wire, I2C and others. And the kind of values may be pretty different, sometimes with associated timestamps, sometimes without etc. Do you know how it is implemented in RPi-Monitor? A generic method, just reading from a file (real or kernel API) and expecting it to be numerical, would be of course possible.
I'm considering eventually switching from the psutil crate to sysinfo to get system data. It seems to be similar in size, if not slightly lighter weight, and provides more options for getting data, like listing external device temperatures through sysfs.
EDIT: Apparantly, 2 versions of nix are compiled into the project. psutil pulls in 0.23, while pty-process uses 0.26. Eliminating one of those would almost certainly help reduce binary size.
A feature request rather than a bug report. I currently use RPi-Monitor but it's well out of support having not been updated since 2017 by the looks of it, one great feature is the ability to use external sensors and have them plotted on the dashboard, graphs etc (along with a custom name), adding support for cheap temperature/humidty sensors like the DHT-11/DHT-22 would be great, a long with an easy way to setup and use them.
Thanks
The text was updated successfully, but these errors were encountered: