-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Temperature not registering on RPi4 #218
Comments
Well, RPi 4 is not my priority (and I don't have one), however I'm open to PRs. Roadmap:
P.S. I'm amazed that it compiles and runs! |
Testament to your coding I suppose. Not a single hiccup compiling. I'm not terribly familiar with gihub and PRs, so please let me know if this is helpful. And again, if its not worth your time that's cool. I appreciate your response. ryan@elementary-pi:/sys/class/hwmon$ ls |
Please, |
ryan@elementary-pi:~$ cat /sys/class/hwmon/hwmon0/name
cpu_thermal
…On Sun, Dec 20, 2020 at 1:15 PM Stanisław ***@***.***> wrote:
Please, cat /sys/class/hwmon/hwmon0/name. Need what's inside the name
file.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#218 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIVA5O2RD2VMY533ZPQVI4LSVY5K7ANCNFSM4VCANI2Q>
.
|
I hope I did this correctly. Cloned the project again. No errors, but also no change. Not sure if it matters, but during ninja, I got this reference a few times. Is that right? |
Did you checkout to |
git clone https://github.com/stsdc/monitor |
Why to do this when You can just What shows up when you run in debug mode |
Honestly, I'm not familiar with the ins and outs of github. It's not just pull requests. Sorry. From the debug, I get this at the start and the WARNING line repeats itself over and over later on.
|
Interesting...
I did recreate an exact path on my PC and managed to get a test value. You have to figure out why is there a "n" instead of number. Or wait for me to buy a Raspbery Pi 😉, but I don't know when it will happen |
That's cool. I really do appreciate you looking into it.
…On Sun, Dec 27, 2020 at 8:58 AM Stanisław ***@***.***> wrote:
Interesting...
https://github.com/stsdc/monitor/blob/52ee3f9c8ff2c12223d23c7862587ec1e8abd031/src/Resources/TemperatureSensor.vala#L71-L72
hwmonx_prop[4] should be "1" and it is "n"
I did recreate an exact path on my PC and managed to get a test value. You
have to figure out why is there a "n" instead of number. Or wait for me to
buy a Raspbery Pi 😉, but I don't know when it will happen
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#218 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIVA5O6CIPLWXYUGCYFLZ33SW44PVANCNFSM4VCANI2Q>
.
|
Not sure if this is a thing (supported), but I have eOS running on a Pi 4 with Monitor and everything works except for the temperature. I can provide any information requested if there is even an interest in this.
The text was updated successfully, but these errors were encountered: