Issue with motion sensor and light bulb in scene

@mikael Oh I see, after all « after 20:00 » and « before 7:30 », it’s a condition that is never valid!

(x > 20:00 AND x < 7:30) is never valid

I think you want another condition, you want the condition:

After 20:00 OR before 7:30, right?

That’s a good point, as it stands there is no OR in this time condition :slight_smile:

A solution would be to create 2 different scenes, one:

  • Motion detection
  • AND after 20:00

another:

  • Motion detection
  • AND before 7:30