lmoe/node-denon-client

When AVR turns on, it always uses SAT/CBL as output.

Opened this issue · 0 comments

Hi,

    try {
      await denonClient.setPower(denon.Options.PowerOptions.On)
      .then(() => { return denonClient.setInput(denon.Options.InputOptions.MPlay) })
    } catch (error) {
      // ...
    }

That's how i turn it on and set it to MPlay (which has a but too btw, but i will report that separately).
When it turns on it first dues in fact go to MPlay, but then quickly thereafter to SAT/CBL.
Any idea why that might be happening?

I can change inputs just fine with this code if the AVR is already on. But if i change it right after turning on, it doesn't want to do it. I could add a 5 second sleep or so to let it wake up and then change inputs.. yes... but that feels hacky.

Cheers,
Mark