Sometimes the indicator light is going off and so the keypad is not showing what it’s status. This is a little bit confusing.
Is someone else experiencing this? And are there are any hints how to solve this?
It’s a setting. By default the status is only showing when motion is detected. You can turn it always visible with one of the parameters.
Sure. That’s what I understand. And usually it’s working without any issues.
But for some reasons sometimes it seems that the Ring Keypad is losing it’s alarm status. And therefor no indicator light is switching on if motion is deteced.
I thought maybe it’s related to restarting HA or zwavejs2mqtt but that’s not the case.
Hi,
It is possible to use the Arm Vacation from alarmo and asign to one of the 3-option buttons on the left side, police, fire or medical?
Thanks
Sure. The blueprint has custom action slots for those buttons. Just set the handler to call alarm_control_panel.alarm_arm_vacation
. The only caveat is that that won’t work if you want to require a code when arming. The keypad doesn’t send a code when you use the emergency buttons.
Hi Guys,
I am just about to setup my Alarmo alarm and was looking for a physical keypad. This looks absolutely perfect. I currently am using Z-wave JS. Will I be able to pair the keypad with this and then use the Blueprint?
Correct, works almost perfect!
Thank you,
When you say it works almost perfectly what doesn’t work? For anyone else reading this is it more beneficial to use Z-Wave MQTT? I switched over to Zigbee2MQTT last year and have been thinking about switching my Z-Wave as well. The only thing that makes me a little nervous is that I have 3 Schlage Z-Wave Plus locks setup and running the excellent Keymaster add on. Would I have to reconfigure my Z-Wave devices?
I have to disable the built in motion sensor in the Ring keypad (for the keys to light up when you are near) because otherwise I sometimes get disconnections between keypad and zwave USB stick. My 2 keypads are installed in well lit rooms, so I don’t need it anyway… Very happy with it!
This is OT here, but Zigbee2MQTT and Z-Wave JS UI (formerly Z-WaveJS2MQTT) have got nothing in common other than the (former) name. MQTT is strictly optional with Z-Wave JS UI and the only difference from the Z-Wave JS add-on with regard to HA is that there’s an additional management UI. Both add-ons use the Z-Wave JS integration.
I’m having issues pairing the keypad with the zwave stick. Can anyone guide me through how to do it?
I put together some tips here: Using the Ring Alarm Keypad with Home Assistant - #156 by ImSorryButWho . Luckily, things are a lot easier now that Smart Start works.
Thanks for making the blueprint! I get a “No matching devices found“ error when trying to select the Keypad Device.
Any ideas why?
The keypad is paired using Zwave JS UI, I believe formerly known as Zwave2MQTT.
I have confirmed that HA is receiving messages from the keypad.
Any tips most appreciated!
It shows Ring
Keypad v2 (4AK1SZ)
by Ring
Firmware: 1.18.0
Is this screen shot from Zwave JS or Zwave JS UI?
It makes no difference from the HA side. The blueprint is just looking for a device with a manufacturer of Ring, so… I’m a bit stumped as to what might be going wrong.
Perhaps the manufacturer info is not passed through to the core mosquitto Mqtt broker?
Oh, you’re using MQTT? Yeah, that’s untested and probably the problem. ZWaveJS UI (nee ZwaveJS2MQTT) fully supports the normal Home Assistant websocket integration method, and I’d strongly suggest going that way. AFAIK you can still use the MQTT connection as well if you want to integrate with something third party, but going direct to HA is the expected and supported configuration.