Search found 3 matches

by atreide
Monday 22 June 2020 11:52
Forum: Switches and Scenes
Topic: Off Delay in scenes does not work with large values
Replies: 3
Views: 556

Re: Off Delay in scenes does not work with large values

Found a workaround in LUA, put it here if it can help :

Create script_device_off_delay.lua with this :

commandArray = {}
if (devicechanged['yourswitch'] == 'On') then commandArray['yourswitch']='Off AFTER 14400'
end
return commandArray
by atreide
Friday 19 June 2020 16:53
Forum: Switches and Scenes
Topic: Off Delay in scenes does not work with large values
Replies: 3
Views: 556

Re: Off Delay in scenes does not work with large values

Update ! I made some test and it's working until 2 hours delay. Tried 3 hours delay but switch never went off so looks like a bug

Anyone can confirm my taught ?

Thanks ! :D
by atreide
Thursday 18 June 2020 18:12
Forum: Switches and Scenes
Topic: Off Delay in scenes does not work with large values
Replies: 3
Views: 556

Re: Off Delay in scenes does not work with large values

Hello,

Same issue here. Tried a 4 hrs off delay (14400) and doesn't works as expected (v 2020.1)

Maybe @gizmocuz can help ?

Thanks !