# \[App\]\[Pro\]LinknLink eMotion

**URL:** https://community.homey.app/t/app-pro-linknlink-emotion/150691
**Category:** Apps
**Tags:** presence, emotion
**Created:** [February 6, 2026, 2:40pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691 "2026-02-06T14:40:04Z")
**Posts on this page:** 20
**Page:** 2

<div class="post-metadata">

### Author: ![NeosS](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/neoss/32/138605_2.png) [@NeosS](https://community.homey.app/u/NeosS)
#### Post date: [February 26, 2026, 9:12pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/21 "2026-02-26T21:12:21Z")

</div>

Got it! In the end, connecting to the MQTT broker like you mentioned in your last message worked! Thanks!

 ![Captura de pantalla 2026-02-26 a las 22.10.30](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/d/1/d1df28f3990af3f3e160d8df6eef1d0bcd0a9c42.png)

---

<div class="post-metadata">

### Author: ![B3rt](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/b3rt/32/9435_2.png) [@B3rt](https://community.homey.app/u/B3rt)
#### Post date: [February 28, 2026, 3:49pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/22 "2026-02-28T15:49:30Z")

</div>

I have similar problem.

I run broker on my NAS (so external), I use it with Homeassistat and zigbee2mqtt

HA finds the eMotion ultra via MQTT but Homey find no devices.

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/6/7/6712a7e0a307205cca9cf0bafcf62ef7ea436d59.png)

undefined

- 2026-02-28T15:37:16.599Z  
setupMQTTClient connect: 192.168.1.2:1883

- 2026-02-28T15:37:16.753Z  
LinknLink app has been initialized

- 2026-02-28T15:37:16.768Z  
eMotionProDriver has been initialized

- 2026-02-28T15:37:16.773Z  
eMotionUltraDriver has been initialized

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/4/8/48776e1589d91a31fa320ac5375c16dcc52d0f07.png)

I believe this is the lnknlink device is MQTT explorer, but not detected by app

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

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [February 28, 2026, 5:49pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/23 "2026-02-28T17:49:12Z")

</div>

Try using the setting like this

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/e/f/ef90200ff52a950acbf9c6647b1f01cf03fb0978.png)

But obviously change the IP to match your NAS.

I am also running a broker on my NAS and it’s working fine.

---

<div class="post-metadata">

### Author: ![B3rt](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/b3rt/32/9435_2.png) [@B3rt](https://community.homey.app/u/B3rt)
#### Post date: [February 28, 2026, 7:25pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/24 "2026-02-28T19:25:49Z")

</div>

After changing the port and save the app crashed, but after it restarted it started to work.

Maybe you can clarify what the 9003 port/field exactly is or do, maybe then it is clear to users what to fill in here?

Personaly I have no clue why it is 9003..

9003 is not a port my broker uses, that is 1883, so why does 9003 work?

Is it neccarry to add mqtt:// in front of the IP?

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [February 28, 2026, 7:46pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/25 "2026-02-28T19:46:42Z")

</div>

The 9003 port is for the web socket connection. That provides an optional encrypted connection, but it was probably just that it was the same as the MQTT port that caused an issue. I will add a label to that field as it was an oversight that it is missing.

I need to check the code to see if the mqtt:// is required as I might have added it if it’s missing, and if that’s not the case then I will add it.

---

<div class="post-metadata">

### Author: ![Luis\_Chaves](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/luis_chaves/32/120866_2.png) [@Luis\_Chaves](https://community.homey.app/u/Luis_Chaves)
#### Post date: [March 8, 2026, 4:12am UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/26 "2026-03-08T04:12:28Z")

</div>

Hello,

I am trying to integrate two **LinknLink eMotion sensors** with **Homey Pro** using the **LinknLink app** and the built-in MQTT broker, but Homey cannot discover the devices.

### Configuration

- Homey IP: **192.168.1.177**

- MQTT Broker Port: **10883**

- Username: **Userlfc**

- Password: **Passlfc**

- “Use Homey built-in MQTT broker”: **Enabled**

### Sensor status

Both sensors were converted to **HA Panel** mode in the LinknLink app.

The MQTT configuration on the sensors is:

- Host: **192.168.1.177**

- Port: **10883**

- Username: **Userlfc**

- Password: **Passlfc**

The sensor shows:

```auto
MQTT connection status: Connected

```

### Problem

When trying to add the device in Homey:

```auto
Devices → Add Device → LinknLink → eMotion Pro

```

Homey reports:

```auto
"No new device found"

```

### Additional error in the Homey log

```auto
server error: listen EADDRINUSE: address already in use :::10883
Error: listen EADDRINUSE: address already in use :::10883

```

### Diagnostic report

```auto
5bbbb5b9-9c62-46b2-bcf7-7c66558da90d

```

### Question

If the sensors are already connected to the MQTT broker, should Homey automatically discover them via MQTT discovery, or is there an additional step required?

Thank you for any guidance.

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [March 8, 2026, 7:13am UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/27 "2026-03-08T07:13:36Z")

</div>

The error seems strange, so could you try restarting the app to see if it happens again?

You have specified the Homey IP address in the Homey app configuration. Is that just to show me the Homey IP or have you changed it from localhost?

What type of eMotion sensor is it?

The app should discover the devices from the MQTT broker.

---

<div class="post-metadata">

### Author: ![Luis\_Chaves](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/luis_chaves/32/120866_2.png) [@Luis\_Chaves](https://community.homey.app/u/Luis_Chaves)
#### Post date: [March 12, 2026, 6:10pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/28 "2026-03-12T18:10:19Z")

</div>

