Search found 2 matches

by philou
Friday 18 July 2014 10:28
Forum: LUA
Topic: Lua Scripts questions for PID implementation
Replies: 4
Views: 3914

Re: Lua Scripts questions for PID implementation

Hi Again,

So I have partially solve my issues at least the Issue 1 by creating a fake device which switch every 15 seconds, so when it switch off I move it back to On and my script is call every 15 seconds. I could have set it to a smaller but it generate thousand of logs, which brings me to a new ...
by philou
Thursday 17 July 2014 15:34
Forum: LUA
Topic: Lua Scripts questions for PID implementation
Replies: 4
Views: 3914

Lua Scripts questions for PID implementation

Hi all,

I'am trying to create a scritp to implement the famous PID thermostat controller for heaters and today I'am encountering 2 different issues:

1/ this kind of script needs to be able to switch On/Off on a timing smaller than a minute.

For example if the calculation define a heating period ...