Page 1 of 1

Python Plugin: CountDown

Posted: Tuesday 12 June 2018 21:57
by Xorfor
This simple plugin will switch off after the specified number of minutes. This can be used eg. to switch off the light when no motion is detected for the specified minutes. Look at:

https://github.com/Xorfor/Domoticz-Countdown-Plugin

Also a simple Blockly example is shown on that page. A motion sensor is used to reset (switch On) the Countdown plugin each time when motion is detected. If the plugin is switches Off, it will be used to switch off the lights in the room.

Re: Python Plugin: CountDown

Posted: Thursday 30 May 2019 13:32
by AlleyCat
Thank you for posting this plug-in. This is exactly what I was looking for. Unfortunately, I can't get the plugin working. Any known issues with the most recent version of Domoticz 4.10717

Thanks,
AlleyCat

Re: Python Plugin: CountDown

Posted: Thursday 30 May 2019 18:19
by Thorgal789
It's not possible just with setting a delay in the switch configuration (off delay and on delay) ?

Re: Python Plugin: CountDown

Posted: Friday 31 May 2019 15:06
by snellejellep
Thorgal789 wrote: Thursday 30 May 2019 18:19 It's not possible just with setting a delay in the switch configuration (off delay and on delay) ?
the plugin does indeed seem to do exactly do what that section of the switch settings does.