# Flow between dates

**URL:** https://community.homey.app/t/flow-between-dates/145487
**Category:** Questions & Help
**Created:** [November 18, 2025, 3:40am UTC](https://community.homey.app/t/flow-between-dates/145487 "2025-11-18T03:40:43Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Mark520](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mark520/32/143109_2.png) [@Mark520](https://community.homey.app/u/Mark520)
#### Post date: [November 18, 2025, 3:40am UTC](https://community.homey.app/t/flow-between-dates/145487/1 "2025-11-18T03:40:43Z")

</div>

Is there a way to set the conditions for the “between dates” without setting the year?

---

<div class="post-metadata">

### Author: ![Robkrekel](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robkrekel/32/113089_2.png) [@Robkrekel](https://community.homey.app/u/Robkrekel)
#### Post date: [November 18, 2025, 6:14am UTC](https://community.homey.app/t/flow-between-dates/145487/2 "2025-11-18T06:14:45Z")

</div>

Something like this?

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/c/2/c2ac90fccb9d68159859a9575878409080621c31.png)

---

<div class="post-metadata">

### Author: ![Wim\_Post](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/wim_post/32/56793_2.png) [@Wim\_Post](https://community.homey.app/u/Wim_Post)
#### Post date: [November 18, 2025, 6:38am UTC](https://community.homey.app/t/flow-between-dates/145487/3 "2025-11-18T06:38:39Z")

</div>

May you mean this:

 ![IMG_2003](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/8/c/8cb7c168a0346bc690842d606aac2112a2b18458.jpeg)

---

<div class="post-metadata">

### Author: ![Mark520](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mark520/32/143109_2.png) [@Mark520](https://community.homey.app/u/Mark520)
#### Post date: [November 18, 2025, 1:22pm UTC](https://community.homey.app/t/flow-between-dates/145487/4 "2025-11-18T13:22:54Z")

</div>

Thank you, unfortunately I can not translate the pictures to English to understand.

---

<div class="post-metadata">

### Author: ![Mark520](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mark520/32/143109_2.png) [@Mark520](https://community.homey.app/u/Mark520)
#### Post date: [November 18, 2025, 1:23pm UTC](https://community.homey.app/t/flow-between-dates/145487/5 "2025-11-18T13:23:42Z")

</div>

Thank you, unfortunately I can not translate the pictures to English to understand..

---

<div class="post-metadata">

### Author: ![Wim\_Post](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/wim_post/32/56793_2.png) [@Wim\_Post](https://community.homey.app/u/Wim_Post)
#### Post date: [November 18, 2025, 3:56pm UTC](https://community.homey.app/t/flow-between-dates/145487/6 "2025-11-18T15:56:27Z")

</div>

WHEN

every day at 0:00

AND

day is 30 and month is april

THEN

set YES/NO variable ‘heating season’ to NO

October 15th every year the variable is changed to YES

So when variable ‘heating season’ is YES the date must be between october 15th and april 30st.

So

WHEN

wim comes home

AND

‘heating season’ is YES

THEN

turn on heating

---

<div class="post-metadata">

### Author: ![JohanP](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/johanp/32/119002_2.png) [@JohanP](https://community.homey.app/u/JohanP)
#### Post date: [November 18, 2025, 8:28pm UTC](https://community.homey.app/t/flow-between-dates/145487/7 "2025-11-18T20:28:33Z")

</div>

The webapp advanced flow can be translated with your browser

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [November 18, 2025, 10:17pm UTC](https://community.homey.app/t/flow-between-dates/145487/8 "2025-11-18T22:17:30Z")

</div>

@Wim_Post @Mark520  
And with Google Lens app you can translate text on images

 ![Screenshot_20251118_231549_Google](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/7/d/7d37ad86d2d0e91d7be531f10bb88d7160c553a0.jpeg)

---

<div class="post-metadata">

### Author: ![Robkrekel](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robkrekel/32/113089_2.png) [@Robkrekel](https://community.homey.app/u/Robkrekel)
#### Post date: [November 19, 2025, 7:28am UTC](https://community.homey.app/t/flow-between-dates/145487/9 "2025-11-19T07:28:27Z")

</div>

If Time = 07:00

And day is between x and x

And month is between x and x

---

<div class="post-metadata">

### Author: ![Mark520](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mark520/32/143109_2.png) [@Mark520](https://community.homey.app/u/Mark520)
#### Post date: [November 19, 2025, 5:26pm UTC](https://community.homey.app/t/flow-between-dates/145487/10 "2025-11-19T17:26:58Z")

</div>

Thank you this will do what i am looking for. If i want my lights to come on from Jan 15 to Feb 15 in a particular color i will just set the parameters for each month and connect the true false accordingly.
