Hi -
I'm sure I've seen the answer to this question but I've looked high and low and can't find it.
I used mcsTemperature to setup up a setpoint and a temperature control loop to maintain a hot tub temperature. mcsTemperature set up device R38 as the setpoint and everything is working great.
Now I'm trying to change R38 by using a script. If I use
hs.SetDeviceValue "R38",hs.DeviceValue("R38")+2
it successfully changes the value in the popup menu of the setpoint but it isn't actually changing the value that the control loop is using (or the value shown in the Status field with the icon.
Any help would be appreciated.
Thanks.
Pat
I'm sure I've seen the answer to this question but I've looked high and low and can't find it.
I used mcsTemperature to setup up a setpoint and a temperature control loop to maintain a hot tub temperature. mcsTemperature set up device R38 as the setpoint and everything is working great.
Now I'm trying to change R38 by using a script. If I use
hs.SetDeviceValue "R38",hs.DeviceValue("R38")+2
it successfully changes the value in the popup menu of the setpoint but it isn't actually changing the value that the control loop is using (or the value shown in the Status field with the icon.
Any help would be appreciated.
Thanks.
Pat
Comment