# Aquara Door Sensor

**URL:** https://discourse.nodered.org/t/aquara-door-sensor/66381
**Category:** General
**Created:** [13 August 2022 05:02 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381 "2022-08-13T05:02:01Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![abreyen](https://avatars.discourse-cdn.com/v4/letter/a/49beb7/32.png) [@abreyen](https://discourse.nodered.org/u/abreyen)
#### Post date: [13 August 2022 05:02 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/1 "2022-08-13T05:02:01Z")

</div>

Hello!

I recently purchased [Aquara door sensors](https://www.amazon.com/dp/B07D37VDM3) and their accompanying [hub](https://www.amazon.com/dp/B09BJCNCKM).

Is there an easy way to get the sensors seen by Node Red to create a flow to notify if a door is left open?

If this brand isn't particularly supported by node red, what brand would you suggest?

---

<div class="post-metadata">

### Author: ![MecatronicaMADE](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@MecatronicaMADE](https://discourse.nodered.org/u/MecatronicaMADE)
#### Post date: [13 August 2022 05:14 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/2 "2022-08-13T05:14:21Z")

</div>

Hi @abreyen maybe this could helps you [All Aqara sensors in NodeRED](https://flows.nodered.org/flow/9a68e729aacf7fe4d944e6e57ef1973a), personally, I prefer sonoff sensor, because you can flash tasmota firmware and enable MQTT protocol, also [shelly door sensor](https://shelly.cloud/products/shelly-door-window-2-smart-home-automation-sensor/) its come with MQTT protocol inside. I hope this can helps you!

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [13 August 2022 10:14 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/3 "2022-08-13T10:14:51Z")

</div>

The Aquara sensors use Zigbee wireless. So actually, you don't really need their hub but rather a "dongle" Zigbee adapter for your node-red server. You would then install the free Zegbee2MQTT and the Mosquitto MQTT broker and then you can access all the data in Node-RED. Check out the Zigbee2MQTT website for recommended Zigbee dongles.

In most cases, Zigbee will be better than WiFi for sensors and controls and with the addition of low-cost mains-powered Zigbee units strategically placed, you can also easily extend the network.

The Aquara units are known to be well made and reliable I believe. [Ikea](https://www.amazon.com/s?k=ikea+zigbee) Zigbee units are also good value and well made.

> [@MecatronicaMADE](#):
>
> I prefer sonoff sensor, because you can flash tasmota firmware and enable MQTT protocol

Tasmota is for WiFi which is OK for powered units but not so good for battery ones and you are dependent on the position of your access point(s). So though Zigbee requires a little more initial setup, once done, adding units and extending the network is trivial and cost effective. You also don't have to mess with trying to battle with custom firmware installs either.

---

<div class="post-metadata">

### Author: ![MecatronicaMADE](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@MecatronicaMADE](https://discourse.nodered.org/u/MecatronicaMADE)
#### Post date: [14 August 2022 16:41 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/4 "2022-08-14T16:41:28Z")

</div>

I meant [Sonoff ZB - door sensor](https://sonoff.tech/product/smart-home-security/snzb-04/) (that use Zigbee, no WiFi), the only thing that you need to do is flash your [Gateway or Bridge Zigbee](https://sonoff.tech/product/smart-home-security/zbbridge/) with Tasmota firmware, that is the only device that not use battery, for sure.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [14 August 2022 17:05 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/5 "2022-08-14T17:05:05Z")

</div>

> [@MecatronicaMADE](#):
>
> flash your [Gateway or Bridge Zigbee](https://sonoff.tech/product/smart-home-security/zbbridge/) with Tasmo

Why do you do that?

---

<div class="post-metadata">

### Author: ![MecatronicaMADE](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@MecatronicaMADE](https://discourse.nodered.org/u/MecatronicaMADE)
#### Post date: [14 August 2022 17:10 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/6 "2022-08-14T17:10:40Z")

</div>

> [@Colin](#):
>
> Why do you do that?

Amm, I only do this when i want to use local communication (offline) via MQTT with my sensors...

Sesor -\> zigbee -\> Bridge ZB -\> MQTT -\> Node-RED -\> Dashboard

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [14 August 2022 18:11 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/7 "2022-08-14T18:11:42Z")

</div>

Oh I see, I don't do it that way. I use a zigbee controller plugged into the pi or pc and use zigbee2mqtt to interface with mqtt. Then there is no flashing to do. It is all off the shelf hardware and s/w.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [14 August 2022 20:58 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/8 "2022-08-14T20:58:46Z")

</div>

The Zigbee controller I use is this one. [SONOFF Zigbee 3.0 USB Dongle Plus - SONOFF Official](https://sonoff.tech/product/diy-smart-switch/sonoff-zigbee-dongle-plus-efr32mg21/)

---

<div class="post-metadata">

### Author: ![MecatronicaMADE](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@MecatronicaMADE](https://discourse.nodered.org/u/MecatronicaMADE)
#### Post date: [15 August 2022 00:51 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/9 "2022-08-15T00:51:39Z")

</div>

This solution looks more interesting...thank you for share!

---

<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: [14 October 2022 00:52 UTC](https://discourse.nodered.org/t/aquara-door-sensor/66381/10 "2022-10-14T00:52:34Z")

</div>

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