soloam / ha-pid-controller

PID Controller to Home Assistant
MIT License
97 stars 12 forks source link

Temperature and points below setpoint #46

Open ksga opened 11 months ago

ksga commented 11 months ago

I think I am missing something completely here. Trying to get the PID to control the setpoint of an AHU (running it's own PID which I have no way of controlling). Supply air is affected by the temperature in the attic even though the ductwork is well insulated...

For now I'm just letting the PID work on the supply air temperature supplied from the AHU to see how it reacts to changing setpoints and input.

I think I have something completely wrong in my setup. Even though supply air temperature is below the PID setpoint, the output is below the setpoint - and of course that would never work. I have the min/max set to the AHU limits... A few screenshots: Screenshot_20231008-072730 Screenshot_20231008-072750 Any obvious mistakes?