GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.35k stars 2.54k forks source link

Mac OS Temperature is struck at 129C #1115

Closed ruthvik-17 closed 2 years ago

ruthvik-17 commented 3 years ago
Screenshot 2021-04-29 at 5 11 47 PM

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

The temperature on the UI is struck at 129C when my system is reporting around 70C.

System details: Mac Book Pro, 6-Core Intel Core i7 macOS Catalina 10.15.7

Attached is the screenshot while running powermetrics --samplers smc |grep -i "CPU die temperature" command.

GitSquared commented 3 years ago

We rely on https://github.com/sebhildebrandt/osx-temperature-sensor for temperature readings on macOS... Do you happen to have Node installed so we could verify it's a bug there?

ruthvik-17 commented 3 years ago

Down due to Covid without access to my system. I do have node; I will get back once I'm discharged.

On Tue, 4 May 2021, 1:26 pm Gaby, @.***> wrote:

We rely on https://github.com/sebhildebrandt/osx-temperature-sensor for temperature readings on macOS... Do you happen to have Node installed so we could verify it's a bug there?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GitSquared/edex-ui/issues/1115#issuecomment-831752703, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQZKWABTXB53CLIZNXBCPTTL6SEDANCNFSM43ZXZCTQ .

GitSquared commented 3 years ago

Thanks for the reply. Get well soon my friend!

ZRunner commented 3 years ago

I just checked, on macOS 11.3.1. Here's the result of the NPM package:

{
  main: 86.75,
  cores: [
    76, 77,  69,  76,
    67, 71, 129, 129
  ],
  max: 129
}

So it looks like eDEX-UI is taking the max temperature instead of the main one :)

GitSquared commented 3 years ago

Yeah but... that's what we want. The problem is two cores are reporting to be at 129°C, which is impossible because they would be literally melting.

I'll look into where this info is read from...

urbfigviera commented 3 years ago

Ok I understand u now

ItsMyIsland commented 3 years ago

1621284745446.jpg1621285180347.jpg1621285317564.jpg1621285452061.jpg

ghost commented 3 years ago

Fat

MrPaschenko commented 3 years ago

Stuck at -1°C on MacBook Air M1

Screen