
I hope some German-speaking Loxone-ninjas will read that post.
I've tried to solve this by myself, but eventually I would need some help.
I wanted to implement a lighting scene for watching movies.
Seems a classic case, but turned out to be a tough task.
My setup and requirements:
a) Switch block enables "Cinema" mode (Operating Mode)

b) Rising edge of that switch gives pulse to "Cinema Scene" (Memory Flag)
c) With that pulse I'd like to set specific moods in three rooms (each room with Lighting Controller V2):
- Living Room: mood 1 (T5/1)
- Kitchen: mood 3 (T5/3)
- Hall: mood 2 (T5/2)
e) One additional requirement is to get Kitchen lights a little brighter when I enter Kitchen during Cinema operation mode. Meaning: Mix-in another defined mood to current mood of Kitchen controller on motion detection, during Cinema operating mode.
I've created two solutions already but none works fully:
1).
The easiest and most obvious - Connecting "Cinema Scene" pulse memory flag to:
- T5/1 of Living Room Lighting Controller (example pictured below)
- T5/3 of Kitchen Lighting Controller
- T5/2 of Hall Lighting Controller

At first this seemed to work fine.
I've been also able to successfully implement requirement e) with such setup and it works fine:

The problem is that IF mood in any of those rooms has not been changed since turning Cinema mode on, every consecutive Cinema Scene pulse switches that controller to next mood.
So when I enable Cinema mode, disable it, and enable again after 3 minutes, all lights go sideways (move to next mood on every LCv2)
I've read somewhere here that pulse on T5/X input switches to next mood when issued within 30 seconds. I find this not being true.
The only way to get a fresh start with my Cinema Scene pulse was to change every light to another mood (or turn lights off).
2).
So I decided to try a different approach with "Als" input.
I created kind of Scene Controller out of Radio buttons block for each of three rooms (not visible in UI).
I connected Cinema Scene pulse to specific inputs (I1 - Living, I3 - Kitchen, I2 - Hall).
Than I also had to make a feedback loop between Lighting Controller and my Scene Controller to preserve current lighting state / mood between Miniserver restarts.

Please see attached pictures below for full diagram of LivingRoom, Kitchen and Hall lighting
At first that seemed to work fine.
But then I found out that it fails with motion sensor in Kitchen.
In such setup when I enter kitchen, kitchen light goes off (instead of getting mixed).
Don't know why, but probably that feedback loop is no any good in case of mixing-in scenes.
Am I missing something (in both solutions)?
Is there any way to inform T5/X input to ALWAYS enable mood X and no move forward on the mood list? (sth like long pulse or some magic analog value?)
What's the appropriate / optimal way to accomplish this task? How would you do that?
Kommentar