# Alarm system using node red

**URL:** https://discourse.nodered.org/t/alarm-system-using-node-red/51569
**Category:** General
**Created:** [27 September 2021 13:40 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569 "2021-09-27T13:40:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Sirhc](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@Sirhc](https://discourse.nodered.org/u/Sirhc)
#### Post date: [27 September 2021 13:40 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569/1 "2021-09-27T13:40:47Z")

</div>

Hello

Just wondering if anyone has managed to install an alarm system which talks to node red? I am not interested in building my own alarm system, more so just being able to arm/disarm a type tested alarm system from a reputable manufacturer via my dashboard.

If anyone has managed to install such a system, can you share what you've installed ?

---

<div class="post-metadata">

### Author: ![FireWizard52](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/firewizard52/32/34508_2.png) [@FireWizard52](https://discourse.nodered.org/u/FireWizard52)
#### Post date: [27 September 2021 16:06 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569/2 "2021-09-27T16:06:28Z")

</div>

Hi, @Sirhc,

I created my own alarm system with Node Red, based on the following characteristics.

- Standard IP camera' s
- ipcam2mqtt ([GitHub - svrooij/ipcam2mqtt: IPCamera alarm to MQTT bridge inspired to the mqtt-smarthome project.](https://github.com/svrooij/ipcam2mqtt))
- tensorflow for object detection ([node-red-contrib-tensorflow (node) - Node-RED](https://flows.nodered.org/node/node-red-contrib-tensorflow))
- Alarm monitoring ([node-red-contrib-alarm (node) - Node-RED](https://flows.nodered.org/node/node-red-contrib-alarm))
- Operator Panel used:
  - Domoticz Security Device
  - Android MQTT Alarm panel ([Android MQTT Alarm Panel for Home Automation Platforms | MQTT Alarm Panel](http://thanksmister.com/android-mqtt-alarm-panel/))
  - Smart Nora Security device ([GitHub - andrei-tatar/node-red-contrib-smartnora: Node Red Google Home integration](https://github.com/andrei-tatar/node-red-contrib-smartnora))

- Notification : email and push messages to alarm panel.

I hope this will give you some idea's

Regards

---

<div class="post-metadata">

### Author: ![Sirhc](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@Sirhc](https://discourse.nodered.org/u/Sirhc)
#### Post date: [27 September 2021 22:24 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569/3 "2021-09-27T22:24:16Z")

</div>

Thanks for the response, but I'm reluctant to use node red to actually be the brains of the alarm system. Prefer for it to just act as an interface for basic arm/disarm functions.

---

<div class="post-metadata">

### Author: ![Sirhc](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@Sirhc](https://discourse.nodered.org/u/Sirhc)
#### Post date: [27 September 2021 23:08 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569/4 "2021-09-27T23:08:44Z")

</div>

I have been reading about the Konnected alarm panel, which appears to have MQTT functionality with ESPHome, but just not sure how this all ties together from a hardware/software perspective with node red.

Does anyone have this setup?

---

<div class="post-metadata">

### Author: ![Gunner](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gunner/32/43582_2.png) [@Gunner](https://discourse.nodered.org/u/Gunner)
#### Post date: [28 September 2021 06:41 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569/5 "2021-09-28T06:41:31Z")

</div>

If it devices have MQTT abilities then it shouldn't matter what the other software/hardware is, just that it can subscribe/publish the messages.

And Node-Red is fully functional with MQTT, so I recommend you focus the search/research for hardware/software security devices that support MQTT... If so, then YES you can probably use them just fine with Node-Red.

Meanwhile, start playing around with Node-Red and it's MQTT nodes... even if just sending messages and data back and forth between tabs/flows... to get the feel of the Node-Red side.

---

<div class="post-metadata">

### Author: ![fishman](https://avatars.discourse-cdn.com/v4/letter/f/839c29/32.png) [@fishman](https://discourse.nodered.org/u/fishman)
#### Post date: [22 November 2021 11:27 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569/6 "2021-11-22T11:27:20Z")

</div>

Hi I wanted to do exactly the same. I already had an alarm system installed and wanted remote control.  
It was not to difficult, I have an Accenta panel. It has a Set output which is high normally and goes to 0 volts when alarm is set, I wired this to a gpio on an esp8266 running Tasmota, which communicates easily with NR via MQTT, When set it sends a pushover message to my phone saying alarm set or unset.  
The panel also has a PTS input which can be used to arm the panel , so I have a relay on another gpio pin on the same esp8266, it is easy to operate this relay or release it from a node red flow or UI button. It has been working well for a year. Happy to give more technical info if you are still interested after all the time.

---

<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: [21 January 2022 11:28 UTC](https://discourse.nodered.org/t/alarm-system-using-node-red/51569/7 "2022-01-21T11:28:02Z")

</div>

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