ScratMan/HASmartThermostat

pid_p pid_d

gkrallo opened this issue · 3 comments

issue

Why doesnt debug parameters pid_p and pid_i show up?
I only get pid_i
It hoper seems to be i and p parts in the control loop
kind regards
Kristian

Screenshot_20231229_180141_Home Assistant

You need to set debug: true in your climate's config. pid_i is always shown.

AHA ok thanks
Is that possible to read about somewhere?
Thanks again
kp

Sure, it's in README:

debug (Optional): Make the climate entity expose the following internal values as extra states attributes <...>
Available debug attributes are:
pid_p
pid_i
pid_d
pid_e
pid_dt