I’d like to be able to display and adjust the raw volume values for my Denon AVR, which shows in tenths of dB (and adjusts in 0.5 increments up/down). I think a similar issue was raised/discussed in the old forum here, but never really was resolved. I’ve found that the %-based changing is not fine-grained enough and it seems like sometimes a % increase will not result in a an underlying change and then another % increase changes by too much, if that makes sense.
I started to put together a plugin to do this, but ran into some problems with the speed of the HTTP requests to the receiver and then realized that the current integration already has the information/capabilities, they would just need to be exposed somehow. Perhaps the AudioVolume
capability could be extended ti include a VolumeRaw
that is device-specific? Then it could be directly read and changed?