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.
Need help with Fibaro motion sensor (lights off auto)
mitch
Member
I just recently got a Fibaro motion sensor added to my network. I have added it to the kitchen and I am setting it up to turn on my z-wave lights upon detecting motion, but I am running into two problems.
1. It takes about 2-3 seconds for the lights to come on after detecting motion.
2. How do I have the lights turn off automatically if there is no motion detected (say after 20 seconds)
Right now I have the lights to turn off automatically after 60 seconds, however if someone is still in the kitchen the light is going off and this is not an ideal situation.
Any advice would be greatly appreciated. Thanks in advance
1. It takes about 2-3 seconds for the lights to come on after detecting motion.
2. How do I have the lights turn off automatically if there is no motion detected (say after 20 seconds)
Right now I have the lights to turn off automatically after 60 seconds, however if someone is still in the kitchen the light is going off and this is not an ideal situation.
Any advice would be greatly appreciated. Thanks in advance
Comments
On motion turned on then start countdown, if it triggers again the countdown gets reset.
Create a 2nd flow with if the countdown is 0 then turn off the lights.
you could also use the build-in off timer (motion cancellation delay) and put that on 20 seconds, and turn off your device if the motion also turns off
then it will also work (20 seconds for cancellation delay) with the way @BasVanDenBosch is saying with direct connections (associations)
The extra check that I applied to solve this is by checking if there is still motion when the timer reaches 0.
Can someone post a shot of what the proper flow should look like?
I came from the world of Smartthings and Amazon Echo, so creating flows are a weak spot for me at the moment obviously
But are you sure you Z-wave device is installed propaly.
Flow 1:
When movement is detected -> turn on Z-wave (light) and turn hourglass (200 sec).
(every movement the hourglass resets)
Flow 2:
Whe hourglass is empty turn off zwave.
Hope this helps.