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.
Your Motion Sensor Ideas Fibaro,Smartwaves
Hallo together,how Do you managed your Motion Sensor in a Flow? I have already the Problem that the Motion Sensors me see after a Minute or two not More. I will prepairing my Flow "as Long on as Motion" have you ans ideas for me? I have the Z-Wave Motion sensors in the Standard Configuration why i dont know what Parameter can bite whith a Flow.Any ideas?
Comments
This works as expected, as long as you move around long enough of course
But this is not yet with the Homey, but with my previous controller.
Since this is essential functionality for my house, I did not migrate it yet, because I feel it's not stable enough yet.
Concerning the settings for the Fibaro:
You can change the sensitivity, but it's almost at maximum by default
After detecting motion, there is an 8 second window during which it checks for new motion.
If no new motion is detected, it sends a 'no motion' after 30 seconds.
All of this can be changed of course.
a) Do I need anything else to connect it to Homey?
b) What is the maximum range between the sensor and Homey?
c) Any idea on how long it works on its battery?
d) Is it possible yet to use 'movement' to start a flow?
I've the FIBARO MOTION SENSOR FGMS-001 really nice gadget
A. Nope no other controller needed just put homey in detect mode and push 3 times on connect button of sensor
B. It seems 10M with thick wall is to much to handle (I'm testing this at the moment)
C. I believe they say it should work for one year or something
C) Mine are all still at 100% after 6 months
D) Don't know it that works already
So I guess that if I add a wall plug half way, that should extend the range... Good tip, thanks!
What parameters and association are you using? are you using general alarm?
Group 3 = 1
Data 5,1,2
On motion device press 3 time button
After that I see alarm going on and off after motion detection
Edit --> Data is not needed
1. On motion (FIBARO MOTION SENSOR FGMS-001) turn on lights (zwave.me ZME_05433)
2. On no movement (FIBARO MOTION SENSOR FGMS-001) turn off lights (zwave.me ZME_05433)
The problem is that I don't know how to reset the zwave.me ZME_05433
http://manuals.zwaveeurope.com/make.php?lang=en&type=&sku=ZME_05433
I can remove the device from homey but when I do a new detection it's finding something but I don't have all the option that I should get. Also got an error about secure something (secure is ticket when I look at the settings)
So I had to take down the power and replace the unit with another one. I did a reset for something else but after that the second unit was not detected okay.
So I did an other dimmer in different room and that one was detected fine
Generic alarm - Off
Luminance - 21lx
Temperature - 23.1C
Battery - 100%
This makes me think it works. Although I am not sure if "Generic alarm" is meant to be there for when motion is detected or when vibration is detected.
I set the polling interval to 60 seconds. I tried setting group '3' to '1' as Menno said.
If I move in front of the sensor, I see it lights up green. If I pick it up, I can see it light up white/red/blue. However, I made a flow for 'generic alarm' and that one doesn't run. @aloft, how did you set it up?
I also tried to set up a flow, 'if temperature changed' and 'if luminance changed'. It should tell me the luminance/temperature on my phone when I testrun it but it shows me an empty message.
Any help is appreciated
after chanching group 3 with value 1 you have to sync settings by clicking 3 times on the button of the motion device (to make sure do this close to homey
If it works you see alarm on after movement and after 20 seconds it should change back to off
1. after reboot my lights always start at 0% brightness (is there an option to set default brightness to 50% or so)
2. after motion detection lights go off after 5 minutes so after new movement within the 5 minutes it's changed again to 5 minutes I tried with delay but that is not working for me
3. how to factory reset zwave.me ZME_05433
I have to admit that it cost me a couple of times of including/excluding and updating parameters to get the Homey/Fibaro pair to detect the motion correctly.
For flows, I have an extended setup:
Flow 1: When generic alarm turned on (= movement detected), I set a BetterLogic boolean to TRUE and a counter BetterLogic number to 0
Flow 2: If boolean is TRUE => turn on light
Flow 3: If boolean is FALSE => turn off light
Flow 4: Each 15 seconds, increase the BetterLogic number with 15
Flow 5: If number > 60 => boolean FALSE
This way, if a new movement is detected within 60 seconds, the counter resets and the light will stay on for another 60 seconds.
There might be a better way to get this done, I am open for suggestions, because this needs a lot of flows ;-)
I also like to include a "WHEN" part in the Flow 2, to take into account the luminance report. (Only turn the light on when luminance < X ) . Problem is that I cannot store the luminance reported in a BetterLogic number, only in a string.
Also, updating the parameters to get more frequent luminance updates don't work yet. Only when luminance changes are higher than configured 200 lux, it will report, but also not always. I need to test further to determine what is happening.
I can compare the luminance with the Homey's built-in logic. Update of luminance is not predictable yet.
I added an extra flow 6: when generic alarm off > turn boolean2 to TRUE
I edited flow 1 (boolean2 = FALSE )and flow 4 (WHEN boolean2= TRUE ) so that the counting in flow 4 only starts when there is no motion detected. This way, the lamp won't turn off if there is continuous movement within the timeframe ( the counter only resets to 0 when a new motion is detected. But if you are within constant motion reach of the sensor, Homey nevers reports is as new" motion". )
@aloft
Sounds great (a lot of flows ideed but heee if it's working)
Will test this tomorrow do I have to do something on the settings page of homey for better logic?
- counter_motion : number
- status_light: boolean
- status_counter_running: boolean
I got the first part working only thing is my sensor alarm resets after 60 seconds so all motion within this 60 seconds is ignored. I changed the time from 60 to 120 and now when I move after 60 seconds the timer is resset to 0
Now going for the second part brb
<< Edit >>
Got the second part working indeed this is what I was looking for
Did you had any succes with luminance?
Now have my kitchen and studyroom under controle very nice!
Yes, My luminance is also working. A new luminance is only reported when there is a change in luminance. I added a parameter to update every 30 minutes.
I now have an extra flow that sets the luminance in a BetterLogic number, but only when the light itself is off ( to offset wrong luminance due to the light being on).
In the 'motion detected' flow, I now only execute when luminance is lower than a certain number (still experimenting with the best value )
@brot84
I'll try to post pictures of all flows later.
Specifically regarding the Luminance in order to get it working properly...
I only get luminance reported once every 2-3 hours (or even longer)... while I changed the reporting parameter to once every 15 minutes