@Neil_Brownlee I hope you are still active… I see you have experience with the Hive Keypad001.
I have just got a 2nd hand unit and I am trying to get it work with alarmo… I have been trying and failing for 3 days now, setting it up, removing it, banging head on the desk and it is close to going back on ebay and getting repaced with a ring keypad rev2 (as they seem to work better “they say”.
I have alarmo working arm and disarm and showing my door sensors, they are cheap tuya (flashed with openbekken to remove them from the cloud) sensors and do not work to trigger the alarm as other expensive sensors do, but they do work once I set them to trigger by mqtt automation and this side all works in a fashion.
I have the keypad setup and I can arm and disarm alarmo no problems via the keypad but… the big block in the road that I am stuck on is getting alarmo to tell the keypad it is alarmed or disarmed. I have tried loads of different mqtt settings but I keep getting errors .
here is the latest error
error 2024-01-08 15:38:17: Publish ‘set’ ‘command’ to ‘0x000d6ffffec6f7b9’ failed: ‘Error: command is not a object, got string (“DISARM”)’
error 2024-01-08 15:38:40: No converter available for ‘state’ (“disarmed”)
error 2024-01-08 15:38:40: No converter available for ‘event’ (“COMMAND_NOT_ALLOWED”)
error 2024-01-08 15:38:40: Publish ‘set’ ‘command’ to ‘0x000d6ffffec6f7b9’ failed: ‘Error: command is not a object, got string (“DISARM”)’
error 2024-01-08 15:39:21: No converter available for ‘event’ (“ARM_AWAY”)
error 2024-01-08 15:39:21: No converter available for ‘delay’ (60)
error 2024-01-08 15:39:21: No converter available for ‘state’ (“arming”)
error 2024-01-08 15:39:21: No converter available for ‘event’ (“COMMAND_NOT_ALLOWED”)
error 2024-01-08 15:39:21: Publish ‘set’ ‘command’ to ‘0x000d6ffffec6f7b9’ failed: ‘Error: command is not a object, got string (“ARM_AWAY”)’
error 2024-01-08 15:41:13: Publish ‘set’ ‘arm_mode’ to ‘0x000d6ffffec6f7b9’ failed: ‘Error: CommandResponse 0x000d6ffffec6f7b9/1 ssIasAce.panelStatusChanged({“panelstatus”:3,“secondsremain”:0,“audiblenotif”:0,“alarmstatus”:0}, {“sendWhen”:“fastpoll”,“timeout”:10000,“disableResponse”:false,“disableRecovery”:false,“disableDefaultResponse”:true,“direction”:1,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null,“writeUndiv”:false}) failed (Data request failed with error: ‘MAC transaction expired’ (240))’
error 2024-01-08 15:44:22: Publish ‘set’ ‘arm_mode’ to ‘0x000d6ffffec6f7b9’ failed: ‘Error: CommandResponse 0x000d6ffffec6f7b9/1 ssIasAce.panelStatusChanged({“panelstatus”:0,“secondsremain”:0,“audiblenotif”:0,“alarmstatus”:0}, {“sendWhen”:“fastpoll”,“timeout”:10000,“disableResponse”:false,“disableRecovery”:false,“disableDefaultResponse”:true,“direction”:1,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null,“writeUndiv”:false}) failed (Data request failed with error: ‘MAC transaction expired’ (240))’
D I need to tell alarmo to publish mqtt to the topic set in the hive keypad blueprint? or what settings do I need to configure to the alarmo to tell the keypad the alarm is set or disabled ??
I can provide more info if needed.