Jump to content
C4 Forums | Control4
  • 0

programming help


pdapice

Question

I am trying to have my audio amp switch inputs whenever my AVR receiver turns on and off. should be simple.

in programming i program the "power on" to trigger input to A and power off to trigger input to B

doesn't work

if i manually execute the program it works fine.

if i power on the AVR composer sees the power is on, and when i switch off, it sees off.

for some reason though it just isn't firing the events that i programmed.

so i went into device variables and found the power state change variable and put them in there  with if statements saying if power is on do this, if it is off do that. again, executing this manually works fine but powering the AVR on and off does nothing.

 

am i missing something?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

As per another recent thread, receiver drivers have evolved beyond the basic proxy so much they've become unreliable to use as an 'event' as a lot of the tracking is handled differently behind the scenes. This means they are so much more useful (multi zone use, built in services, triggering audio types etc etc etc but comes at a price as you're finding now.

I would hang your programming on the receiver's end-point room turning on and off if that works for the purpose, or clarify what the intended 'use; is so someone can come up with alternative measures.

Link to comment
Share on other sites


  • 0
13 hours ago, Cyknight said:

As per another recent thread, receiver drivers have evolved beyond the basic proxy so much they've become unreliable to use as an 'event' as a lot of the tracking is handled differently behind the scenes. This means they are so much more useful (multi zone use, built in services, triggering audio types etc etc etc but comes at a price as you're finding now.

I would hang your programming on the receiver's end-point room turning on and off if that works for the purpose, or clarify what the intended 'use; is so someone can come up with alternative measures.

my intended use is to get rid of a speaker relay box that i have been using to switch between using a set of speakers as surrounds or as whole house audio speakers. the relay box works fine and is triggered via 12v out from the receiver.

I am moving some things around and wanted to clean up some of that wiring and figured having my matrix amp (audiocontrol M4840) switch inputs, it would be much cleaner and also offer some other options for control so that i can have more options about when to switch the speakers and when not to.

what drives me crazy is that control4 clearly sees the state change in the receiver powering on and off but it just doesn't seem to trigger the events. i am not sure that this is a failing of the driver or not.

Link to comment
Share on other sites

  • 0
On 9/11/2020 at 12:29 PM, Cyknight said:

Like I said, receiver drivers just aren't great for events for programming.

While I understand why you would want to change this, I'm not sure there's a real cleaner way of accomplishing this than you have now.

is there some other event that i might be able to trigger it from?

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.