seydx / homebridge-bravia-tv

Homebridge dynamic platform plugin for Sony Bravia Android TVs
37 stars 4 forks source link

Why is MaxVolume set to 35 #19

Closed promiseofcake closed 1 year ago

promiseofcake commented 5 years ago

Why are maxVolume and lastVolume initialized to 35 in accessory.js

    accessory.context.lastvolume = 35;
    accessory.context.maxvolume = 35;

I cannot raise the volume over that maximum and wondering is this is for compatibility or otherwise.

Thanks.

mixtly87 commented 5 years ago

If I set the maxvolume to ie 50: accessory.context.maxvolume = 50; nothing changes. I restarted the homebridge but 35 is still the maximum volume. Is there a way to make homebridge-bravia-tv aware of the change? Should it be recompiled somehow?