miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
467 stars 110 forks source link

listening-mode:stereo command not working #72

Open cbirchinger opened 6 years ago

cbirchinger commented 6 years ago

Trying to set 'stereo' gives the following error:

~$ onkyo listening-mode:stereo TX-NR808: listening-mode = N/A

Other tested modes such as "pliix-thx-cinema" or "direct" work just fine. The raw command LMD00 also works for setting it to stereo.

By using tcpdump i've noticed that it sends the string "!LMDSTEREO" instead of the probably more correct "!LMD00".

pascalhahn commented 6 years ago

Just created a pull request that fixes this issue. #84