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.
How to get a button in the Homey android app to start a flow.
2mv
Member
Hi, I have made a flow: a computer startup (with the app wake on lan), if I say "computer on', then start computer such and forth.
But as you al know, the speech recognition is just dreadful.
Now I would like to use the android app to create a button I could push (computer is at the attic, so), and then a flow starts.
But, obviously I am missing a piece of the puzzle, I don't know how to do that.
How do I create a button in the android app to start a flow?
Best regards, H
But as you al know, the speech recognition is just dreadful.
Now I would like to use the android app to create a button I could push (computer is at the attic, so), and then a flow starts.
But, obviously I am missing a piece of the puzzle, I don't know how to do that.
How do I create a button in the android app to start a flow?
Best regards, H
Comments
You can use the Better Logic app for that.
Install the app, create a boolean variable.
Create a flow that when that boolean is set to true, the computer has to start.
Then you add a new Better Logic device, which is called a BitFlip device.
This will appear in the app. When you flip it, the flow runs and your computer starts
[edit]
Damnit, beaten by the bot again!
It did the trick wonderfully, thank you
I created a boolean variable. I added the BitFlip device. I can switch the Bitflip device and see the boolean value change from 'false' to 'true'. That works..
However, if a create a flow that uses the changed boolean value as a trigger (in first column it has the 'variable changed" and in the second 'value is true' ) to start a flow, it doesn't work...
Can a kind soul please post an example flow... Thanks!!!
This flow works on speech and I have the switch in the android app .
The flow with the speech you don't have to make, it's just I wanna use speech to turn the tv/reciever on
Thank you Sir!
I had the wrong trigger in the first colom; I had BL as a variable, not a device.
Well test tonight!
The Harmony Hub activity initiates my Receiver and TV. That activity is named "Film Kijken".
I created a BL variable as Boolean with the name "Film Kijken", and added it as a device in Homey.
Flipping the switch doesn't do anything...
I think you should move the BitFlip-trigger to the upper flow and move the speech-trigger to a flow which changes the BitFlip-device. That way you can use the mobile app to turn on the TV and also use speech.
Activating a flow doesn't start it. It just makes it available (it puts a checkmark in front of it when you check your list of flows).
When I reset the bitflip in a flow, the status in the 'device' is not updated?
It is great to be able to use a 'switch' to trigger a bunch of devices.