Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zone B Support #10

Open
therealbiglou opened this issue Jan 25, 2017 · 2 comments
Open

Zone B Support #10

therealbiglou opened this issue Jan 25, 2017 · 2 comments

Comments

@therealbiglou
Copy link

I have the RX-V573 and it supports Zone A/B. The plugin, however, identifies Zone 1, 2, 3, and 4. None of these control the Zone B on my receiver. Can this be added?

@Dragon470
Copy link
Collaborator

I have added a way to get the raw xml response from the receiver on the zone discovery. The python in script should be:

eg.plugins.YamahaRX.GetAvailability(print_response=True)

Let me know what the results are since I have never gotten the response on a receiver that uses Zone B.

@CraigorNZ
Copy link

As a workaround you can use the 'send any command' function and send these:
Zone B on:
<Main_Zone><Power_Control><Zone_B_Power>On</Zone_B_Power></Power_Control></Main_Zone>
Zone B off:
<Main_Zone><Power_Control><Zone_B_Power>Standby</Zone_B_Power></Power_Control></Main_Zone>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants