Page 1 of 1

update switch without action

Posted: Thursday 01 November 2018 11:36
by poudenes
Hi All,

Lost it... How can i update a switch or bulb without the actual actoin to turn it on or off?

Cheers,
Peter

Re: update switch without action

Posted: Thursday 01 November 2018 12:56
by waaren
poudenes wrote: Thursday 01 November 2018 11:36 Hi All,

Lost it... How can i update a switch or bulb without the actual actoin to turn it on or off?

Cheers,
Peter
viewtopic.php?f=4&t=24037&p=185345&hili ... ed#p185333

Re: update switch without action

Posted: Thursday 01 November 2018 14:22
by poudenes
waaren wrote:
poudenes wrote: Thursday 01 November 2018 11:36 Hi All,

Lost it... How can i update a switch or bulb without the actual actoin to turn it on or off?

Cheers,
Peter
viewtopic.php?f=4&t=24037&p=185345&hili ... ed#p185333
You are the master! Thanks


Verzonden vanaf mijn iPhone met Tapatalk Pro

Re: update switch without action

Posted: Saturday 03 November 2018 9:01
by poudenes
Maybe a idea to implement this into dzvents?
Then it's easy to use instead of a http link


Cheers


Verzonden vanaf mijn iPhone met Tapatalk Pro

Re: update switch without action

Posted: Saturday 03 November 2018 9:56
by waaren
poudenes wrote: Saturday 03 November 2018 9:01 Maybe a idea to implement this into dzvents?
Then it's easy to use instead of a http link
Maybe.., If you can describe the situation for what it would be used .

Re: update switch without action

Posted: Saturday 03 November 2018 11:11
by poudenes
waaren wrote: Saturday 03 November 2018 9:56 Maybe.., If you can describe the situation for what it would be used .
In My situation: I turn on a group of bulbs (bulbAll) and 1 of the bulbs i turn into a different color. Faster then turn every bulb separate first and change color.

But when i change the color of 1 bulb the BulbAll device goes off ( have the BulbAll as slave in my other bulbs because when 1 of the bulbs in the group is go off then BulbAll must go off as well(not all bulbs are on)

So i want a action when BulbAll goes on, change 1 bulb inside the group then Turn on BulbAll device only without action.
I have some triggers based on BulbAll. Or i need to change the trigger and look to Bulb1 Bulb2 and Bulb3 is on or off.

Re: update switch without action

Posted: Saturday 03 November 2018 14:29
by waaren
poudenes wrote: Saturday 03 November 2018 11:11
waaren wrote: Saturday 03 November 2018 9:56 Maybe.., If you can describe the situation for what it would be used .
In My situation: I turn on a group of bulbs (bulbAll) and 1 of the bulbs i turn into a different color. Faster then turn every bulb separate first and change color.

But when i change the color of 1 bulb the BulbAll device goes off ( have the BulbAll as slave in my other bulbs because when 1 of the bulbs in the group is go off then BulbAll must go off as well(not all bulbs are on)

So i want a action when BulbAll goes on, change 1 bulb inside the group then Turn on BulbAll device only without action.
I have some triggers based on BulbAll. Or i need to change the trigger and look to Bulb1 Bulb2 and Bulb3 is on or off.
What happens if you add the option .silent() in the dzVents command that changes the color?

Re: update switch without action

Posted: Tuesday 06 November 2018 20:54
by poudenes
waaren wrote: Saturday 03 November 2018 14:29 What happens if you add the option .silent() in the dzVents command that changes the color?
No is not working.