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

setMainInputTo is not working

Open plglse opened this issue 1 year ago • 0 comments

Hello,

I'm new to Homebridge and I know very little. My goal is to turn on Pandora when the receiver (RX-V675) is turned on and I can't seem to do it: the receiver also turns on on the last input selected. I installed the plugin through Homebridge (i.e. not using the "sudo npm install -g homebridge-yamaha-home" command, which gave me a long series of warning messages ) and modified the JSON config file as follows:

{ "platforms": [ { "platform": "yamaha-home", "play_volume": -48, "setMainInputTo": "Pandora", "manual_addresses": { "Yamaha": "192.168.xx.xxx" } } ], "accessories": [ {} ], "platform": "yamaha-home" }

I even tried to set "setMainInputTo" to "HDMI1" (thinking that the name "Pandora" was not recognized") to see if it worked but it didn't. Could you tell me what I'm doing wrong ?

Thanks.

plglse avatar Dec 12 '22 22:12 plglse