Rule is not executed on Switch change #22642
Answered
by
sfromis
gon0
asked this question in
Support request
-
Beta Was this translation helpful? Give feedback.
Answered by
sfromis
Dec 14, 2024
Replies: 1 comment 5 replies
-
What do you mean "none of the rule are executed" ? Use And check your Note 1 : When you using blinking, Tasmota only reports ON and OFF at the beginning and end of the sequence, not at each blinking Note 2 : a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I saw no indication of you making sure to actually have your 3 rule sets enabled in addition to just being stored. Another thing is that having a
Switch1#state==1
rule will only take care of state value 1, but state value 0 will still have the default action, unless you have taken other steps to decouple.I'd suggest using test rules like
on Switch1#state do var1 %value% endon
to verify that you even get the switch state values you expect, at the right time.