Jump to content
C4 Forums | Control4

OS3 Volume Slider Issue - Sony Sound Bar


Recommended Posts


@Cartnj: Try typing the following commands.

gSystemVolumeDisplay = "STEP"
local tParams  = {LEVEL="80", OUTPUT=1000}
PRX_CMD.SET_VOLUME_LEVEL(1000, tParams)

If you have the right driver, it should result in the following output

ProcessVolumeLevel(level in=80, level out=40)
PRX_CMD.SET_VOLUME_LEVEL(), volumeLevel_Step = 40

 

Link to comment
Share on other sites

21 hours ago, jakblak said:

Either way, here's an updated driver.  It should work identically to the ST9 driver.  Try sending the commands I posted above and if you get the correct output then everything should work. 

receiver_HT-NT3_Network_DriverWorks__Sony.c4z 22.26 kB · 0 downloads

Jakblak you are a hero! It works great. I really appreciate.

Link to comment
Share on other sites

  • 5 months later...

Slightly different problem but my Denon AVR-3808 is controlled through RS232 and it does not provide volume level feedback. I can pulse the volume up and down with buttons no problem but what is the workaround for the slider on the C4 display or app in this case? Does anyone know if the slider be used as a Up & Down pulse somehow? The AVR does IP control via the Denon (DeRemote) app with volume feedback etc. but I so far have not managed to find a Control4 driver that supports this. Any help would be much appreciated. 

Link to comment
Share on other sites

1 hour ago, Benoît van Osch said:

Slightly different problem but my Denon AVR-3808 is controlled through RS232 and it does not provide volume level feedback. I can pulse the volume up and down with buttons no problem but what is the workaround for the slider on the C4 display or app in this case? Does anyone know if the slider be used as a Up & Down pulse somehow? The AVR does IP control via the Denon (DeRemote) app with volume feedback etc. but I so far have not managed to find a Control4 driver that supports this. Any help would be much appreciated. 

Is there a reason that you are doing Serial not IP control then?  It could be a limitation of serial control spec for that AVR

Link to comment
Share on other sites

1 hour ago, msgreenf said:

Is there a reason that you are doing Serial not IP control then?  It could be a limitation of serial control spec for that AVR

I can't find an IP driver for this particular model. Serial works fine just no volume feedback. Do you know if there is a workaround to the slider on the T3 displays, so I can pulse volume up/down instead of using the slider?

Link to comment
Share on other sites

Incorrect.  All denons /marantz avr’s provide volume feedback via rs232.

Ive run into this in several jobs where feedback worked great on 2.9.1 but once the project was upgraded to 2.10.6 or above, feedback stopped and actually caused me a good amount of grief for some volume related programming.

Link to comment
Share on other sites

  • 1 year later...
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.