Keyboard Shortcuts
Likes
Search
Crestron Lutron QSX Keypad Emulation
Hi,
We're currently working on a big Lutron & Crestron project and having an issue with the crestron emulating/controlling/triggering a button press on a physical keypad.?Ive got the v1.2 Lutron drivers from the application market. Keypad is setup as toggles with 1 button per circuit (each with cycle dim), button 1 on each keypad also has a double tap for a predefined scene and the last button on every keypad is a single action "room off" Ive programmed the Crestron and have set the mode as PressHoldRelease. When tapping the button via the Crestron the LED on the matching keypad button just flashes and does not toggle the circuit on. (Its like the Lutron believes/is acting like the button has been held?) When the circuit is already on and you press+hold the button on the crestron then the applicable circuit does cycle dim.? Double tapping the button on the Crestron also just causes the LED on the keypad to flash and the lights don't toggle.? The single press "Room Off" does work from the Crestron.? Any thoughts? |
¿ªÔÆÌåÓýTry turning the cycle dim off in the lutron program and see if you are able to control the lights again.On Aug 25, 2022, at 6:55 AM, charliehibbins <charlie@...> wrote:
|
¿ªÔÆÌåÓýI don¡¯t know about a module but IIRC the protocol for Lutron includes discreet ¡°Press¡±, ¡°Release¡±, and ¡°Tap¡± (which is essentially press with immediate release) ¨C IIRC Lutron press+hold is just ¡°send press when you press the Crestron button and send release when you release the Crestron button¡± ¨C but again everything I¡¯ve done with Lutron has been via a SIO. ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of charliehibbins
Sent: Thursday, August 25, 2022 9:55 AM To: [email protected] Subject: Re: [crestron] Crestron Lutron QSX Keypad Emulation ? Thanks, but my question isn't about the LED feedback...... |
Just wanted to see if there was a resolution to this issues.? It does whether I am using v1.0 or v1.2 modules.
Phantom button is a Press for scene/Hold for cycle dim. depending on the parameter setting? of the module.? I either get the Scene recall or I get the cycle dim function, but not both. parameter set for press/release = Scene recall and no cycle dim parameter set for press/hold/release = Cycle Dim and no scene recall.? Unless the button doesn't have cycle dim option, then the scene recall works. |
I had this issue recently with just one button of 64.
I found a quick work around just to leave on a Friday. I used an SIO and send (not exact as I'm camping, and doing this from memory) #Device,<deviceID>, 4/n Usually a 3 is sent for press. A 4 is sent for release, And works every time. If your looking for hold or double tap, good luck. |
Thanks Mike!? I left you a voicemail this morning.? Give me a shout back when you get a chance.
toggle quoted message
Show quoted text
On Tue, Jan 24, 2023 at 10:18 AM, @MikeSpadafora wrote: Hey there! I'm a developer for Control Concepts and we actually wrote this module suite. If you're still experiencing issues with this, we'd love to take a look and give you a hand.? |
On Fri, Aug 11, 2023 at 05:03 AM, charliehibbins wrote:
Does anybody know if there is a solution for this? I worked with Jen E. from ControlConcepts on this and we bounced around a bunch of attempts.? Unfortunately, we weren't able to get a resolution from the modules themselves.? I don't exactly recall why, something to do with the feedback the Lutron QSX system is kicking back.? There is a way to do the press/hold dimming concept outside of the module, unfortunately it created a lot of work for this particular project having to monitor load levels and determining when a load was >0 or =0.? Basically, put a press and hold on the button itself, if held and the level = 0, hold the dim+ command.? If load > 0 dim- command.? The caveat to this was the Lutron system doesn't report its actually load level until ramping is complete so there is some more juggling you need to do for seamless UI presentation. We just had way too many loads to do this with on this project and I didn't want to spend the time working it all out ($$$).? We ended up just doing on/off's for each load then setting a High, Medium, Low preset scene for each room. We have a couple QSX systems coming up here this month (for some reason we have been lucky in getting QS systems this summer, probably due to backorders) so I will be revisiting this topic soon and most likely will strip down the CC module and build it out to accomplish this.? From what Jen told me, they didn't plan on updating their module quite yet. Hope this helps. |
On Fri, Aug 11, 2023 at 01:41 PM, ckangis wrote:
I'm curious for future use:Answering my own question...in a word...YES...:( And not in a good way, IMO... |