wwat Posted August 11, 2013 Posted August 11, 2013 The following program fires every time the ECM is polled by ISY. How can I structure a program/s to fire just the once for true and once for false instead of continuously. If Module 'Electricity' 'Channel 2' Utilization > 100 watts Then Set 'Furnace Room / Furnace Room SL' ON Else - No Actions - (To add one, press 'Action')
LeeG Posted August 11, 2013 Posted August 11, 2013 Take a look at the last post in this topic. It is set up for the Then clause only. A second Program would be needed to handle the < condition. viewtopic.php?f=47&t=11022&hilit=once+only Another approach is to Disable the Program as the first Action in the Then clause which would prevent the Program from being triggered more than once. Again a second Program would be used to handle the < condition.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.