Yamaha RX-V573 Compatibility and Zone Control #321
Replies: 5 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Not sure if this is applicable or not but I dont see any zone controls for this receiver (or my 583) when checking the available commands:(http://myIP_for_receiver/YamahaRemoteControl/desc.xml). As I mentioned above I have been able to achieve the zone control functionality through means of the scene selection. I have it setup so that Scene 1 is only Zone A, Scene 2 only Zone B, Scene 3 Zone A & B. Im not sure if there is any options to select the scene through this integration at this time. I do see scene selection commands for both my receivers so this does seem possible to integrate, and with a little more work we could likely integrate retaining the source input across scenes using the logic in the original post. Im still waiting on the trigger source prior to collecting the diagnostics as I mentioned in my Issue post. Once I get that info I will come back with the diagnostic data. |
Beta Was this translation helpful? Give feedback.
-
This integration uses the Yamaha YNCA protocol which is different from MusicCast or what the default Yamaha integration in Home Assistant is using. It is a completely separate protocol and It does not use information from the (edit: reading your comment again I think I misunderstood and you already have the scene buttons, but leaving it here just in case) You might be able to select scenes with the current integration. For most receivers the integration will auto detect if it supports the Scene commands in the protocol. It wil then add scene buttons like in the screenshot below (names could be different). If these buttons are not there your receiver probably does not support the scene commands. Another way to trigger scenes is to send the SCENE# commands through the remote entity. You can try it in the Developer Tools by selecting the "Remote: Send Command" service/action, then select the remote entity and fill in the command you want to send e,g, "scene_1". If it works you can send the command from automations or you could create Template Buttons from the Helpers section in the Home Assistant settings. The
|
Beta Was this translation helpful? Give feedback.
-
config_entry-yamaha_ynca-01J5KA0CK5YCY41D8VB8Z5DTS2.json I took a quick peek and the scene selections were autodetected, my apologies for being oblivious. They work properly which is no issue, I just heavily rely on my current script which uses POST commands with the xml data for retaining the input after the scene selection. Any ideas on using the scene selection to trigger an automation for setting the source input back after a scene selection? |
Beta Was this translation helpful? Give feedback.
-
config_entry-yamaha_ynca-01J5K3BZE7GK3AFG1QS173KES0.json |
Beta Was this translation helpful? Give feedback.
-
I have been able to successfully configure my RX-V573 with no issues, I noticed it wasn't on the list of compatible devices so figured I would share.
Noteworthy items for this model is that it does offer "two zones" however not in the typical manner. The secondary zone is simply a second set of speakers that share the same input and volume as the main zone. They are enables by a Zone B button on the remote OR you can use scenes to define the input and the "zones". This is described in greater detail at this post: https://community.home-assistant.io/t/yamaha-rx-573-receiver-with-zone-b-speakers/36948
Basically they use scenes to act as a zone control, and use a python script to query the receiver for the input prior to scene selection, since when the scene is selected the input will change. This allows the input to be changed back after the scene has been used to enable/disable the zone. I was also able to get this working, with an input select, and some automations in home assistant. Not sure if this would be useful / could get integrated but I can confirm it works 100%.
Beta Was this translation helpful? Give feedback.
All reactions