kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.51k stars 206 forks source link

Adjust Volume outside the 0-100 Range for AV Receivers that use +/-dB #578

Open DeviousAl opened 2 years ago

DeviousAl commented 2 years ago

I am using this to control an integration to an old Yamaha Amp (not a MusicCast). It registers as a music player, but it controls its volume in +/- dB - with the max being +16.5dB (customisable on the Amp based on Speaker sensitivity etc) and -57dB.

I saw the increments work at 0.5 steps, but the hard limit of 100 (which = 0.0 dB on the amp) can stop me having accurate polling and control.

Any thoughts on a way around this?

DeviousAl commented 1 year ago

Old thread- saw no comments on this - wondered if anyone had some ideas?