Changes for page Zummesh Keypad Custom Programming
Last modified by Mark Kohlmann on 2024/04/05 19:48
From version 6.2
edited by Mark Kohlmann
on 2021/07/22 23:51
on 2021/07/22 23:51
Change comment:
There is no comment for this version
To version 6.1
edited by Mark Kohlmann
on 2021/07/22 23:48
on 2021/07/22 23:48
Change comment:
Uploaded new attachment "1626997728072-241.png", version {1}
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +6,3 @@ 1 -(% class="box warningmessage" %) 2 -((( 3 -Buttons 5 and 6 do not appear to be working, we are consulting with Crestron 4 -))) 5 - 6 6 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. 7 7 8 8 Requirements: ... ... @@ -49,8 +49,6 @@ 49 49 50 50 ==== Automatic Setup: ==== 51 51 52 -This method will automatically enable all buttons to report to ShowRunner™ 53 - 54 54 * Console to ShowRunner 55 55 * Obtain the keypad address by querying the devices on the NETBRIDGE: 56 56 ##sr zummesh show devices [Gateway IP-ID in hex] [NETBRIDGE RF-ID in hex]## ... ... @@ -58,28 +58,12 @@ 58 58 [[image:1626996842264-632.png]] 59 59 * Setup the keypad buttons that will report to ShowRunner™: 60 60 ##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]## 61 -Example: ##sr zummesh keypad custom buttons B0 1A 52E5 1 1-6##54 +Example: sr zummesh keypad custom buttons B0 1A 52E5 1 1-6 62 62 [[image:1626997279912-938.png]] 63 63 64 64 ==== Manual Setup: ==== 65 65 66 -Use this setup method if you wish to assign specific ShowRunner™ button IDs to ZUMMESH-KPs or selective send buttons to ShowRunner™ 67 - 68 68 * Connect to RF Gateway console 69 -* ##RFRCON [NETBRIDGE RF-ID] DISPLAYDEVICES## to obtain the Addr of the Keypad60 +* RFRCON [NETBRIDGE RF-ID] DISPLAYDEVICES 70 70 [[image:1626997350133-604.png]] 71 -* Calculate Button IDs: 72 -Keypad IDs are 1 to 255 73 -Button Numbers are 1 to 6 74 -Tap Action is 0 75 -Hold Action is 1 76 -Release Action is 2 77 -ExportId = (Keypad ID << 8) + (Button Number << 4) + ButtonAction 78 -Example for keypad id of 2 button 2 w/ hold action 79 -##(2 << 8) + (2 << 4) + 1 = 545 or 221h## 80 -Example for keypad id of 128 button 5 w/ tap action 81 -##(128 << 8) + (5 << 4) + 0 = 32848 or 8050h## 82 -* Send command per button to enable reporting: 83 -##rfrcon [NETBRIDGE-RFID] setbuttfunc [KEYPAD ADDRESS] [ButtonNumber] 22 [Tap-ExportID in hex] [Hold-ExportID in hex] [Release-ExportID in hex] 84 -rfrcon 03 setbuttfunc 52E5 2 22 220 221 222## 85 -[[image:1626997728072-241.png]] 62 +*