Multiple triggers

Hi, anyone know if you can have multiple triggers running at the same time.

For example, if the front door sensor AND the motion at the living room are active then turn on light.

I want that more than one thing happen to activate the scene.

Thanks for you help

[quote=“Alexanderpn, post:1, topic:184870”]Hi, anyone know if you can have multiple triggers running at the same time.

For example, if the front door sensor AND the motion at the living room are active then turn on light.

I want that more than one thing happen to activate the scene.

Thanks for you help[/quote]

Yes it is possible. Triggers are normally OR’d but you can add Lua code to check the state of other devices. See Conditional Scene Execution.

[quote=“Alexanderpn, post:1, topic:184870”]Hi, anyone know if you can have multiple triggers running at the same time.

For example, if the front door sensor AND the motion at the living room are active then turn on light.

I want that more than one thing happen to activate the scene.

Thanks for you help[/quote]

The stock automation is very limited. This is why as we start getting into more complicated expressions we use the PLEG plugin. There is also a section on this forum for PLEG.

Thanks! i will try the PLEG app and then if is not working i will do the luup.

Thanks again!