Thank you for your reply.
If I understand, there is no “easy way” to do this.
Search found 2 matches
- Monday 29 September 2025 16:26
- Forum: dzVents
- Topic: Question about timer condition
- Replies: 2
- Views: 55
- Saturday 27 September 2025 20:50
- Forum: dzVents
- Topic: Question about timer condition
- Replies: 2
- Views: 55
Question about timer condition
Hello,
I'm trying to execute a scene, only once a day, if sunrise -10 minutes < 7:10 at 7:10, else at sunrise -10 minutes.
I tried with this code, but the scene is executed at the 2 timers :
return {
on = {
timer = {
'10 minutes before sunrise or at 7:10',
},
},
execute = function(dz ...
I'm trying to execute a scene, only once a day, if sunrise -10 minutes < 7:10 at 7:10, else at sunrise -10 minutes.
I tried with this code, but the scene is executed at the 2 timers :
return {
on = {
timer = {
'10 minutes before sunrise or at 7:10',
},
},
execute = function(dz ...