Double Triggering?

Yes it has - no more "double taps". Thanks again! :+1:

1 Like

Excellent. :crossed_fingers:

No sir. My hub is up to date and I was having a double trigger issue where setting. GV to true was triggering the rule and then the rule itself was setting it to false and I was getting a retrigger.

I verified logging %device% %value%

I deleted the rule resetting the GV and the double trigger went away.

I manually set the trigger to false and the rule triggered. I converted to a VS and the issue is resolved.

I wasn’t aware of their performance impact until today. I have never experienced an overall hub slowdown like others have but some of my RM4 button controller reference global variables before selecting states and I have noticed a slow down in the response time.

Now after reading other posts I am converting all of my Boolean GV back to virtual switches where it makes sense.

I use Mode only for home and away and then have a global time variable Time.of.day.mode that I cycle through dawn, day, dusk, evening, night, midnight. Now reading I see that this probably wasn’t a very smart thing to do.