Put remote into a device selection from Macro

This is the JP1 beginners forum. There's no such thing as a stupid question in here, so post away, but this forum is just for JP1 users and people considering JP1, non-JP1 users please use the appropriate forum above!

Moderator: Moderators

Post Reply
woh
Posts: 29
Joined: Thu Jan 06, 2011 12:15 am
Location: Colorado

Put remote into a device selection from Macro

Post by woh »

I want to be able to select the input of my TV to a device and at the same time have the remote be in the device mode. For example I want to select TV antena on the TV but to operate the TV, the remote has to be in the TV device mode.

I can do the input selection fine with a macro but can not select the Device mode from the same macro??
Werner
mdavej
Expert
Posts: 4642
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

Putting the TV command at the end of your macro should do it. If not, post your IR file so we can see exactly what you're doing.
woh
Posts: 29
Joined: Thu Jan 06, 2011 12:15 am
Location: Colorado

Post by woh »

mdavej wrote:Putting the TV command at the end of your macro should do it. If not, post your IR file so we can see exactly what you're doing.
I'm trying to enable the cable device button but it will not work. I even tried to double up on the Cable command.

The TV device will work. TV is an embedded device and Cable appears to be an upgrade that comes with the remote.

IR file:
https://www.hifi-remote.com/forums/dload ... le_id=9374
Werner
vickyg2003
Site Admin
Posts: 7109
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

Normally I'd have you download the IRHelp.PDF but we've been working on getting that into the wiki.
Read the part about LKMS Heirarchy,
http://www.hifi-remote.com/wiki/index.p ... ote_basics

If you are in TV mode, the keymove is getting activated, not the macro.

If you burried those inputs into the upgrade, you could use shift cloaking,

Or another approach would be to move each of those inputs to the device that needs them.

Cbl/Swap := TV/1758 - 00137 Select Comp input
Aux/Swap:= TV/1758 - 00197 Select HDMI input
.....
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
woh
Posts: 29
Joined: Thu Jan 06, 2011 12:15 am
Location: Colorado

Post by woh »

vickyg2003 wrote:Read the part about LKMS Heirarchy,
http://www.hifi-remote.com/wiki/index.p ... ote_basics
OK, I understand now. Got it all fixed.
I put all the functions into a phantom key and called that from the macro.
thanks
Werner
Post Reply