Manual alarm panel mqtt rf keypad

Good evening all,

I sure someone out there will be able to help me (again), i am trying to setup the manual alarm control panel with mqtt support to work with a rf keypad i have purchased. I have entered the config.yaml file as in the example but am having troubles getting the keypads commands to work with the frontend.

I have attached the config if you wouldn’t mind having a look for me that would be extremely appreciated.

alarm_control_panel:
  - platform: manual_mqtt
    name: Home Alarm
    state_topic: 'home/alarm'
    command_topic: 'tele/RF_Bridge/RESULT'
    qos: 1
    value_template: '{{value_json.Data}}'
    payload_disarm: "94C0C2"
    payload_arm_home: "94C0C8"
    payload_arm_away: "94C0C1"
    code_template: "94C0C1 from_disarmed to_armed_away"
    pending_time: 0
    delay_time: 0
    trigger_time: 4
    disarmed:
      trigger_time: 0
    armed_home:
      pending_time: 0
      delay_time: 0