# How integrate existing HomeKit accessories?

**URL:** https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513
**Category:** General
**Created:** [4 July 2020 18:43 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513 "2020-07-04T18:43:13Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![deboiph](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@deboiph](https://discourse.nodered.org/u/deboiph)
#### Post date: [4 July 2020 18:43 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513/1 "2020-07-04T18:43:13Z")

</div>

Hello,

I would like to implement a data logger potentially via node-red. Is there a plug-in allowing to retrieve data from HomeKit accessories like a temperature sensor (from an existing bridge)? The few ones that I found emulate HomeKit accessories via a new bridge, which is not what I’m looking for.

Thanks

---

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [5 July 2020 05:08 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513/2 "2020-07-05T05:08:28Z")

</div>

You cannot access existing devices (and their data) from homekit. The reason why homekit nodes/homebridge/homebridgetomqtt exist, is to control and "know" the things you are looking for.

Some devices expose a separate API so that you can read the data and control them (like Hue).  
What device are you trying to read ?

---

<div class="post-metadata">

### Author: ![deboiph](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@deboiph](https://discourse.nodered.org/u/deboiph)
#### Post date: [5 July 2020 07:16 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513/3 "2020-07-05T07:16:50Z")

</div>

Thanks for this confirmation. It’s bad news but that’s what I was expecting.

I would like to read from Aqara sensors. I have the Aqara hub v3 which is compatible with HomeKit but has no developer mode (at least so far) allowing to connect to and read from it. The only possibility I see would be to sniff the zigbee protocol via a reader card plugged in my pi and integrate with MQTT.

---

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [5 July 2020 07:41 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513/4 "2020-07-05T07:41:36Z")

</div>

> The only possibility I see would be to sniff the zigbee protocol via a reader card plugged in my pi and integrate with MQTT.

[zigbee2mqtt](https://www.zigbee2mqtt.io) exists for those reasons indeed.

---

<div class="post-metadata">

### Author: ![deboiph](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@deboiph](https://discourse.nodered.org/u/deboiph)
#### Post date: [5 July 2020 07:52 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513/5 "2020-07-05T07:52:13Z")

</div>

I was just looking at [Zigbee2Tasmota](https://tasmota.github.io/docs/Zigbee/) as I recently experimented flashing Sonoff basic switches with Tasmota and it works quite well.

I discovered node-red recently and it’s quite powerful and easy at the same time. I had hope it could help to achieve my goal by reading data (or notifications) from HomeKit, las! 😪

---

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [5 July 2020 08:46 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513/6 "2020-07-05T08:46:19Z")

</div>

zigbee2tasmota looks complicated compared to zigbee2mqtt.

The main thing to replace the aqura hub is to use a zigbee usb stick and use that as the hub, then you can control create/control your own homekit devices.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [3 September 2020 08:46 UTC](https://discourse.nodered.org/t/how-integrate-existing-homekit-accessories/29513/7 "2020-09-03T08:46:21Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
