Iām just curious on if you guys use the IF THE ELSE Conditions or just regular rules.
Iām still new to rules and find IF conditions a lot easier to get something up and running (like a presence heating rule) over the regular rules option which was confusing me a bit (I need to watch more training videos)
If-Then-Else are only for conditional actions, the conditions or triggers of rules cannot use them.
Example
Trigger - Hallway Motion Active
Action - If time of day is between sunset and sunrise Then
Action - Set hallway dimmer to 60% Else
Action - Set the hallway dimmer to 50% End If
The conditional actions within a rule only work in the overall action is already taking place, either via a rule's truth change (in the case of a rule) or a Triggered event, in the case of a trigger....So, Rules don't have an ELSE. Only conditional actions do.