Pulse
-
I'm still trying to fully wrap my brain around Pulsing. Let's see if I have it:
I believe this to indicate that this will wait five minutes, do the thing, wait five seconds and repeat.
Backstory: this is a reset ruleset for my HVAC. Sometimes Honeywell is finicky about taking the original commands so this should follow along and submit a retry after five minutes... continuing until the setting is accepted.
-
The way you have pulse set up that trigger will go true for 300 seconds, then go false for 5 seconds and then repeat as long as the device state is true.
You do have the use case correct for pulse, I would swap the numbers. This way the condition goes true for 5 seconds and then waits 300 seconds and repeat until it goes false (ie Honeywell has accepted the command)
-
The way you have pulse set up that trigger will go true for 300 seconds, then go false for 5 seconds and then repeat as long as the device state is true.
You do have the use case correct for pulse, I would swap the numbers. This way the condition goes true for 5 seconds and then waits 300 seconds and repeat until it goes false (ie Honeywell has accepted the command)
-
T toggledbits locked this topic on