# Alexa compatible motion sensor emulation

**URL:** https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641
**Category:** General
**Created:** [5 March 2019 18:53 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641 "2019-03-05T18:53:03Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![cismarine](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@cismarine](https://discourse.nodered.org/u/cismarine)
#### Post date: [5 March 2019 18:53 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/1 "2019-03-05T18:53:03Z")

</div>

I need to expose signals from node to Alexa as motion sensors.  
been looking for a node, but can't find anything.

anyone with ideas?

TIA

Bart

---

<div class="post-metadata">

### Author: ![Robbo](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/robbo/32/4491_2.png) [@Robbo](https://discourse.nodered.org/u/Robbo)
#### Post date: [6 March 2019 09:04 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/2 "2019-03-06T09:04:29Z")

</div>

What do you mean expose to Alexa? There is a notification skill if you want Alexa notifications.

See [Useful Skill for Alexa custom notifications](https://discourse.nodered.org/t/useful-skill-for-alexa-custom-notifications/7444)

---

<div class="post-metadata">

### Author: ![cismarine](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@cismarine](https://discourse.nodered.org/u/cismarine)
#### Post date: [6 March 2019 11:45 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/3 "2019-03-06T11:45:46Z")

</div>

Yes, but the only way to make her talk is to use motion sensors. I need some kind of node to do that. Otherwise it will only hang there with yellow light.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [6 March 2019 18:33 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/4 "2019-03-06T18:33:53Z")

</div>

I think you need to explain yourself a bit more. I for one have no idea what you are trying to do.

Do you mean you have a motion sensor that when it is triggered you want to send something to Alexa or do you have a motion sensor connected to Alexa and you want to send something to NR when it is activated?

---

<div class="post-metadata">

### Author: ![cismarine](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@cismarine](https://discourse.nodered.org/u/cismarine)
#### Post date: [6 March 2019 23:20 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/5 "2019-03-06T23:20:19Z")

</div>

not exactly.  
Alexa only supports motion sensors as triggers of notifications.  
I am looking for node that emulates it.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [7 March 2019 01:08 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/6 "2019-03-07T01:08:55Z")

</div>

There are many ways to use a motion sensor in node-red just do a google search 'node-red motion sensor' then you just need a way to talk to alexa and tere is a node `node-red-contrib-alexa-notifyme` that might suit your needs.

---

<div class="post-metadata">

### Author: ![cismarine](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@cismarine](https://discourse.nodered.org/u/cismarine)
#### Post date: [7 March 2019 07:48 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/7 "2019-03-07T07:48:00Z")

</div>

Not exactly.  
Notifyme will not speak. It puts message in the queue and activates yellow light.  
The only way to achieve this is to use routines that are only compatible with motion sensors.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [7 March 2019 10:12 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/8 "2019-03-07T10:12:37Z")

</div>

see, you still haven't clarrified what you are trying to do. Please provide a step by step description of what you want to happen, something like

1. a person walks toward the partillay open door
2. the person opens te door and walks in
3. the bucket of water ontop of the door tips over on the person
4. the person gets soaked with water and goes looking for the prankster

---

<div class="post-metadata">

### Author: ![cismarine](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@cismarine](https://discourse.nodered.org/u/cismarine)
#### Post date: [7 March 2019 12:01 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/9 "2019-03-07T12:01:07Z")

</div>

Just want to trigger emulated motion sensor.  
The previous actions are irrelevant.  
My original question was if such note exists that would emulate motion sensor for Alexa.

---

<div class="post-metadata">

### Author: ![cismarine](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@cismarine](https://discourse.nodered.org/u/cismarine)
#### Post date: [7 March 2019 12:19 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/10 "2019-03-07T12:19:16Z")

</div>

Ok,  
After 2 days of unsuccessful digging I am now on the right track.  
Thank you for the input.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [7 March 2019 12:23 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/11 "2019-03-07T12:23:01Z")

</div>

Please post your solution here so that anyone else looking for someting like this wil be helped out.

---

<div class="post-metadata">

### Author: ![Robbo](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/robbo/32/4491_2.png) [@Robbo](https://discourse.nodered.org/u/Robbo)
#### Post date: [14 March 2019 09:19 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/12 "2019-03-14T09:19:15Z")

</div>

@cismarine, did you ever find a solution? I wouldn't mind doing the same thing as I currently just use the notify me skill.

---

<div class="post-metadata">

### Author: ![cismarine](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@cismarine](https://discourse.nodered.org/u/cismarine)
#### Post date: [20 March 2019 13:46 UTC](https://discourse.nodered.org/t/alexa-compatible-motion-sensor-emulation/8641/13 "2019-03-20T13:46:51Z")

</div>

Sorry for late reply.  
I've been snowed over with work.  
The solution is quite simple... contrib-alexa-remote2  
You can trigger static messages which is fine, but now I am looking further... to integrate OpenCV and make the messages dynamic.
