You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I integrated the autotuning algorithm in my virtual thermostat for electric house heating.
It seems to work fine, however from time to time, I got a "ZeroDivisionError" in line
I integrated the autotuning algorithm in my virtual thermostat for electric house heating.
It seems to work fine, however from time to time, I got a "ZeroDivisionError" in line
pid-autotune/autotune.py
Lines 200 to 201 in 60505e9
This means that self._induced_amplitude is zero. How to deal with this? Simply skip the run by adding a test in
pid-autotune/autotune.py
Line 189 in 60505e9
Thanks for comment!
The text was updated successfully, but these errors were encountered: