albertony/blushell

Listen mode

Opened this issue · 3 comments

Hello,

Very useful API documentation! I have a NAD T778, and I would like to change the "listen mode" through the API. Is there something available you currently know of? Listen mode = "Stereo", "Enhanced Stereo" etc.

Nothing that I know of.

I just found that there is now an official API documentation at https://www.bluesound.com/downloads/, which was not available when I wrote this, but did not see anything about listen mode there either.

Its been a while since I did any investigations on this topic, but I will try to have a go at it some day soon - also to review my own findings in light of the official documentation. Then I can see if I can find out anything related to the listen mode.

In the meantime, if you are able to find out anything yourself, about listen mode or anything else, I would appreciate if you let me know.

Nice, thanks for the link! And indeed, there is no listen mode in there. I also tried the Windows and iOS apps, they don't show a listen mode, so I guess it's not even available through BluOS.
My Logitech Harmony remote can cycle through the listen modes, but if you don't know what mode you're in, you cannot use this to press x times until you are in the wanted mode.
Trying out different stuff to use with Home Assistant or Node Red.
Regards,
Martin

This can be done by using TelNet (port 23). Enter ? to get all possible commands. Main.ListeningMode? returns the current listening mode Main.ListeningMode=xxx sets the current listening mode.