Jump to content
C4 Forums | Control4

Issues with macro to turn off multiple IP samsung TVs


Recommended Posts


2 hours ago, JakeFromSF said:
I have a customer with 3 IP Samsung TVs and 2 Visio IR TVs in one room. Ive got a custom macro for on and off set, on works fine for everything, off only turns off the IR tvs, does not turn off the IP TVs. Any ideas?

Can you turn off the IP TVs one at a time using the command you are using outside of the macro? If so and you know the command is right, maybe try a 250 millisecond delay?  Not always needed but every so often I’ll toss in a delay and it sometimes fixes something wonky.  You cannot look at 5 TVs in 250 milliseconds so they wont notice the slight delay

Link to comment
Share on other sites

  • 2 months later...

If the delay doesnt work, you could try to make a variable for each TV with true/false if the TV is on/off. So when you activate a view action in a room the variable is true, and when its off its false. If you dont want more macros, just program When variable TVx changes - (add delay xx ms if needed) If variable TVx = False - Turn of TV. 

 

I might be using too many variables.. I kind of like to use them because then I am able to see if the commands are working or not. (Besides the obvious.. The TV didnt turn off...)

Link to comment
Share on other sites

delays shouldn't be necessary with a good network and setup. Our store demo has about 30 tvs samsung lg and sony as well as multiple IP controlled audio zones. All of this turns on and off the whole store in less than 3 seconds with no delays.

be sure that you are turning the tvs off using the room off or on commands. I have found the tv device controls are not always realible

 

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.