Zummesh Keypad Custom Programming

Version 5.2 by Mark Kohlmann on 2021/07/22 23:42

ShowRunner™ supports receiving button presses from ZUMMESH-KP* keypads.  AV keypads have not been verified for support yet, this only applies to regular lighting keypads.  Overriding buttons is done on per button basis.

Requirements:

  • JBOX w/ NETBRIDGE
  • ZUMMESH Firmware v1.07.016 or newer
  • NETBRIDGE defined in ShowRunner as a load controller
  • ZUMMESH-KP or ZUMMESH-KPBATT (Excludes ZUMMESH-KPAV series keypads)
  • ShowRunner™ 3.004 or newer

Keypads have 6 buttons, each can be exported individually:
ZUMMESH-KP Buttons.png

Keypad definition in ShowRunner config:

DeviceConnectionId is the KeypadId used to uniquely identify the ZUMMESH-KP.  This must be between 1 and 255.
DeviceHostId is the IP-ID of the RF Gateway that owns the NETBRIDGE
DeviceHostBranch is the RF-ID of the NETBRIDGE on the gateway
Model may be the actual keypad model excluding the color and finish.  Example ZUMMESH-KP10GBATT-GRY-S is "ZUMMESH-KP10GBATT".  "ZUMMESH-KP" or "ZUMMESH-KPBATT" may also be used.

    "7": {
      "AreaId": 2,
      "LinkedAreaIds": null,
      "Id": 7,
      "Name": "Zummesh KP",
      "DeviceConnectionId": "1",
      "DeviceHostId": "B0",
      "DeviceHostBranch": 5,
      "SerialNumber": "",
      "DisableOff": false,
      "DisallowDisable": false,
      "FlipRaiseLower": false,
      "MasterRaiseButtonIndex": 0,
      "MasterLowerButtonIndex": 0,
      "HoldTime": 0.5,
      "DoubleTapTime": 0.5,
      "Model": "ZUMMESH-KPBATT",
      "Enabled": true,
      "KeypadType": "A",
      "ControllerIds": [],
      "DirectLoadIds": null,
      "Actions": null,
    }

Automatic Setup:

  • Console to ShowRunner
  • Obtain the keypad address by querying the devices on the NETBRIDGE:
    sr zummesh show devices [Gateway IP-ID in hex] [NETBRIDGE RF-ID in hex]
    Example: sr zummesh show devices B0 1A
    1626996842264-632.png
  • Setup the keypad buttons that will report to ShowRunner™:
    sr zummesh keypad custom buttons [Gateway IP-ID] [NETBRIDGE RF-ID] [Keypad Address] [Keypad Id] [List of Buttons to Override Local Logic, comma/dash separated list]
    Example: sr zummesh keypad custom buttons B0 1A 52E5 1 1-6
    1626997279912-938.png

Manual Setup:

  • Connect to RF Gateway console
  • RFRCON [NETBRIDGE RF-ID] DISPLAYDEVICES
    1626997350133-604.png
  •