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.
Flows & speed
sebbe463
Member
So, I have tried almost all home automations gateways in the market (SmartThings, Vera, Tellstick, Fibaro, etc) and almost all of them are slow when it comes to execution of "rules"/"flows" or whatever they call them. Fibaro is for me the quickest.
I really want to buy Homey, because I like javascript and I am a developer so it fits me perfectly.
But I am a little worried about the speed when it comes to executing flows and I cant find any videos showing for example "turning a light on when there's motion between time XX and XX". When I go the the bathroom in the middle of the night I don't want it to take 3 seconds to turn on the lights.
Do someone have any experience on this? Would be great with some input
Regards
I really want to buy Homey, because I like javascript and I am a developer so it fits me perfectly.
But I am a little worried about the speed when it comes to executing flows and I cant find any videos showing for example "turning a light on when there's motion between time XX and XX". When I go the the bathroom in the middle of the night I don't want it to take 3 seconds to turn on the lights.
Do someone have any experience on this? Would be great with some input
Regards
Comments
- The Fibaro motion sensor (the one I have experience with) calls Homey directly, so the response is immediately (it could take up to 1 second to activate Hue lights, for example). The Fibaro pushes the info to Homey, so there's no delay.
- Other stuff that needs to be 'polled' takes a longer time. For example, I have developed an app that reads out the state of my IP Camera that is connected to Synology. It reads it out every 15 seconds so it might take up to 15 seconds before Homey notices any changes. So that's the other way around, Homey pulls the info from the device on a regular base.
For example, my LIFX lights turn on within the second after I press the button that contacts Homey via a HTTP command. Same with KAKU, HTTP-receiver, and IR-television.
EDIT: I can even use a http-command which I send to Homey, which sends a http-command to kodi to move the cursor up/down/left/right without any noticable delay between this method or directly calling Kodi via http.