I'm probably missing something obvious, but what is the best way to have an event condition for when a device is NOT equal to some given value?
My specific application, I want to change the mode on my thermostat based on temperature difference (TRIGGER) and then change the mode, if it is not already in that mode (CONDITION). The only way I can see to accomplish this is to create mulitple instances of the same trigger and check a different condition for all of the other possible operating modes. This seems like a lot of extra coding versus just having a single condition for "not equal to" so I feel like I must be missing something.
My specific application, I want to change the mode on my thermostat based on temperature difference (TRIGGER) and then change the mode, if it is not already in that mode (CONDITION). The only way I can see to accomplish this is to create mulitple instances of the same trigger and check a different condition for all of the other possible operating modes. This seems like a lot of extra coding versus just having a single condition for "not equal to" so I feel like I must be missing something.
Comment