This object is in archive! 
Problem with specific rule
Need Answer
The purpose is create a loop in a rule .
for example when i open the door , the rgbw start to change color and when i close the door it becomes off.
for this; i wrote the following:
but it not works.
when i open the door ; RGBW starts to color changing but when i close the door it turns off for a second but starts to color changing again.
Any idea ???????
No connection
Real-time notifications may not work
This is just a wild gues but if you use the when state "any" for the door sensor it will start the dimmer cycle when ever the door sensor is triggered in any of the states when it changes state.
What will happend if you only use the IF WHEN segment and ad the close door sensor to the when part?
Best regards Jacob!
This is just a wild gues but if you use the when state "any" for the door sensor it will start the dimmer cycle when ever the door sensor is triggered in any of the states when it changes state.
What will happend if you only use the IF WHEN segment and ad the close door sensor to the when part?
Best regards Jacob!
it's an easy rule why you make it like that you can try if you want:
when door open
join
if door open
rgbw 100
rgbw red
w8 1sec
rgbw green
w8 1sec
rgbw blue
els
rgbw 0
it's an easy rule why you make it like that you can try if you want:
when door open
join
if door open
rgbw 100
rgbw red
w8 1sec
rgbw green
w8 1sec
rgbw blue
els
rgbw 0
Or maybe a stop or join block or make two rules one for closed and one for open?
Best regards!
Or maybe a stop or join block or make two rules one for closed and one for open?
Best regards!
Yup, make 2 rules. Ussually works much better.
Yup, make 2 rules. Ussually works much better.
Thanks,
the problem Solved by the following Rules:
Thanks,
the problem Solved by the following Rules:
hello
Im trying to make a similar rule . but with infinite loop while motion is OFF and stop when Motion is ON
But Light Bulb goes completely crazy . The loop continue while motion is ON .
i have tried many many combination but no success (with one or 2 rules ) .
i have tried with join or stop method but seems the same problem .
any ideas ?
Thanks
GiO
hello
Im trying to make a similar rule . but with infinite loop while motion is OFF and stop when Motion is ON
But Light Bulb goes completely crazy . The loop continue while motion is ON .
i have tried many many combination but no success (with one or 2 rules ) .
i have tried with join or stop method but seems the same problem .
any ideas ?
Thanks
GiO
yes ive tried with join and stop ...
Didi you mean like this ?
but same problem .Led continue to breath but in white now
see fig
i ve tried with 4 stop on each line to the end but same problem ... i ve find this rule very complex for a simple concept
I find this case interesting . to make a simple loop who waiting a specific event to stop and launch another step.
yes ive tried with join and stop ...
Didi you mean like this ?
but same problem .Led continue to breath but in white now
see fig
i ve tried with 4 stop on each line to the end but same problem ... i ve find this rule very complex for a simple concept
I find this case interesting . to make a simple loop who waiting a specific event to stop and launch another step.
Replies have been locked on this page!