-
Notifications
You must be signed in to change notification settings - Fork 295
Show highest temperatures since system boot #888
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
base: master
Are you sure you want to change the base?
Conversation
367f094 to
221fdc9
Compare
e09e1e8 to
daf1233
Compare
main/http_server/axe-os/src/app/components/home/home.component.html
Outdated
Show resolved
Hide resolved
221fdc9 to
65932a4
Compare
main/http_server/axe-os/src/app/components/home/home.component.html
Outdated
Show resolved
Hide resolved
main/http_server/axe-os/src/app/components/home/home.component.html
Outdated
Show resolved
Hide resolved
|
@terratec Could you please confirm whether we need this functionality? With the new PID temperature control, you set the target temperature, which is then maintained constantly. Therefore, the temperature will always be constant and never change. I have several devices, and the temperature has remained constant since the restart. |
I think this can be useful for manual fan control setting or for hot environments (100% fan speed, either PID or manual)? |
I get the idea, and it's a good one. Most users will use PID, so they will have two values on the dashboard that never change. |
It's possible the PID controller, when set a too low target temperature, cannot hold it. So even when using PID, it's a useful indicator. A more sophisticated version would be a 24hr high and low value, but that's outside the scope here. |
ba98d20 to
d9b4815
Compare
|
@terratec I pushed a commit to my local branch to fix the uptime table terratec@d1372c9 Your change is good, but it's better. |
|
@terratec pls solve merge conflicts. there is also an open requested change. |
5b79f9a to
c9d9655
Compare
Rebased and fixed the visibility for max VR temperature. |
|
@terratec According to #1077 I adjusted the Uptime card. Can you please apply the Card.patch. After that both cards should look similar.
|
c9d9655 to
112fa7b
Compare
112fa7b to
baeabde
Compare



No description provided.