Rule Machine Feature Requests

With @bravenel help, this is what I did. I created a new trigger with conditions. It triggers based on a physical press (ON or OFF). The condition is ON/OFF of the dimmer. If it’s true (ON), the rule set a false boolean in my lighting rule to disable the rule. If it’s OFF, the rule set a true boolean of enable back the rule.

The problem : The condition of the rule seems to return True or False even if there is not trigger (a physical press). This is a problem because when the rule is enable, everytime the motion fires, it switches the dimmer to ON and disable the rule.

Any idea?

Edit : For the time being, I separated the rule with 2 trigger (one for physical ON, the other for physical OFF)