Thanks a lot for the amazing extension first of all 🙇
I have some temperature sensors that are polled only every ten minutes, and in this case, it will be better for a PID controller to calculate its output every ten minutes, because otherwise it will overshoot very easily.
So, would it be OK to change the range of sample_time configuration property from 0-60 to 0-600? It's just a one-line change 😅
Thanks a lot for the amazing extension first of all 🙇
I have some temperature sensors that are polled only every ten minutes, and in this case, it will be better for a PID controller to calculate its output every ten minutes, because otherwise it will overshoot very easily.
So, would it be OK to change the range of
sample_timeconfiguration property from 0-60 to 0-600? It's just a one-line change 😅