Flow based on manual time setting

hello,

i was planning to make a flow where i can set a certain time and date in the future so switch devices on or off. on the moment i manualy start the pc every day so i can go to my flow’s to change the time and date but i want to be abble to do that from my cel phone.

so i thougt lets grap a logic card:
if: varible is changed 1
then: set time to –:–
then set date to --:–:–

but i can’t find a then card for the time and date settings i gues there wil be a way to accomplish this but i don’t now. can someone give me some guidens?

There are several apps available to set a time for a flow to start. If you search for “cron” or “time” in the app store you will find for example:

Action Scheduler | Homey
Cron | Homey
CronJob | Homey
Timey | Homey

However, all of them require Homey Pro, Mini or Self Hosted. They are tools and are not available for the Homey Cloud.

1 Like

Use the alarm function in the homey app and name it something unique.
You can then use a flow that checks for the alarm name and it will trigger base on the alarm you set and its much easier to set an alarm then to go into a flow or variable to change things dynamically.

2 Likes

sound like the moste easy solution so far, how do i set a alarm in homey?
if i try to type a name in a flow card it is not working so i gueas i first need to make a alarm

and how do i place a alarm on the dashboard ?

jes i have that but my flow is more complex so i made it in advanced flows and then you can’t change it easy on the phone

On your phone app tap on “More” to open the settings tab. There you can see Alarms in the list of settings. Tap that and you can set your alarms in Homey.

With this standard flow you could also start ‘start this flow with tag’ instead of turning on the light.

In your complex flow you could a add multiple ‘this flow was started with a tag’-triggers and have different actions depending on the tag.