homebridge-yamaha-avr icon indicating copy to clipboard operation
homebridge-yamaha-avr copied to clipboard

Cannot figure out how to control Speaker Volume via Siri

Open anthonysnyder opened this issue 11 months ago • 1 comments

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 avatar Jul 21 '23 20:07 anthonysnyder