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.

Setpoint direct modification
#2
(17.03.2017, 12:40)josep Wrote: Hello, I need to change setpoint value via direct button. my idea is up or down 1ÂșC every time that I push the button, it is possible directly from LM using aditional classes or scripts? THX.

Josep.

Put this in a event for the button. Change + with - for decreasing set point. Fill in top two with corresponding group address.

Code:
value = grp.getvalue('x/x/x') -- Current value
send = 'x/x/x' -- Setpoint input

newvalue = value + 1

grp.write(send, newvalue)
Reply


Messages In This Thread
Setpoint direct modification - by josep - 17.03.2017, 12:40
RE: Setpoint direct modification - by FatMax - 17.03.2017, 12:54
RE: Setpoint direct modification - by admin - 17.03.2017, 14:33
RE: Setpoint direct modification - by FatMax - 17.03.2017, 15:22

Forum Jump: