Jump to content
C4 Forums | Control4
  • 0

TV Source Swap


Topfox

Question

 Basically what I would like to do is through a one button press swap active sources between Tvs.  Example 

TV 1 is on Cable 1

TV 2 is on Cable 2

Id like to have a single button that would swap sources between the two TVs, so on press it would be

TV 1 on Cable 2

TV 2 on Cable 1

Then if I press the same button again it will be

TV 1 on Cable 1

TV 2 of Cable 2

 

There used to be a driver that did this back in the day, but C4 let that die back in 2.9 I think.  I keep wanting to try newish Multi Display feature, but it just doesn't work for me in how I use my setup.  It looks like Room Control Driver tasks last watched source, but can't seem to figure out how to pass that to a different TV to change their source.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

string variable x2 - must have two TVs in two different rooms

WHEN button is pressed
SET string variable a to Room 1 current selected device
SET string variable b to Room 2 current selected device
delay 250ms
SET Room 1 current selected device to the value of string variable b
SET room 2 current selected device to the value of string variable a

 

Link to comment
Share on other sites


  • 0
1 hour ago, Cyknight said:

string variable x2 - must have two TVs in two different rooms

WHEN button is pressed
SET string variable a to Room 1 current selected device
SET string variable b to Room 2 current selected device
delay 250ms
SET Room 1 current selected device to the value of string variable b
SET room 2 current selected device to the value of string variable a

 

Thanks. Will give it a shot. Yep each tv is in its own room. 

Link to comment
Share on other sites

  • 0

Totally worked. Thanks, but the variable type needed to be Device is instead of String. Otherwise you couldn’t pick current select device. 

I am beyond excited this is working.  Ive missed the ability to do this ever since 2.10!  Lol.  Guess I should have asked a lot sooner.  Thanks again SO much.

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
Answer this question...

×   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.