csuermann / node-red-contrib-virtual-smart-home

Node-RED nodes to interact with Amazon Alexa for controlling virtual or physical smart home devices
93 stars 16 forks source link

Node-Red and Ring Doorbell #203

Closed bobloeffler closed 1 year ago

bobloeffler commented 1 year ago

Hi Cornelius,

I would like a notification sent to my wireless IoT device whenever someone presses the ring button on my Ring Doorbell 3. I was hoping that the Ring doorbell would send a signal to Alexa and then Alexa could send a signal (skill?) to your VSH node in my Node-Red and then Node-Red could send an MQTT message to my MQTT broker which would then send the message to my IoT device (an esp8266 microprocessor that has LEDs that light up). Do you know if that is possible with your node? Or some other way?

Thanks, Bob L

csuermann commented 1 year ago

Hi Bob,

I believe that should be possible by configuring a routine in the Alexa app which reacts to your Ring doorbell event and then triggers a state change of an VSH device. Once you have managed to route the signal to VSH / Node-RED, you should be able to do anything with it.

bobloeffler commented 1 year ago

Great! Thank you, Cornelius. I’ll give it a try.

Bob Loeffler

From: Cornelius Suermann @.> Sent: Thursday, August 17, 2023 11:03 PM To: csuermann/node-red-contrib-virtual-smart-home @.> Cc: Bob Loeffler @.>; Author @.> Subject: Re: [csuermann/node-red-contrib-virtual-smart-home] Node-Red and Ring Doorbell (Issue #203)

Hi Bob,

I believe that should be possible by configuring a routine in the Alexa app which reacts to your Ring doorbell event and then triggers a state change of an VSH device. Once you have managed to route the signal to VSH / Node-RED, you should be able to do anything with it.

— Reply to this email directly, view it on GitHubhttps://github.com/csuermann/node-red-contrib-virtual-smart-home/issues/203#issuecomment-1683396551, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKXWRWWZJQ3GS6K2G7GA6DTXV4ARJANCNFSM6AAAAAA3TVFT2I. You are receiving this because you authored the thread.Message ID: @.***>

CONFIDENTIALITY NOTICE: This email, including any attachments, may contain confidential health information that is protected by the Health Insurance Portability and Accountability Act (HIPAA) and is intended solely for the use of the designated recipient(s). If you are not the intended recipient or authorized representative, any review, dissemination, disclosure, distribution, copying, or other use of this information is strictly prohibited. If you have received this email in error, please notify the sender immediately and delete all copies of this message from your system.

bobloeffler commented 1 year ago

Hi Cornelius,

I was able to get it to work! It took a few hours because Alexa (I think) didn't see the doorbell as a device (or VSH?) as a device. I had to set it up as a "scene". It was very confusing and is hard to explain. Anyway, it's working now. My IoT device lights up when I press the doorbell's button. Thanks!

Bob L