grzegorz914 / homebridge-denon-tv

Homebridge plugin for Denon/Marantz AV Receivers, publish as independent external platform accessory.
MIT License
70 stars 15 forks source link

Zone2 Quick Select Reference is no longer working #264

Closed doub09 closed 1 month ago

doub09 commented 1 month ago

Zone2 quick select reference seems to be invalid. Confirmed this was working in 4.12

grzegorz914 commented 1 month ago

Any debug?

doub09 commented 1 month ago

the Reference in the log for 4.13.10 shows "QUICK1" instead of "Z2QUICK1" which I found in the Denon Control Protocol.xlsx. I downgraded to 4.12.3 and found reference does show "Z2QUICK1". I tried adjusting the config manually with "Z2QUICK1", but it was showing "2QUICK1" in the logs.

4.13.10 - Log: [5/22/2024, 10:56:38 AM] [homebridge-denon-tv] Device: xxx.xxx.xxx.xxx Speakers, set Button Name: Music, Reference: QUICK1

4.12.3 - Log: [5/22/2024, 1:06:20 PM] [homebridge-denon-tv] Device: xxx.xxx.xxx.xxx Speakers, set Button Name: Music, Reference: Z2QUICK1

grzegorz914 commented 1 month ago

Ok, I will look in to this.

grzegorz914 commented 1 month ago

try latest beta and get me the whole debug log

doub09 commented 1 month ago

Latest beta still not functioning as expected. Debug log attached.

For what it is worth, I changed json config from "1QUICK1" to "1Z2QUICK1" and quick select works.

DenonTV_debug_1 .txt

grzegorz914 commented 1 month ago

I don’t se in the log that you try to set quick select.

doub09 commented 1 month ago

Full log DenonTV_debug_2.txt

grzegorz914 commented 1 month ago

OK, try beta.3. and let me know

doub09 commented 1 month ago

Working now, thank you. And thanks for such a useful plugin!