Problem DZVENTS RunBefore or after Sunset etc..
Posted: Monday 15 March 2021 20:28
After upgrading to 13080 this weekend all DZVENT scripts that have a trigger with ...after or before sunset or sunrise stopped working...
For example..
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
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
}
Can someone confirm this ...
Thanx Alex