foxriver76 / ioBroker.denon

Denon AVR adapter for ioBroker
MIT License
19 stars 9 forks source link

[ER] PS* commands #7

Closed cernst1980 closed 6 years ago

cernst1980 commented 6 years ago
bildschirmfoto 2018-06-05 um 22 36 58

At least PSDYNVOL and PSREFLEV would be nice

foxriver76 commented 6 years ago

I would appreciate it, if you could give me about 5-8 parameter settings which are commonly used by users like you. I would like to create an separate channel for this, but with only two states it would look a little bit lonley and all of them a way too much for most users.

P.S: If you have some rare command you can also use the state expertCommand, implemented with https://github.com/foxriver76/ioBroker.denon/commit/e5439671b276dacfb6de81af71d0ecc68b8df611

cernst1980 commented 6 years ago

I will get my new Denon X4400H in the next days, then I will check the commands.

cernst1980 commented 6 years ago

Ok, so I think let's start with the Audyssey commands, as these are the most important.

PSMULTEQ: PSDYNEQ PSREFLEV PSDYNVOL PSLFC PSCNTAMT

foxriver76 commented 6 years ago

Thank you. These commands shouldn't be a problem. I will implement them asap.

foxriver76 commented 6 years ago

More wishes: PSBAS UP BASS UP/DOWN direct change to dB PSBAS DOWN PSBAS 50, PSBAS 50 :00 to 99 by ASCII , 50=0dB AVR can be operated from -6 to +6(44 to 56) PSBAS ? Return PSBAS Status

PSTRE UP Same as above for treble PSTRE DOWN PSTRE **, e.g. PSTRE 50 PSTRE ?

PSSWL ON Subwoofer Level Adjust = ON PSSWL OFF Subwoofer Level Adjust = OFF PSSWL UP PSSWL DOWN PSSWL , e.g. PSSWL 50 --SUBWOOFER(1) Level Adjust :00,38 to 62 by ASCII , 50=0dB PSSWL ?

PSSWL2 UP same as above for 2nd subwoofer out PSSWL2 DOWN PSSWL2 **, e.g. PSSWL2 50

foxriver76 commented 6 years ago

Started working on this with https://github.com/foxriver76/ioBroker.denon/commit/806bf214509062123399f70d2bd1ddceb791dcc5

TODO:

foxriver76 commented 6 years ago

finished with https://github.com/foxriver76/ioBroker.denon/commit/48f5597de406d25ccd766d20eb2ae568eecee74d

psbas and pstre for other zones than main, will be handled in a separate issue