Search found 4 matches

by PatrickDV
Wednesday 08 July 2020 20:17
Forum: dzVents
Topic: Switch garden lights with motion sensor and on time [Solved]
Replies: 7
Views: 2251

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 ...
by PatrickDV
Monday 06 July 2020 19:10
Forum: dzVents
Topic: make one script from two scripts [Solved]
Replies: 2
Views: 792

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 ...
by PatrickDV
Sunday 05 July 2020 21:27
Forum: dzVents
Topic: make one script from two scripts [Solved]
Replies: 2
Views: 792

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 ...