Rule Machine broken after hub update?

Hi, Folks,

First of all, there is an important limitation with triggers in rule machine:

“NOTE: multiple triggers in the same rule for the same event are, in general, not supported. For example, "level < 25" and "level > 75" on the same device will not work as expected, as Rule 5.1 is not designed with a mechanism to track different possibilities for the same attribute on the same device separately.”

This is exactly what you do here, which will lead to unpredictable results (according to the documentation). If you want to go that route, you'd have to create a virtual device and mirror it, and then use it in the second trigger.

Just my two cents…:blush: