This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Solved
Light doesn't stay on when movement is detected
tomdevisser
Member
Hi guys,
I'm trying to automated the light in the bathroom with:
- Aeotec Multisensor 6, USB powered;
- Fibaro Dimmer 2;
- Countdown
Unfortunately the light goes on with a relay of around 3/4 seconds. But most importantly, the light does not stay on when motion is detected before the countdown has ended. The light goes of and it will take between 5 to 30 seconds (random) before it will switch on. Below you find my setup (sorry, in Dutch).
Hope you can help me with my setup.
I'm stuck.
I'm trying to automated the light in the bathroom with:
- Aeotec Multisensor 6, USB powered;
- Fibaro Dimmer 2;
- Countdown
Unfortunately the light goes on with a relay of around 3/4 seconds. But most importantly, the light does not stay on when motion is detected before the countdown has ended. The light goes of and it will take between 5 to 30 seconds (random) before it will switch on. Below you find my setup (sorry, in Dutch).
Hope you can help me with my setup.
I'm stuck.
Tagged:
Comments
WHEN no movement THEN start timer
WHEN timer is empty THEN turn off the lights
Works like a charm.
Problem solved.
WHEN movement AND light is off THEN turn on light ELSE stop timer
WHEN no movement THEN start timer
WHEN timer is empty THEN turn off light
IF movement THEN zandloper omdraaien and lights on
IF zandloper empty THEN turn lights off
This way if you keep moving the zandloper wil be resetted to the max time again. And only turns off when there hasn't been movement for the time the zandloper was running.
And why turn on the light when it is on?
So if you keep moving within the area and you have a flow like IF movement THEN timer 60 seconds and light on it never turns off.
Then if the zandloper hits 0 turn the lights off == no movement for 60 seconds
Turning the lights on on every movement is not something you will notice at all.
You even could do the first flow something like:
IF movement AND light is on THEN timer on 60 seconds ELSE light on and timer 60 seconds
It is all about triggering. With the standard settings of most motion sensors you have to change indeed the blind time.
otherwise if movement doesn't stop there will be no trigger to reset the timer again and lights go off.
In a toilet it maybe would not be such a big issue, but if you use it in a crowded livingroom i'm sure the lights go off and won't go on until the sensor stops seeing movement.
So for me Timer Running == There is motion.
As long as the timer doesn't hit 0 the lights stay on.
Motion CAN be triggered again within the timer running (60 seconds), you might need to edit the device settings for it.
When the Motion is triggered again, the timer is set to 60 seconds again.
How would it be possible to have the lights go off if there is motion in this example?
Just noticed our flows might be different because of different devices. With my fibaro i was able to set it up that even if it keeps seeing movement it does stop the movement alarm and triggers again within the 60 seconds. Not sure if this is possible with the aeotec, but my feeling says it should be
The 2e flow he made is not wrong for restarting the timer? isn't it?
It's actually the same as mine if you remove the 2nd flow, and take away the AND column in the first one.
Then he should make sure to edit the device settings so it is capable of noticing multiple triggers within 60 seconds.
After that it should work as intended, and saves another flow.
Now for me. Does this drain the battery more if the blind time is lowered?
It's just that i want to minimize the amount of flows. Even ordered well in folders and sub-folders...i have allot. Every flow i can save is another one
Because I use the same Motion sensor for more flow triggers. I don't use the trigger WHEN timer stops, but i use
When the timer is at certain number. This way I don't have to use multiply timers for one motion sensor.
And that saves also a lot of flows for me.