Is it possible to Combine these two rules?

I am pretty sure it is possible but not figured out how to have two different Actions assigned to different conditions yet.

Ideally - I would like a single rule to do the same for ALL 9 Thermostat Controllers/TRVs

ie if ANY of the Thermostat Controllers STATE change THEN

  1. If Thermostat Controller #1 STATE= Heat THEN set TRV SetPoint to 28c etc
    OR
    If Thermostat Controller #1 STATE!= Heat THEN set TRV 1 to SetPoint to 8c etc

  2. If Thermostat Controller #x STATE= Heat THEN set TRV x to SetPoint to 28c etc
    OR
    If Thermostat Controller #1 STATE!= Heat THEN set TRV x to SetPoint to 8c

etc

It looks like this could work - just figuring it out

I think I have the case taken where I have one room taken care of

since it's a true or false for the same statement, you could just use ELSE instead of ELSE-IF

1 Like

Good point !!!!

Thanks for reviewing - much appreciated.

That would be better but I think the Else If works ok so don't think it is necessary to change, I have loads of these one for each room :slight_smile:

definitely, if it ain't broke don't fix it. just keep it in mind for future rules so you won't have to go through all the clicking to make the condition again, lol