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

AVR not reachable any more

Open jack-blackson opened this issue 1 year ago • 5 comments

Hello!

We have been working together on the issue with the error messages in the log. Since we fixed the error message, I was not able any more to access the AV receiver in the home app on my phone. I just gave a try today to switch back to older versions to see if it is working fine there (except the error messages in the log file) - and yes, it works fine again, so it somehow has something to do with the version.

With version 2.0.6, the connection works fine again, as it had been.

When updating to 2.1.1, I saw a message that I have to add the device as an extra one in my home app - with setup code. I did that, and it worked fine too.

Updating back to 3.0.1, when starting the server (AV device is running), I get this error message:

Failed to get system config from AV Receiver. Please verify the AVR is connected and accessible at 192.168.1.103

What can I do here? The IP address is correct, this is how the config looks like:

{
    "ip": "192.168.1.103",
    "name": "Yamaha AVR",
    "enablePureDirectSwitch": false,
    "volumeAccessoryEnabled": false,
    "zone2Enabled": false,
    "zone3Enabled": false,
    "zone4Enabled": false,
    "platform": "yamaha-avr"
}

jack-blackson avatar Sep 14 '22 12:09 jack-blackson