# Bestway lay-z-spa

**URL:** https://community.homey.app/t/bestway-lay-z-spa/49620
**Category:** 🇳🇱 Nederlands (Dutch)
**Created:** [July 20, 2021, 9:38pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620 "2021-07-20T21:38:41Z")
**Posts on this page:** 10
**Page:** 2

<div class="post-metadata">

### Author: ![dudu\_95](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/dudu_95/32/93061_2.png) [@dudu\_95](https://community.homey.app/u/dudu_95)
#### Post date: [June 21, 2025, 4:37pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/21 "2025-06-21T16:37:02Z")

</div>

Hello,

I have a **Bestway Lay-Z-Spa Milan 6-person** model. The installation through the **iOS app** went smoothly.

I installed the **Homey Pro** app, and I’m able to **turn the spa on and off** via Homey, as well as **enable and disable the bubble massage**.

The **temperature reading is displayed** , although sometimes it takes a while to update.

However, I am **unable to turn on the heater** or **activate the filtration** (which turns on together with the heater). When I tap those controls, **nothing happens** , even though everything works perfectly in the official iOS app.

Is it **normal** that these features don’t work yet with Homey?

I mainly installed Homey to **create scheduled automations** for heating and filtration, so this is currently a major limitation.

I’ve already tried **removing and reinstalling the Wi-Fi module** on the spa, but it didn’t help.

Do you have a solution for this, or is this functionality **still under development**?

---

<div class="post-metadata">

### Author: ![dudu\_95](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/dudu_95/32/93061_2.png) [@dudu\_95](https://community.homey.app/u/dudu_95)
#### Post date: [June 21, 2025, 5:25pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/22 "2025-06-21T17:25:36Z")

</div>

I managed to turn the filtration on and off by bypassing the app, because I believe something is missing in its current functionality. The options in the app that are supposed to activate heating mode or turn off heating mode simply don’t work.

So I created two scripts: one to turn the filtration on, and one to turn it off. Then I added a virtual ON/OFF button. Now I’m able to build my automation scenarios as planned.

I’m not sure who maintains the app, but this part definitely needs to be reviewed.

I noticed the issue while using the Developer Tools console, where the `pump_onoff` command works perfectly when setting the value to `true` or `false`.

ON

```auto
const spaDeviceId = '60xxxxxxxxxxxxxxxx';

const device = await Homey.devices.getDevice({ id: spaDeviceId });
await device.setCapabilityValue('pump_onoff', true);

return '✅ Filtration activée.';

```

OFF

```auto
const spaDeviceId = '60xxxxxxxxxxxxx;

const device = await Homey.devices.getDevice({ id: spaDeviceId });
await device.setCapabilityValue('pump_onoff', false);

return '⛔ Filtration désactivée.';

```

---

<div class="post-metadata">

### Author: ![telenut](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/telenut/32/12666_2.png) [@telenut](https://community.homey.app/u/telenut)
#### Post date: [July 9, 2025, 9:27am UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/23 "2025-07-09T09:27:57Z")

</div>

for Home assistant there is a script now to control the new Bestway spa: [GitHub - M1R4G376/New\_bestway\_spa: this librairy working can communicate with the latest Bestway app version smartspa](https://github.com/M1R4G376/New_bestway_spa)  
I hope this gets integrated in the Homey app too ( or a new homey app for it)

---

<div class="post-metadata">

### Author: ![MichelB91](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/michelb91/32/80103_2.png) [@MichelB91](https://community.homey.app/u/MichelB91)
#### Post date: [July 9, 2025, 3:27pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/24 "2025-07-09T15:27:24Z")

</div>

I hope the app will be updated!

---

<div class="post-metadata">

### Author: ![telenut](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/telenut/32/12666_2.png) [@telenut](https://community.homey.app/u/telenut)
#### Post date: [February 23, 2026, 5:36pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/25 "2026-02-23T17:36:09Z")

</div>

I converted the HA app to a homey app… Almost ready! When finished, I try to publish it in the store. Give me some time, I’m not a programmer 🙂

---

<div class="post-metadata">

### Author: ![telenut](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/telenut/32/12666_2.png) [@telenut](https://community.homey.app/u/telenut)
#### Post date: [February 23, 2026, 9:30pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/26 "2026-02-23T21:30:50Z")

</div>

If someone is interested, here it is: [Bestway / Lay-Z Spa | Homey](https://homey.app/nl-be/app/be.telenut.bestwayconnect/Bestway--Lay-Z-Spa/test/)

---

<div class="post-metadata">

### Author: ![MichelB91](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/michelb91/32/80103_2.png) [@MichelB91](https://community.homey.app/u/MichelB91)
#### Post date: [March 8, 2026, 7:10am UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/27 "2026-03-08T07:10:17Z")

</div>

Tried it, but still doesn’t work for the ‘Bestway Connect’ app..

---

<div class="post-metadata">

### Author: ![telenut](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/telenut/32/12666_2.png) [@telenut](https://community.homey.app/u/telenut)
#### Post date: [March 8, 2026, 2:54pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/28 "2026-03-08T14:54:37Z")

</div>

Well… it works for me 😛  
What part does not work?

---

<div class="post-metadata">

### Author: ![Mathias\_Nilsson](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mathias_nilsson/32/121607_2.png) [@Mathias\_Nilsson](https://community.homey.app/u/Mathias_Nilsson)
#### Post date: [March 9, 2026, 6:18pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/29 "2026-03-09T18:18:37Z")

</div>

Thx telenut.

Took some time to figure out how to get it connected to the pool.  
Tip: open a “QR code translation” homepage ([https://qrcoderaptor.com/](https://qrcoderaptor.com/) maybe) take a photo and copy the “QR code result” to the Homey app.  
Hoping for more stuff to the app.  
Toronto 2025 spa.

---

<div class="post-metadata">

### Author: ![telenut](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/telenut/32/12666_2.png) [@telenut](https://community.homey.app/u/telenut)
#### Post date: [March 10, 2026, 10:17pm UTC](https://community.homey.app/t/bestway-lay-z-spa/49620/30 "2026-03-10T22:17:38Z")

</div>

I just added some more flow cards  
And tried contacting the developer of the other app in the store.

[Previous page](https://community.homey.app/t/bestway-lay-z-spa/49620.md?page=1)
