# Flow for Wemo switch f55

**URL:** https://community.homey.app/t/flow-for-wemo-switch-f55/95722
**Category:** Flows
**Created:** [November 25, 2023, 12:32pm UTC](https://community.homey.app/t/flow-for-wemo-switch-f55/95722 "2023-11-25T12:32:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ZeroSugar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/zerosugar/32/34211_2.png) [@ZeroSugar](https://community.homey.app/u/ZeroSugar)
#### Post date: [November 25, 2023, 12:32pm UTC](https://community.homey.app/t/flow-for-wemo-switch-f55/95722/1 "2023-11-25T12:32:10Z")

</div>

As there is no app anymore for Wemo switches , i made 2 simple flows with an http request to switch it on or off. You first need to get the ip-address of the wemo by installing it via the wemo app.

Switch on the Wemo:  
 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/1/5/1550751e2a47bdb670548a6de0a8838708f8d477.png)

**Method=** POST  
**URL=** [http://xxx.xxx.x.xx:49153/upnp/control/basicevent1](http://xxx.xxx.x.xx:49153/upnp/control/basicevent1)  
**Headers =** Host: xxx.xxx.x.xx  
Content-Type: text/xml; charset=“utf-8”  
SOAPACTION: “urn:Belkin:service:basicevent:1#SetBinaryState”  
**Body=** \<?xml version="1.0" encoding="utf-8"?\>  
\<s:Envelope xmlns:s=“[http://schemas.xmlsoap.org/soap/envelope/](http://schemas.xmlsoap.org/soap/envelope/)” s:encodingStyle=“[http://schemas.xmlsoap.org/soap/encoding/](http://schemas.xmlsoap.org/soap/encoding/)”\>  
\<s:Body\>  
\<u:SetBinaryState xmlns:u=“urn:Belkin:service:basicevent:1”\>  
1  
\</u:SetBinaryState\>  
\</s:Body\>  
\</s:Envelope\>

xxx.xxx.x.xx = ip-address of the wemo  
To switch it off put the SetBinaryState to 0 in the body

Maybe someone can use it 🙂

---

<div class="post-metadata">

### Author: ![Poul\_Petersen1](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/poul_petersen1/32/48740_2.png) [@Poul\_Petersen1](https://community.homey.app/u/Poul_Petersen1)
#### Post date: [January 3, 2025, 1:43pm UTC](https://community.homey.app/t/flow-for-wemo-switch-f55/95722/2 "2025-01-03T13:43:49Z")

</div>

Hi Herman

Brilliant if it works, I have a lot of Wemo switches to integrate in homey 🙂

How do you get the ip adress of the Wemo?

When instaliing i only see a wifi address.

---

<div class="post-metadata">

### Author: ![Poul\_Petersen1](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/poul_petersen1/32/48740_2.png) [@Poul\_Petersen1](https://community.homey.app/u/Poul_Petersen1)
#### Post date: [January 3, 2025, 2:44pm UTC](https://community.homey.app/t/flow-for-wemo-switch-f55/95722/3 "2025-01-03T14:44:51Z")

</div>

I found a ip scanner. Now I get this error?

 ![Skærmbillede 2025-01-03 kl. 15.35.58](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/6/f/6f2fab4cb7d4928fb285037b4556922f199b23a3.png)

---

<div class="post-metadata">

### Author: ![ZeroSugar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/zerosugar/32/34211_2.png) [@ZeroSugar](https://community.homey.app/u/ZeroSugar)
#### Post date: [January 3, 2025, 2:50pm UTC](https://community.homey.app/t/flow-for-wemo-switch-f55/95722/4 "2025-01-03T14:50:27Z")

</div>

Hi Poul,  
It did work until Wemo had some changes on their side. I recently checked again and it’s not working anymore…unfortunately 😞  
I’m sorry.

Herman

---

<div class="post-metadata">

### Author: ![Poul\_Petersen1](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/poul_petersen1/32/48740_2.png) [@Poul\_Petersen1](https://community.homey.app/u/Poul_Petersen1)
#### Post date: [January 5, 2025, 10:40pm UTC](https://community.homey.app/t/flow-for-wemo-switch-f55/95722/5 "2025-01-05T22:40:07Z")

</div>

Hi Herman

Thank you! Well, good effort!

I can connect them to Homey via IFTTT, but it is kind of messy and I want to get rid of IFTTT in the future.

Next try wil be: I got a WEMO bridge which might put the wemos into Homekit, and via virtual devices send on/off data back to Homey, to control them from there.

Or maybe the wemos just need to retire.

---

<div class="post-metadata">

### Author: ![ZeroSugar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/zerosugar/32/34211_2.png) [@ZeroSugar](https://community.homey.app/u/ZeroSugar)
#### Post date: [January 7, 2025, 4:37pm UTC](https://community.homey.app/t/flow-for-wemo-switch-f55/95722/6 "2025-01-07T16:37:49Z")

</div>

Hi Poul ,  
I feel the same about Ifttt…it works but not always. And there is always the possibility they make the action “PRO”, so you have to pay. Therfor i’m not trying to use it.
