-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ring Alarm Panic Button #83
Comments
@techoin glad to hear the plugin is working well for you! You are correct that the Ring Alarm Panic Button is not currently supported. I don't have one to test with, but I'm also hesitant to add functionality that will call the police/fire department. I know a lot of cities have a fee from the police if you have a false alarm, and I wouldn't want anyone pointing fingers at me for liability... Can you walk me through when you think it would be useful via HomeKit rather than just opening the Ring app for the panic button? |
@dgreif Let me give you quick scenario of what I am trying to accomplish I have DSC security system with envisalink IP gateway. I am able to access everything in homekit through envisalink homebridge plug-in. I can arm/disarm and monitor each wired sensor. Its monitored through a third party monitoring service. I also have Ring doorbell pro, multiple spotlight and floodlight cameras and Ring Alarm. I got Ring Alarm mainly because their Ring protect plus subscription which is required for video recording of cameras also included alarm monitoring as well. Ring alarm is good but upon giving another thought I decided not to spend money on adding ring sensors to each door and window specifically when my existing DSC system is wired, reliable and works perfectly in homekit. So I am trying to find ways to trigger Ring Alarm whenever my DSC Alarm gets triggered. That way, I can keep all existing wired sensors and get rid of other monitoring service. Since triggering alarm state is not available in homekit, I am looking at possibility of exposing Panic Button. As it is nothing but a zwave button with predefined actions, I was hoping it is possible. |
@techoin I think that is a valid use case. It will be tough for me to implement since I don't have a panic button, and I'm not sure how it works to "call it off" if you press it. I'm still deep in the SIP/live stream stuff, but I will circle back to this in a few days. |
@techoin I'll make you a deal...you send me $35 via paypal (sponsor link at top of GitHub) and I'll buy a panic button to test this with and get it added to the homebridge plugin |
@dgreif deal! sent you $35. lets hope this works. thanks again |
Not to be picky but...I didn't see any donations come through 😕 |
Got it 💵 , ordered ✅. Should have it added to the plugin sometime late next week. Thanks for the panic button! |
sure thing..looking forward for it. |
@techoin just wanted to give you an update. I received my panic button and got it set up today (thanks again for that!). Luckily my ring alarm is in practice mode right now due to a billing issue on Ring's end, so I was able to play around with triggering the alarm lots of different ways. In the end, I have code that will allow me to dispatch either police or fire 🎉. This code actually does not need to be tied to the panic button, so everyone using the plugin will get the option to add switches for these. I'm out of time for today, but wanted to get your thoughts on how we should display these switches in Home. I could add them as new |
I think putting them both in a fake device would be best. It would ensure a more intentional trigger and preserve your good will with the local departments. ;)
|
@dgreif thats great..really appreciate your efforts yes putting them in fake device will better. I just read below details on ring website for different alarms. Are you able to trigger burglar alarm and smoke/fire alarm? In those cases emergency contacts are called first and those will be perfect. In case of Panic button alarm it seems to dispatch authorities first. What happens after my Ring Alarm sends an emergency signal? Depending on the type of emergency, there are different protocols in place. Burglar Alarm: Emergency contacts are called first before the emergency responders are dispatched. If any emergency contacts are reached, they can confirm the emergency or cancel a false alarm by telling the monitoring center the verbal password. If no emergency contacts can be reached, the monitoring center may leave automated voicemails and then dispatch the police. Smoke/Fire Alarm (triggered by Smoke & CO Listener or First Alert Smoke/CO Alarm): Your first emergency contact is called first before the emergency responders are dispatched. The remaining contacts on your list are called, and if anyone can be reached, they are notified of the emergency and may be given the opportunity to cancel if it's a false alarm. If none can be reached, the monitoring center may leave automated voicemails. Carbon Monoxide (CO) Alarm: Emergency responders are dispatched first, and cannot be canceled even in the event of a false alarm. Next, all emergency contacts are called. If any contacts can be reached, they are notified of the emergency. If none can be reached, the monitoring center may leave automated voicemails. Panic Button Alarm: Police are dispatched first, then the list of emergency contacts are called until someone answers. If any contacts can be reached, they are notified of the emergency and may be able to cancel if it’s a false alarm. If none can be reached, the monitoring center may leave automated voicemails. Flood & Freeze Sensor:Your primary contact will receive an automated call from the monitoring center. If the primary contact doesn't answer the phone, the second emergency contact will receive an automated call. |
@techoin thanks for posting those descriptions, they are very helpful! My plan right now is to use the "Burglar Alarm" and "Smoke/Fire Alarm" functionality, each as their own switch within a single fake device called "Panic". Does that match the functionality you wanted to see added? |
@dgreif yes that is perfect. I can then use my DSC system burglar alarm to trigger ring burglar alarm and my nest protect smoke sensors to trigger Ring smoke/Fire alarm. |
@techoin v |
@dgreif excellent work. just updated and tested few times with self monitoring and worked perfectly. I will perform few more tests tomorrow afternoon and confirm. Thanks again. |
@dgreif all good...everything is working as expected. thanks again. |
@techoin glad to hear it's working well for you! I think this is a great addition to the plugin, so thank you for the request! |
Hi @ll question for function of panic button do the button turm on all sirens or hust the sirene of the base station ? |
This plugin is amazing. I have ring pro, spotlight cams and alarm. Everything works as expected. Thanks @dgreif
Is it possible to expose Ring Alarm Panic Zwave Button accessory as homekit switch something similar to Siren? Have not tried it yet but from description it seems currently not supported
The text was updated successfully, but these errors were encountered: