This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Underfloor Water heating - Night lowering
#1
Hi!

I am using PID script for UFH. And i want to have 2 adjustable setpoint temperatures for day/nighttime.
is this possible? 
Another alternative is to use the current setpoint temperature, but lower it by ie 4 degrees in night time.
My current script:

-- init pid algorithm
if not p1 then
  p1 = PID:init({
    current = '1/5/41',
    setpoint = '1/5/21',
    output = '1/5/1'
  })
end
Reply


Messages In This Thread
Underfloor Water heating - Night lowering - by Bobby - 09.09.2018, 09:46

Forum Jump: