Hi All,
Hopefully this is a simple one ...
I have some logic in my automation scripts to set the HUMIDITY SETPOINT=0 when the OMNIStat2 mode is set to COOL.
Here is my script:
WHEN Main T'Stat SECURE
AND IF Main T'Stat SYSTEM MODE IS COOL
THEN Main T'Stat HUMIDIFY SETPOINT 0
However, the HUMIDITY SETPOINT never gets set to 0.
I suspect for this logic to work, the OMNIStat2 status would need to go from SECURE to NOT READY back to SECURE again for the logic to trigger.
Any ideas of how to write this script?
Thanks,
Randy
Hopefully this is a simple one ...
I have some logic in my automation scripts to set the HUMIDITY SETPOINT=0 when the OMNIStat2 mode is set to COOL.
Here is my script:
WHEN Main T'Stat SECURE
AND IF Main T'Stat SYSTEM MODE IS COOL
THEN Main T'Stat HUMIDIFY SETPOINT 0
However, the HUMIDITY SETPOINT never gets set to 0.
I suspect for this logic to work, the OMNIStat2 status would need to go from SECURE to NOT READY back to SECURE again for the logic to trigger.
Any ideas of how to write this script?
Thanks,
Randy