Search found 4 matches
- Saturday 11 July 2020 8:11
- Forum: dzVents
- Topic: Switch garden lights with motion sensor and on time [Solved]
- Replies: 7
- Views: 2207
Re: Switch garden lights with motion sensor and on time [SOLVED] [Solved]
Thanks, is is working!
- Wednesday 08 July 2020 20:17
- Forum: dzVents
- Topic: Switch garden lights with motion sensor and on time [Solved]
- Replies: 7
- Views: 2207
Switch garden lights with motion sensor and on time [Solved]
Hello I want to switch my garden lights on from sunset to switch off at 23:30 from 23:30 to sunrise it my only go on when the motions sensor detects motion. the light has to go on for 5 minutes from sunrise to sunset the light have to be off I have set the timers at the tab groups I made an little ...
- Monday 06 July 2020 19:10
- Forum: dzVents
- Topic: make one script from two scripts [Solved]
- Replies: 2
- Views: 764
Re: make one script from two scripts [Solved]
Hello Waaren, it is working, I changed it a little bit so I can remove the dummy switch DM Thuiskomen Thanks for the help! return { on = { devices = { 3722, 3736 }, }, execute = function(dz, item) if item.active then thuiskomGroup = dz.groups('Thuiskomen') if thuiskomGroup.state == 'On' then ...
- Sunday 05 July 2020 21:27
- Forum: dzVents
- Topic: make one script from two scripts [Solved]
- Replies: 2
- Views: 764
make one script from two scripts [Solved]
Hello, I have two Qubino smart dimmers, type ZMNHDD1 This is connected to an double pulse Botton How it works is when I pushed the second button, there will be an defined group switch on when I pushed again it switch off. To let this work I have one dzVents script and one Blockley. the first script ...