Hi there!
I have a zigbee humidity / temp sensor in my garage and I did setup RM in order to control my garage fan speed based on the humidity via a leviton fan switch (zwave). It looks like that :
Trigger :
Humidity of Garage sensor(62.91) reports > 55
IF (Humidity of Garage sensor(62.91) is > 55(T) [TRUE]) THEN + 
Set Fan Speed: Garage fan to low + 
ELSE + 
IF (Humidity of Garage sensor(62.91) is >= 63(F) [FALSE]) THEN + 
Set Fan Speed: Garage fan to medium + 
ELSE + 
IF (Humidity of Garage sensor(62.91) is >= 75(F) [FALSE]) THEN + 
Set Fan Speed: Garage fan to high + 
ELSE + 
IF (Humidity of Garage sensor(62.91) is < 55(F) [FALSE]) THEN + 
Set Fan Speed: Garage fan to off + 
END-IF
What I would like to do now, is that if I decide to override the fan speed for any reason, say I want to set it to medium speed even if my humidity is under 63%, I go and use physically my leviton switch and it would pause the rule (forever or a given duration, this is still TBD).
I'm not sure how to differentiate a physical and a digital command and use it to trigger a rule pause. I'm fairly new to HE and I'm surely missing something.
I can see in the event log of my leviton that the "Type" of the event makes the difference between digital and physical. But that's where I get a little stuck, I haven't been able to query this value and I'm not even sure how to pause a rule.
Any ideas / help suggestions would be greatly appreciated!
Thank you!