Page 1 of 1

Problem DZVENTS RunBefore or after Sunset etc..

Posted: Monday 15 March 2021 20:28
by djalexnl
After upgrading to 13080 this weekend all DZVENT scripts that have a trigger with ...after or before sunset or sunrise stopped working...

For example..

Code: Select all

return {
    active = true,
    logging = {
		level = domoticz.LOG_DEBUG, -- Select one of LOG_DEBUG, LOG_INFO, LOG_ERROR, LOG_FORCE to override system log level
		marker = "TEST"
	},
    on = {
        timer = {'10 minutes after sunset'},
	     },
	    
    execute = function(domoticz, item)
    local ErkerLampLinks = domoticz.devices(2692)
    ErkerLampLinks.switchOn().checkFirst()
end
}
I noticed that the last 2 days my lights did not turn on after sunset... so i started testing with some test scripts...


Can someone confirm this ...

Thanx Alex

Re: Problem DZVENTS RunBefore or after Sunset etc..

Posted: Monday 15 March 2021 20:31
by ben92
you can read viewtopic.php?f=71&t=35810

i've got same problem

Re: Problem DZVENTS RunBefore or after Sunset etc..

Posted: Monday 15 March 2021 21:56
by djalexnl
Thanks for the reply, I hope this soon gets fixed!..

Re: Problem DZVENTS RunBefore or after Sunset etc..

Posted: Monday 15 March 2021 23:09
by waaren
djalexnl wrote: Monday 15 March 2021 21:56 Thanks for the reply, I hope this soon gets fixed!..
Thx for reporting. Found the problem and it will be fixed in the next build.

Re: Problem DZVENTS RunBefore or after Sunset etc..  [Solved]

Posted: Tuesday 16 March 2021 18:53
by djalexnl
Problem has been solved! Case can be closed ;-)

Thanks again for the fast fix! 8-)