I think what I'm trying to do is fairly straight forward, but I just wanted to confirm everything makes sense.
Briefly, I'm trying to digitally control the volume of my zone 2 speakers (which is a cheap Creative 5200 speaker system from many many years ago). I want to be able to control it from a remote/vera without having to physically change the volume. Currently, the volume knob is connected by a cable that also control the front/rear balance, and the volume knob also click 'on' when you start turning it.
I can't really get the pot off the board without breaking it (I think), it all seems pretty well jammed together and I don't want to destroy the speakers. I'm thinking of wiring up the pots in parallel, and based on my high school electronics I think this makes sense:
R1 = volume knob (assume 5k)
R2 = digital pot (assume 25k)
If I get a digital pot which is much higher resistance than the volume knob, I think the following will work:
Rt = (1/R1 + 1/R2)^-1
If R1 is max (5000) and R2 is max (25000) the overall resistance is: 4200k which is almost the max volume?
And then if I lower either potentiometer I should lower the volume, so I maintain both analog and digital control.
This will all be wired through an arduino/vera to get the automated control I'm looking for .
Please let me know if this makes sense or if there is another way I should probably go about doing this. Thanks!