Hello guys, I am trying to use this pid controller: https://www.github.com/soloam/ha-pid-controller
I’ve set the configuration to the values shown in the first image below.
My question is I have some doubts, I feel like the PID output is not correct at most of the time, or maybe it doesn’t update right away. I’m not sure if I misunderstand something about it maybe?
If you look at the second image, the state is: 199.93, but the setpoint is 23 and the room temp is 20.9 so shouldn’t the PID value be like this:
(23-20.9) * 33.33 + (23-20.9) * 0.01 + 0 = around 70?
What am I missing?