I’ve a Heiman RC-EF-3.0 remote control with 4 buttons: (arm_away, arm_home, panic, disarm).
This is sweetly connected to the ConBee II integration, interviewed and joined, and the master code can be entered into the config there.The first 3 buttons then work seamlessly, and interact with the Alarm Control Panel as expected, but the last disarm button is a complete mystery.
When I press the “disarm” button, then in the logbook I see: HEIMAN RC-EF-3.0 Arm event was fired. Within the automation screens I don’t see any way to catch this button press. Curiously, this event appears to be sent 3 times on each press, and the standard behaviour of the control panel is to respond to 3 “failed code entries” with an alarm trigger. The effect of this is to trigger the alarm each time the disarm button is pressed. I can workaround this false-positive by setting the number of failed code entries higher, but it’s a kludge.
If anyone has any helpful suggestions, to make the disarm button press actually disarm the alarm, rather than to trigger it, I’d appreciate any pointers. Many hopeful thanks in advance.
Perfect, so now you know how, you should be able to use the buttons while listing to the above data and pick out pretty much any line of the event data that is unique to the disarm button and use that as a trigger and/or a condition etc.
Oooh, quickly looking, that’s very nearly working. Haven’t used this event listening before, very cool. Will have to take some time later to make sure it’s quite right.
Apologies for reviving an old post, but I have just received two of these ZigBee key fobs and am experiencing the exact same issue.
It is quite frustrating to see it integrate as an alarm panel instead of buttons, i was hoping we could somehow change the type of device it enrolls as but have had no luck so far.
With your solution, does this still fire the automation 3 times? How you do you ignore the other 2 events generated?
I don’t, at least not explicitly. When the button is pressed I call a script to handle the next steps. This script changes a state and later repeat calls will be ignored if the state has changed. Think flag.