Looping scene problem

Hi everybody!
i’m trying to set up a thermostate scene that should be repeating until the condition is true, but the matter is that it execute just once. I’ll explain better:

IF

  • boiler temperature is > 62 C°
    and
  • room temperature is < 20 C°

THAN

  • Turn water pumps ON
  • delay 4 minutes
  • Turn water pumps OFF
  • delay 6 minutes
  • Turn water pumps OFF (this is just because you cannot end a scene with a delay)

For some days it has been working as expected, repeating the whole scene until both conditions were true, but now it runs only once.
Anyone has had a similar issue?
Thanks in advance
Kind regards
Juri

I have similar

İf
Midweek Days ,
Sun Rise to Sun Set
Temperature is >23 C° Off
Temperature is >21 C° On => Works normaly

Midweek Days ,
Sun Set to Sun Rise
Temperature is >21 C° Off
Temperature is >19 C° On => İt doesnt starts, if I manualy on/off scene, it starts but next day it doesnt starts :frowning:

Hello, it looks like the scene does not close the loop. And the THEN of scene A cannot be used as the IF of scene B. This is a logical limitation of the scene.

Did you set up 4 separate scenes?

Yes I seperated;
Midweek Day Time
Midweek Night Time
Weekeng Day Time
Weekend Night Time

For now ‘‘midweek nights’’ time works everyday witout problem but midweek day time not working.

For example
Last nigt
At the night time, scene trigger On but tempture doesnt reach 23C at night timei by the way it doesnt get off, for now daytime Temperature is >21 C° Off scene does nor trigges. İf I manualy off/on scene it trigges.

Hi, the time period in which the scene is in effect is only used as a supplemental determination after triggering, not as a source of triggering, which is probably why.

I am sorry but I cant understand what you mean ?
Dou you mean;
İf Scene 1 finishes with on, scene 2 cant starts with off? At the end of the scene 1 it must be off ?

Give an example to illustrate it👆:

Scene 1:
IF Light A ON
THEN Switch B ON

Scene 2:
IF Switch B ON
THEN Light C ON

Configure the above two scene at the same time, when A,B and C are all off, when A is be turn on by manual, it will only trigger B to open, and C will not be opened.

I understand about ‘‘scene A cannot be used as the IF of scene B’’ but my scenes are not exactly like that.

Example;

Step by step

A) Today daytime afternoon swich is off, temp 22.1C

Sun Rise to Sun Set

Temperature is >21 C° Off

Temperature is <19 C° On

B) A few hours later :blush:, Time is sun set, switch is off, temp 22,1C

Sun Set to Sun Rise

Temperature is <22.2 C° On

Temperature is >23 C° Off

For B;

Temp is lover than 22.2C and time is sun set, switch gets on (scene work perfectly).
Description=>Temp was lower than 22.2C and scene waited time for trigge switch on ( the time period in which the scene is in effect is only used as a supplemental determination after triggering, not as a source of triggering) ???

A few hours later

Night finished temp above 23C by the way switch doesnt get off, time ise sun rise, its time for scene A, temp ise above 21C, why switch not getting off ?

When switch gets on, ‘’time can be source of triggering’’ but when its neccesry to get off time cant be source of triggering? The problem is ''on the scene B, switch on situation comes from scene A’’ ?

Effective Period aways not been used as a trigger source(Confirmed from the code), we cannot directly draw such a conclusion.
I speculate that in scenario B, during the Sun Set to Sun Rise time period, your temperature sensor dropped from a higher temperature to below 22.2°C, triggering the switch to turn on.
When time enters the Effective Period of scene A, because the temperature sensor does not rise from a lower temperature to above 21°C, it fails to trigger the switch to turn off (this looks more like a bug)

You can submit the App log to the eWeLink team for confirmation through help center.

Thanks for replys :pray: :pray: :pray:
I submit a request and waiting… I will update here if I can solve…