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
Hi, I've this exceptionin ha log. I think this is related with auto-tune option maybe?
2020-10-06 02:35:40 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/smart_thermostat/climate.py", line 433, in _async_control_heating
await self.calc_output()
File "/config/custom_components/smart_thermostat/climate.py", line 475, in calc_output
if self.pidAutotune.run(self._cur_temp):
File "/config/custom_components/smart_thermostat/pid_controller/__init__.py", line 286, in run
amplitude_dev = ((0.5 * (abs_max - abs_min) - self._induced_amplitude)
ZeroDivisionError: float division by zero
Hi, I've this exceptionin ha log. I think this is related with auto-tune option maybe?
This is the configuration:
Thanks
The text was updated successfully, but these errors were encountered: