am 26. Oktober 2022 17:22
Hello,
during create automation:
How much max. triggers (after IF) can be created?
How much max. conditions (after AND) can be created?
How much max. actions (after THEN) can be created?
How much max. automations and scenarios can be created?
Exist any other rules for create an new automation or scenario?
Thank you in advance.
26. Oktober 2022 21:58 - bearbeitet 26. Oktober 2022 21:58
There are no limits enforced, but of course the smart home controller has limited resources and might get slower if you add hundreds of automations.
am 27. Oktober 2022 08:17
Hello @SebastioanHarder,
Thank you for answer.
I asked to understand the possibility of create same automation.
An example for control of boiler pump
IF {
[(RTVP1 > 0%) AND DR1 = CLOSED]
OR [(RTVP2 > 0%) AND DR2 = CLOSED]
OR [(RTVP3 > 0%) AND DR3 = CLOSED]
}
AND US = ON
THEN SCK = ON
ELSE SCK = OFF
Question is - it is possible create in automation such rule, please?
Notes
RT = radiator thermostat
RTVP = radiator thermostat valve position
DR = door contact
US = universal schalter
SCK = 230V socket
number = means different rooms
am 27. Oktober 2022 09:49
That's unfortunately not possible because the valve position can't be used in automations. Also, the Universalschalter (Flex) has push-buttons, so there is no "on" position which could be used as a condition in automations.