torandreroland / homebridge-sony-audio-control

Sony Audio Control of STR-DN1080 for Homebridge: https://github.com/nfarina/homebridge
ISC License
12 stars 10 forks source link

Status not persistent #25

Open Michelasso opened 3 months ago

Michelasso commented 3 months ago

Hi André,

I am not sure if this is still supported... I'll give it a try anyway.

Would it be possibile to have the active services showing as such? Like if power is ON the power status in both HomeKit and Home Bridge UI should be ON. Or, more specifically in my case, to always have the icon in HomeKit showing the current volume level. But it should apply to all.

I must inform you that I am using your plugin with the "new" TA-AN1000, and apart from this issue it seems to work just fine.

torandreroland commented 3 months ago

Hi!

I have a TA-AN1000 receiver myself (use that in my living room, while my old STR-DN1080 has been moved to the other television room).

There is a slight change in one of the APIs, which means the outputZone support is broken.

Have you declared an output zone in your config? If so, can you try to omit if (it will default to zone 1) and see if that helps?

I had the same experience as you before I made this change.

Michelasso commented 3 months ago

Hello André,

thanks for answering! So, I had this (I never touched it before):

image

I just deleted the line and saved, and right now the active controls are ON! It's SOOO beautiful... 😂

The exact same line automatically reappeared in the config, though. Hopefully it will last.

Thank you!