Replies: 1 comment 2 replies
-
|
Hysteresis is stateful, meaning it remembers at what temperature it last changed. Given an initial temperature of 40 deg. Scenario 1: It will trigger for every temperature change ( internal clock is 1hz, so 1 second is basically no delay) So for scenario 3 with that slow creep, it would trigger 10 seconds after it hit that 41 degree. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could you please explain how the hysterisis function works with the following 3 scenarios?
Scenario 1: Hysterisis set to 0 degrees and response time to 1 second.
Scenario 2: Hysterisis set to 2 degrees and response time to 1 second.
Scenario 3: Hysterisis set to 1 degree and response time to 10 seconds.
Ultimately, the 3 scenarios will allow me to wrap my head around the functionality but I am trying to avoid the scenario of temperature creep (very slow temperature increases over a prolonged period of time). If hysterisis is set to 1 degree and 1 second, what if the temperature increases by 1 degree every few minutes? Will the fans ever increase or could this lead to the system overheating? I understand this is an unlikely scenario, but its something I can potentially encounter in my particular use case.
I have my step up and step down times dialed in, so I don't believe there will be any problem with using the most responsive hysterisis settings.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions