# Aqara Water leak sensors and T1 Valve controller flow

**URL:** https://community.homey.app/t/aqara-water-leak-sensors-and-t1-valve-controller-flow/146927
**Category:** Flows
**Created:** [December 15, 2025, 6:04am UTC](https://community.homey.app/t/aqara-water-leak-sensors-and-t1-valve-controller-flow/146927 "2025-12-15T06:04:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Halfwalker](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/halfwalker/32/121126_2.png) [@Halfwalker](https://community.homey.app/u/Halfwalker)
#### Post date: [December 15, 2025, 6:04am UTC](https://community.homey.app/t/aqara-water-leak-sensors-and-t1-valve-controller-flow/146927/1 "2025-12-15T06:04:32Z")

</div>

Just wanted to validate thinking here … I have a bunch of Aqara Water leak sensors scattered about, and just put in an Aqara T1 Valve controller. Now, need a flow(s) to handle things.

If a leak is detected anywhere, and the valve is open, ask the user(s) to confirm turning off the valve. If s/he says

- YES - turn off the valve, if that fails then send notifications
- NO, then start a 2-minute timer

When that timer expires, confirm again, just in case

Here’s what I have so far

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/9/8/982c8331c5e14779e45679d5803765f37d2cfad9.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: [December 16, 2025, 10:08am UTC](https://community.homey.app/t/aqara-water-leak-sensors-and-t1-valve-controller-flow/146927/3 "2025-12-16T10:08:49Z")

</div>

I think the flow, as is, is meeting your demands.

(Is it possible to send a confirm-notification to more then one person?)

Because I sometimes miss a confirm-notification (and the flow will pause there) I would do things a little bit different:

Water-leakage alarm \> close valve \> nobody at home\> notification to all “device X alarm is on”

Someone at home \> If person A at home \> notification to person A ”check device X” \> confirm-notification to person A after 2minutes “problem solved/nothing was wrong” \> open valve

Person A not at home \> notification to person B ”check device X” \> confirm-notification to person B after 2minutes “problem solved/nothing was wrong” \> open valve

---

<div class="post-metadata">

### Author: ![Halfwalker](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/halfwalker/32/121126_2.png) [@Halfwalker](https://community.homey.app/u/Halfwalker)
#### Post date: [December 16, 2025, 3:26pm UTC](https://community.homey.app/t/aqara-water-leak-sensors-and-t1-valve-controller-flow/146927/4 "2025-12-16T15:26:05Z")

</div>

I’m not sure about multiple notifications. Ideally one could send a confirm to multiple people, and the first one to reply “wins”. The “YES” replies could to into an Any block to then turn off the valve. I don’t know how to handle if one person replies “YES” and the other replies “NO” though …

Possibly could use variables - the YES path sets a variable, and the NO path checks that variable before proceeding. Same the other way around, the NO path sets another variable, and the YES path checks it.

Have to work out the logic if exactly what one wants to happen
