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
[POSITIVE] Flows that work!
brinkie
Member
In this topic I'd like us to share nice, funny or interesting flows that work today. I'll start myself with one that (at least in my household) was absolutely essential, if it we're only to convince the Mrs. we absolutely needed a Homey
What have you come up with sofar?
(for foreigners, GTST is a daily soap on RTL4 = Dutch TV)
Tagged:
Comments
This one is working for me (have to use start because kodi is translated to call me most of the times and start seems to go okay most of the time)
For my flow, I use 2 logic cards, 1 with 'watch' and 2 with 'movie'.
Works perfectly
[edit]
I mean 1 with 'watch' and 1 with 'movie' of course
Now I can say 'watch movie' or 'i want to watch a movie' or whatever combination
Same for radio, ps4, tv,... Much nicer this way
Each weekday I set boolean 'askformusic' to 'true'.
If I come home (after 15:00) and movement is detected (I use a Fibaro motion sensor for that), and 'askformusic' is still true, it will ask me if I want to listen to music.
If I confirm this, it will turn on my Onkyo receiver, select the tuner with a 'dimmed' volume.
(I have a third flow that sets 'askformusic' to false with a 1 minute delay if movement is detected after 15:00 without any conditions, because if I say 'no' to Homey it will not set 'askformusic' to 'false' and so it will keep on asking every time it detects movement).
Actually this flow doesn't 100% work yet because Homey doesn't listen to the confirmation yet (https://github.com/athombv/homey/issues/358) but that will be fixed in 0.8.25
Will have to include a wallplug to extend the signal.
I do have more patience, though it would be nice to cross of my comparison list. I'm using Homey, Vera Edge and Fibaro HC2 next to eachother at the moment as an experiment.
conditions are:
my system should be in Away mode (Home, Away, Night, Vacation - vera modes)
it should be night
only trigger when my lux sensor has a value of x
optional:
combination with geofencing
locating phone1 or phone2 and sending a message to phone x, depending on which phone entered the geofence area
but only when no phone is in the geofence area.
That's supported on the next better logic release. Trigger on one of the specified values. Hope it helps.
For now it uses the BetterLogic app v0.9.2 (which is currently not released in the app store yet). A flow sets a variable at sunset with that time + (one day minus x minutes). So this variable holds the time for the next sunset - minus x minutes. Another flow checks every minute when this moment has passed and can then trigger any action.
It helped a lot and was easier as going to speech-Input everytime.
This is working fine for me, makes Homey quiet while watching a movie and starts listing when I want to.
Hopefully this flows can be deleted when the voice recognition is more stable.
When we receive a phonecall at the office (via our IVR system using VOIP), the phonecall is already passed through to our systems (so before a user gets through the menu, we already know who is calling, if it is a known number in our clients database). Now we also post to a webhook and using the IFTTT app, Homey announces 'Incoming call' (am going to replace it with a sound soon).
You have to download the HTTP app and it only works when you are connected at the same network.
I've installed Home Remote on my Iphone to send these request from the 'home' screen when you swipe down.
Is there some aditional information for this option because it does not work?
Do i have to add some information in the post/put section for example?
Thank you