Search found 6 matches
- Thursday 15 April 2021 9:21
- Forum: Switches and Scenes
- Topic: Switch off delay not working
- Replies: 17
- Views: 1914
Re: Switch off delay not working
That's exactly what i expected. Still I find it complicated. Wouldn't it be easier to have a "Switch off delay " field directly at the switch level that does that. This would also imply renaming the present feature to "Switch off delay after switch on" because current labeling is pretty confusing ...
- Thursday 15 April 2021 1:00
- Forum: Switches and Scenes
- Topic: Switch off delay not working
- Replies: 17
- Views: 1914
Re: Switch off delay not working
Thank you very much ! I added a condition to switch power on whenever the virtual switch is turned on. Even though it's working, could you please have a look and tell me if the conditional construct is correct (should item.state == 'On' be a subbranch of item.IsDevice) ? local scriptVar ...
- Wednesday 14 April 2021 23:06
- Forum: Switches and Scenes
- Topic: Switch off delay not working
- Replies: 17
- Views: 1914
Re: Switch off delay not working
Thank you for your quick reply. You are right I was confused about the meaning of "Off delay". Is there a way to delay extinction (i.e. to postpone SwitchOff command) ? To be more precise I would like to shutdown my mediacenter « gracefully » before turning off the power switch. You can do this w ...
- Wednesday 14 April 2021 23:01
- Forum: Switches and Scenes
- Topic: Switch off delay not working
- Replies: 17
- Views: 1914
Re: Switch off delay not working
If you have group for example media center with 2 devices (media center and power plug) when you switch off the group you can set a delay of x seconds on the off action of the plug. So the 2 devices get the switch off action on the same time but the plug will switch off x seconds later than the ...
- Tuesday 13 April 2021 19:40
- Forum: Switches and Scenes
- Topic: Switch off delay not working
- Replies: 17
- Views: 1914
Re: Switch off delay not working
Thank you for your quick reply. You are right I was confused about the meaning of "Off delay".
Is there a way to delay extinction (i.e. to postpone SwitchOff command) ? To be more precise I would like to shutdown my mediacenter « gracefully » before turning off the power switch.
Is there a way to delay extinction (i.e. to postpone SwitchOff command) ? To be more precise I would like to shutdown my mediacenter « gracefully » before turning off the power switch.
- Tuesday 13 April 2021 9:22
- Forum: Switches and Scenes
- Topic: Switch off delay not working
- Replies: 17
- Views: 1914
Switch off delay not working
Hello, The switch off delay does not seem to be working. Whatever the delay value, the switch turns off immediately. The on delay however works just as expected. 1) Could anyone confirm the bug ? Is there a fix ? 2) Does the off delay normally apply to a script attached the off event ? Thanks for ...