Sticky trigger question:
Once a sticky trigger condition is met are the actions run just once or are the continually checked until the sticky condition is no longer true?
I believe that once a "and stays that way" event is triggered that the actions are just run/checked ONCE after that "stays" trigger time threshold is crossed but correct me if I am wrong.
If that is the case, is there any creative way using the rule machine to make so once the 'stays that way' time is triggered that the actions be run/checked continuously (or at a reasonable interval)?
Trying to use a sticky trigger followed by IF actions to reset an HVAC unit that has has been running in cooling mode for two hours (or longer) but is not actually cooling the space. This is usually due to a stuck reversing or hot gas valve and simply stopping the unit/compressor from cooling for several minutes relieves the hot gas pressures to a level that allows the solenoid control valve to spring back to it's desired position.
Here is the Trigger:
Operating state of 1st Floor HVAC cooling and stays that way for: 2:00:00
Here are the actions:
IF (Temperature of 1st Floor HVAC is > 1st Floor HVAC +3.0) Log: 'ATTENTION - 47TH FLOOR HVAC STUCK'
IF (Temperature of 1st Floor HVAC is > 1st Floor HVAC +3.0) Thermostats: 1st Floor HVAC --> Mode: off --> Fan: auto
IF (Temperature of 1st Floor HVAC is > 1st Floor HVAC +3.0) Thermostats: 1st Floor HVAC --> Mode: auto --> Fan: on --> delayed: 0:05:30
IF (Temperature of 1st Floor HVAC is > 1st Floor HVAC +3.0) Log: 'ATTENTION - 47TH FLOOR HVAC RESET'