# Advanced Flow: HTTP Request Timeout

**URL:** https://community.homey.app/t/advanced-flow-http-request-timeout/147917
**Category:** Questions & Help
**Tags:** logic, advancedflow
**Created:** [December 27, 2025, 1:49pm UTC](https://community.homey.app/t/advanced-flow-http-request-timeout/147917 "2025-12-27T13:49:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Callum\_Corrigan](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/callum_corrigan/32/149208_2.png) [@Callum\_Corrigan](https://community.homey.app/u/Callum_Corrigan)
#### Post date: [December 27, 2025, 1:49pm UTC](https://community.homey.app/t/advanced-flow-http-request-timeout/147917/1 "2025-12-27T13:49:03Z")

</div>

Hi,

I’m trying to integrate Homey Pro (2023) with [MuteDeck](https://mutedeck.com/help/api/) installed on my laptop.

In PowerShell on another device, I can run `curl ``http://10.0.0.113:3491/v1/status` which returns the following:

```json
StatusCode : 200
StatusDescription : OK
Content : {
“call”: “inactive”,
“control”: “system”,
“mute”: “inactive”,
“record”: “disabled”,
“share”: “disabled”,
“status”: 200,
“teams_api”: “disabled”,
“video”: “disabled”
}
…
RawContent : HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Length: 200
Content-Type: application/json

                {
                    "call": "inactive",
                    "control": "system",
                    "mute": "inactive",
                    "record": "disabl...

Forms : {}
Headers : {[Access-Control-Allow-Origin, *], [Content-Length, 200], [Content-Type, application/json]}
Images : {}
InputFields : {}
Links : {}
ParsedHtml : mshtml.HTMLDocumentClass
RawContentLength : 200

```

I’m trying to get Homey to do this same request in an Advanced Flow, so that I can use this to trigger other devices.

The test flow I have is as follows:

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/1/6/1659e31f7b00ac70f7cc74bb846709a30cabd75f.png)

But as you can see, the GET request is timing out for some reason. The IP of the Homey Pro is 10.0.0.227 (ethernet) and 10.0.0.247 (WiFi), so on the same range as my laptop.

Not really sure where to go from here?

Any help is appreciated - thank you.

Kind regards,

Callum

---

<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: [December 27, 2025, 2:05pm UTC](https://community.homey.app/t/advanced-flow-http-request-timeout/147917/2 "2025-12-27T14:05:58Z")

</div>

Hi Callum, and welcome.

To see if there’s any network related issues:  
Navigate to this URL in a web browser (of a device in the same subnet):

> [@Callum\_Corrigan](#):
>
> [http://10.0.0.113:3491/v1/status](http://10.0.0.113:3491/v1/status)

What is the response?

---

<div class="post-metadata">

### Author: ![Callum\_Corrigan](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/callum_corrigan/32/149208_2.png) [@Callum\_Corrigan](https://community.homey.app/u/Callum_Corrigan)
#### Post date: [December 27, 2025, 7:57pm UTC](https://community.homey.app/t/advanced-flow-http-request-timeout/147917/3 "2025-12-27T19:57:44Z")

</div>

Hi Peter,

Thank you for the reply. You’ve definitely pointed me in the right direction - loading that page in a browser didn’t work, so I went looking in the laptop’s Windows Firewall and found that if I explicitly allow that port, the Browser and Homey immediately start working!

Thank you for that helpful nudge!

Kind regards,

Callum

---

<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: [December 27, 2025, 9:53pm UTC](https://community.homey.app/t/advanced-flow-http-request-timeout/147917/4 "2025-12-27T21:53:25Z")

</div>

No problem!

It"s the first thing I try, to see if the issue is not in the request itself.

Firewalls and network tools (like Adguard PiHole) would’ve been in my follow up reply 😉