Hi Adrian, thanks for the help!

1. It is an **eMotion Ultra** sensor.

2. The IP **192.168.1.177** is the static IP of my Homey Pro. I set it manually in the settings, but I can change it back to `localhost` if needed.

3. I have already tried restarting the app several times. The log shows `eMotionUltraDriver` initialized at 08:34:10, but the ‘Detected’ list remains empty even when passing in front of the sensor.

4. My MQTT Explorer _does_ see the messages from the sensor on port 1883, but the app doesn’t seem to ‘discover’ them.

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [March 12, 2026, 7:06pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/29 "2026-03-12T19:06:24Z")

</div>

Have you got mqtt:// in front of the IP address?

---

<div class="post-metadata">

### Author: ![Luis\_Chaves](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/luis_chaves/32/120866_2.png) [@Luis\_Chaves](https://community.homey.app/u/Luis_Chaves)
#### Post date: [March 12, 2026, 7:14pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/30 "2026-03-12T19:14:02Z")

</div>

Hi Adrian, it actually works with just the IP (no `mqtt://` needed). The real issue is that the **Ultra sensor worked fine for 3-4 days and then just froze**.

When I tried to reinstall it, Homey never detected it again, even though I can see both the Ultra and the Pro working perfectly in the native Linknlink app. It seems like once they drop from the MQTT broker in Homey, they become ‘invisible’ to the app’s discovery process

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [March 12, 2026, 7:24pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/31 "2026-03-12T19:24:33Z")

</div>

The app uses the information in the MQTT broker to discover the devices, so if they are not published data then they won’t be discoverable.

---

<div class="post-metadata">

### Author: ![Luis\_Chaves](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/luis_chaves/32/120866_2.png) [@Luis\_Chaves](https://community.homey.app/u/Luis_Chaves)
#### Post date: [March 12, 2026, 7:46pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/32 "2026-03-12T19:46:23Z")

</div>

Hi Adrian,

Thanks a lot for taking the time to respond. I really appreciate your help and all the work you do for the Homey community.

To be honest, I’ve been battling with this LinknLink setup for four days now, and they definitely won this round!. As a new Homey user, I was looking for that ‘plug and play’ experience, and I think my lack of experience with MQTT is making this harder than it should be.

For now, I’m going to try some other brands to keep my setup simple while I keep learning how Homey works. I’m sure that if the problem isn’t on my end, you’ll eventually have it sorted out for everyone else.

Thanks again for the support, and I’ll probably give LinknLink another shot in the future once I have more experience.

Best regards!

---

<div class="post-metadata">

### Author: ![Quique\_Gaspar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/quique_gaspar/32/161471_2.png) [@Quique\_Gaspar](https://community.homey.app/u/Quique_Gaspar)
#### Post date: [April 14, 2026, 5:09pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/33 "2026-04-14T17:09:18Z")

</div>

Hi Adrian, I got the mqtt server connected, the homey app can see the sensor but when i try to add a new device it doesn’t find anything.

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

My device says that it is an emotion Ultra 2, could this be the problem? it only works for Ultra (not Ultra 2)? If this is the case, could you add it please?

THank you very much

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [April 14, 2026, 7:00pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/34 "2026-04-14T19:00:37Z")

</div>

Could you tap that send log button.

I’m on holiday this week, but will take a look on Sunday.

---

<div class="post-metadata">

### Author: ![Quique\_Gaspar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/quique_gaspar/32/161471_2.png) [@Quique\_Gaspar](https://community.homey.app/u/Quique_Gaspar)
#### Post date: [April 14, 2026, 7:39pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/35 "2026-04-14T19:39:55Z")

</div>

Done, thanks

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [April 18, 2026, 7:58pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/36 "2026-04-18T19:58:02Z")

</div>

> [@Quique\_Gaspar](#):
>
> My device says that it is an emotion Ultra 2

I have published a new version that should find the Ultra2

---

<div class="post-metadata">

### Author: ![Quique\_Gaspar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/quique_gaspar/32/161471_2.png) [@Quique\_Gaspar](https://community.homey.app/u/Quique_Gaspar)
#### Post date: [April 18, 2026, 10:24pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/37 "2026-04-18T22:24:54Z")

</div>

Now it’s working perfectly, thank you very much

---

<div class="post-metadata">

### Author: ![Quique\_Gaspar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/quique_gaspar/32/161471_2.png) [@Quique\_Gaspar](https://community.homey.app/u/Quique_Gaspar)
#### Post date: [April 19, 2026, 10:41am UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/38 "2026-04-19T10:41:34Z")

</div>

Hi again Adrian.I have connected a TV and AC to Ultra Device in the android app. Are you working to add this in the homey app or not for the moment? Best regards

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [April 19, 2026, 11:49am UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/39 "2026-04-19T11:49:42Z")

</div>

> [@Quique\_Gaspar](#):
>
> I have connected a TV and AC to Ultra Device in the android app. Are you working to add this in the homey app or not for the moment?

It’s not something I had thought about, but I will look into it and do my best.

---

<div class="post-metadata">

### Author: ![Quique\_Gaspar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/quique_gaspar/32/161471_2.png) [@Quique\_Gaspar](https://community.homey.app/u/Quique_Gaspar)
#### Post date: [April 19, 2026, 12:15pm UTC](https://community.homey.app/t/app-pro-linknlink-emotion/150691/40 "2026-04-19T12:15:29Z")

</div>

Great!

[Previous page](https://community.homey.app/t/app-pro-linknlink-emotion/150691.md?page=1)

[Next page](https://community.homey.app/t/app-pro-linknlink-emotion/150691.md?page=3)
