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

Multiple Zones #31

Closed
nitaybz opened this issue Oct 7, 2020 · 7 comments
Closed

Multiple Zones #31

nitaybz opened this issue Oct 7, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@nitaybz
Copy link

nitaybz commented Oct 7, 2020

So I know there is a plugin out there that does it but your plugin is more maintained and well structured.

The dream plugin for Yamaha AVR for me will be to use your plugin on multiple zones and also have optional fan/bulb representing the Volume for automations.

Thanks and appreciate the work you've done so far🙏🏼

@ACDR
Copy link
Owner

ACDR commented Oct 7, 2020

Hi @nitaybz, you should be able to control the volume with automations using the native HomeKit Speaker device available for Yamaha AVRs.

I suppose this may not be available for all models though.

I'll look into adding support for Zones & optionally adding a Speaker device for automation volume control. 👍

@nitaybz
Copy link
Author

nitaybz commented Oct 7, 2020

unfortunately I don't have a native HomeKit AVR.

I'll look into adding support for Zones & optionally adding a Speaker device for automation volume control. 👍

That's super awesome! I would greatly appreciate it and I'm sure the entire Homebridge community will.
I'll be watching your plugin to see if we have any progress with that, for now I'm using other plugins with modifications I made but there are so many complications there that it will be better to write it from the start...
Then, I encountered your beta, looked at the code, and I thought to my self: "this guy can really do it!" ;)

Thanks🙏

@ACDR ACDR added the enhancement New feature or request label Oct 7, 2020
@iSteve-O
Copy link

iSteve-O commented Aug 31, 2022

Hi @nitaybz, you should be able to control the volume with automations using the native HomeKit Speaker device available for Yamaha AVRs.

I suppose this may not be available for all models though.

I'll look into adding support for Zones & optionally adding a Speaker device for automation volume control. 👍

I didn't know this either! I am so glad I decided to read through other issues LOL Thanks again for explaining in detail.

This only works for audio the receiver is actually playing (like airplay, net radio, tuner, etc) it doesn't work with HDMI inputs, for example. Oh well. Thanks still LOL

@ACDR
Copy link
Owner

ACDR commented Aug 31, 2022

This only works for audio the receiver is actually playing (like airplay, net radio, tuner, etc) it doesn't work with HDMI inputs, for example. Oh well. Thanks still LOL

Could possibly solve this one with a Shortcut automation for now, using the "Get contents of URL" action with this URL:
http://{AVR_IP}/YamahaExtendedControl/v1/main/setVolume?volume=50

A shame there's still no way to directly control the volume of an AVR device in an automation. 😞

@ACDR
Copy link
Owner

ACDR commented Aug 31, 2022

Created a shortcut - this will ask for the AVR IP Address & desired volume on import. You can then trigger this shortcut in an automation to set the volume.

https://www.icloud.com/shortcuts/1e8b0433e975465780bfb44aa7f0a608

@iSteve-O
Copy link

iSteve-O commented Aug 31, 2022

Created a shortcut - this will ask for the AVR IP Address & desired volume on import. You can then trigger this shortcut in an automation to set the volume.

https://www.icloud.com/shortcuts/1e8b0433e975465780bfb44aa7f0a608

Yeah that's awesome. Thank you for telling me that URL. I already made a shortcut using that LOL but I appreciate you showing me anyway!

Mine just set a volume. Yours is much cooler LOL you used the fancy URL encoding so you could change the IP address for any receiver or change the volume easily. With mine I had to edit the URL every time so yours is much better.

@ACDR
Copy link
Owner

ACDR commented Sep 3, 2022

Additional zones can now be enabled in https://github.com/ACDR/homebridge-yamaha-avr/releases/tag/v3.0.0-beta.8 (see release notes for config - or enable with Homebridge config UI)

Volume "workaround" devices for each zone have been added in https://github.com/ACDR/homebridge-yamaha-avr/releases/tag/v3.0.0-beta.9 - these are also opt-in via similar config setting as zones, disabled by default.

@ACDR ACDR closed this as completed Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants