ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
336 stars 48 forks source link

pid_p pid_d #195

Closed gkrallo closed 4 months ago

gkrallo commented 6 months ago

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

Chupaka commented 6 months ago

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

gkrallo commented 6 months ago

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

Chupaka commented 6 months ago

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