Jump to content
C4 Forums | Control4

Keypad Up/Down Tracking


Recommended Posts

Trying to program keypads and need a little help here.  So I have the up/down buttons set to tracking.  This works great if the “music” button is single pressed and you can thus control volume.  My issue is that if a different button is later pressed, say “fireplace” then the up/down follow the “fireplace” button now instead of the “music” button.  Use case of course is you single tap  “music” to start music, then later press “fireplace” to turn on fireplace; but then later you want to adjust the volume of the music playing.  So I tried to solve by programming the following:

when “fireplace” pressed

IF room in listen mode

-delay 15 seconds

-press the music button

 

But this doesn’t do the trick - does anyone know why this solution doesn’t work and do you have the right solution to solve this?

Link to comment
Share on other sites


Easiest I know of is to create a variable and put it on a timer. ie 

If Music is pressed set Kitchen Keypad Variable to On

If Fireplace is pressed set Kitchen Keypad Variable to Off

--> Delay 10 seconds
--> Set Kitchen Keypad Variable to On

? If Volume up is pressed

? If variable is on 
-> raise volume
Else
? If variable is off
-> Raise fireplace flame

 

 

You get the idea. Can do a delay or start a timer.

 

Link to comment
Share on other sites

1 hour ago, Neo1738 said:

Easiest I know of is to create a variable and put it on a timer. ie 

If Music is pressed set Kitchen Keypad Variable to On

If Fireplace is pressed set Kitchen Keypad Variable to Off

--> Delay 10 seconds
--> Set Kitchen Keypad Variable to On

? If Volume up is pressed

? If variable is on 
-> raise volume
Else
? If variable is off
-> Raise fireplace flame

 

 

You get the idea. Can do a delay or start a timer.

 

Thank you @Neo1738 - appreciate you responding so quickly.  I can certainly handle it that way - that’s a good solution and will redo with that.  

In thinking about it, maybe I misinterpreted the meaning of the “track last button” option under the up/down keys device properties.  I thought that meant that if there’s a press of a button it would follow that button’s behavior (as programmed under the programming tab for tracking the associated actions for up/down) - but when I do it the way I explained above that doesn’t work when the press is via programming - even though it works when you physically press the button and the programming of the up/down tracking is specific to that action (ie music/lamps/etc).  But maybe “track last button” means something different?

Link to comment
Share on other sites

Yeah I think the way you did it is good if you use it sporadically but in order to get it to track I'm not sure if there is an easier option without being home. Some of the more experienced ppl might be able to get something more simple that you can change to. Could always throw this programming into a macro make it easier to clean up later if get a better way. 

Link to comment
Share on other sites

10 hours ago, chopedogg88 said:

Personally, I find that the track last button is more confusing for most of my clients, with some undesirable side effects, and generally try to just leave up/down arrows for volume control.

Thanks Ari - curious what your best practice is if you have two+ buttons on a keypad that do need to use up/down?  For instance (as is my case) you have a music button but also lamps or shades (where lamps and shades can use the up/down to adjust lamp brightness or shade height).  How have you found is best for people?  My thought was if music is playing then up/down should control volume always, unless the person just pressed another button, in which case up/down would be linked to that other button in their mind (ie wife listening to music, then wants to adjust the shades, etc) - but then after they haven’t interacted with the keypad for a bit up/down reverts to volume control because that’s logical to control volume when music is on.  So that was my thought with the delay function - which I’ll now implement with variable programming as you guys suggested (appreciate that feedback)….

But maybe people use something like the keypad enhancer or keypad audio drivers from Domosapiens for simplification or additional function?   I haven’t purchased these because it is hard to see what they add that can’t already be programmed (other than press/hold and led flashing which are cool)…….

Link to comment
Share on other sites

  • 7 months later...

Sorry to revive old thread, but I had same question and am using a different approach to "force tracking" back to Music/Volume and thought I would share in the searchable record.  

I found that sending a "release" signal to the Music Button (or any button) is enough to make the tracking switch to that button.  Since you would not generally program off of "release" on a button that you are already programming off of Taps, I haven't found any negative or unintended consequences.   I plan to use the same approach to other stuff.  

If music is playing, I switch tracking to music.  If no music is playing, I switch tracking to lights.  So if someone enters a room, turns on lights, opens blinds (in that order), and then 30 mins later uses up/down again, I think they expect it to control dim level of lights (so force tracking to that).  If, on the other hand, they enter a room with music playing (whether or not they started it with music button) I think they expect Up/Down to control volume, so I force the tracking to that.

Link to comment
Share on other sites

24 minutes ago, cnicholson said:

Sorry to revive old thread, but I had same question and am using a different approach to "force tracking" back to Music/Volume and thought I would share in the searchable record.  

I found that sending a "release" signal to the Music Button (or any button) is enough to make the tracking switch to that button.  Since you would not generally program off of "release" on a button that you are already programming off of Taps, I haven't found any negative or unintended consequences.   I plan to use the same approach to other stuff.  

If music is playing, I switch tracking to music.  If no music is playing, I switch tracking to lights.  So if someone enters a room, turns on lights, opens blinds (in that order), and then 30 mins later uses up/down again, I think they expect it to control dim level of lights (so force tracking to that).  If, on the other hand, they enter a room with music playing (whether or not they started it with music button) I think they expect Up/Down to control volume, so I force the tracking to that.

Confirming
You send a programming level release Kitchen keypad button 3 (labeled Music) and the up down now track that as the last selection.
If you later send a programming release to Kitchen keypad button 1 (labeled Ceiling Light) the up down now track that as the last selection.
Without anybody actually pressing any of the physical keypad buttons?

Link to comment
Share on other sites

On 11/29/2022 at 3:30 PM, RAV said:

Confirming
You send a programming level release Kitchen keypad button 3 (labeled Music) and the up down now track that as the last selection.
If you later send a programming release to Kitchen keypad button 1 (labeled Ceiling Light) the up down now track that as the last selection.
Without anybody actually pressing any of the physical keypad buttons?

Correct

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.