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

Fix for inputs disappearing & device just saying "on" without an input.

Open iSteve-O opened this issue 1 year ago • 5 comments

Describe The Bug: a lot of times when I open the home app I have to kill it in order for it to display the proper input and allow switching. It will also cause scenes & automations to not work on occasion. it also shows all the inputs as individual devices in the scene & automation builders as well as in the shortcuts app home device picker.

I thought there was a fix for this known issue because all of my "TV" devices used to do this, but now only this one does. Maybe you can look at the code for Yamaha-zone, or braviaTVos or Homebridge-broadlink-rm-pro, as none of them seem to have this issue in the home app. otherwise it's working great.

To Reproduce: maybe reboot homebridge and then check the app, but I'm not sure that's necessary and maybe just wait.

Expected behavior: Active input of the device displays properly.

Logs:

No info in the log.

Plugin Config:

        {
            "ip": "192.000.0.00",
            "name": "Yamaha",
            "enablePureDirectSwitch": false,
            "volumeAccessoryEnabled": false,
            "zone2Enabled": false,
            "zone3Enabled": false,
            "zone4Enabled": false,
            "_bridge": {
                "username": "00:00:00:00:00:00",
                "port": 00000
            },
            "platform": "yamaha-avr"
        },

Screenshots: You can see here that in only happens with inputs for "Yamaha" in the living room but neither my "Bravia" (through BraviaTVos) nor my "Cable Box" or "Yamaha IR" (through Broadlink-rm-pro) have this issue. I know for sure the Bravia plugin used to do this same thing & doesn't anymore).

IMG_2789

IMG_2790

IMG_2791

IMG_2792

IMG_2793

IMG_2794

Environment:

  • Plugin Version: Latest
  • Homebridge Version: Latest
  • Node.js Version: Latest
  • NPM Version: Latest
  • Operating System: Raspbian / hb-service

Thanks!

iSteve-O avatar Sep 07 '22 05:09 iSteve-O