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

Cannot figure out how to control Speaker Volume via Siri #89

Open
anthonysnyder opened this issue Jul 21, 2023 · 2 comments
Open

Cannot figure out how to control Speaker Volume via Siri #89

anthonysnyder opened this issue Jul 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@anthonysnyder
Copy link

Describe The Bug:
No matter how hard I try, I am unable to get Siri to recognize the Volume Device for my Zones.

To Reproduce:
Based on Screenshot below, I would expect to be able to say: "Hey Siri. Set Backyard Volume to 75%". When I do this, I get "Sorry I do not understand"

Expected behavior:
I would expect that using this Siri command would change the volume on that Zone.

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

        {
            "ip": "192.168.1.25",
            "name": "Yamaha AVR",
            "enablePureDirectSwitch": false,
            "volumeAccessoryEnabled": true,
            "zone2Enabled": true,
            "zone3Enabled": false,
            "zone4Enabled": false,
            "platform": "yamaha-avr",
            "_bridge": {
                "username": "0E:AA:44:CF:1E:E4",
                "port": 58536
            }

Screenshots:
image
Environment:

  • Plugin Version: homebridge-yamaha-avr v3.0.1
  • Homebridge Version: v1.6.1
  • Node.js Version: Node.js Version: v18.13.0
  • NPM Version: 8.19.3
  • Operating System: Docker
@anthonysnyder anthonysnyder added the bug Something isn't working label Jul 21, 2023
@anthonysnyder
Copy link
Author

As I finished typing this, it dawned on me, I wonder if I can say "Hey Siri, Set Backyard Fan to 75%" this DID work.

So I THINK this issue is more HomeKit related.

BUT, Siri does recognize "Hey Siri, Turn On Backyard Speakers" , which means it SHOULD be able to recognize the fact that I renamed the Fan to Volume in the same way that I renamed Zone 2... ¯_(ツ)_/¯

image

@bencharlesrhys
Copy link

It's a Siri language processing issue. They think this is a fan device, not a speaker. It's looking for an airplay speaker or a HomePod and it can't find that type of HomeKit device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants