Closed sbellon closed 2 months ago
As the M1 is a power amplifier, it supports only a subset of the telnet commands defined in the Denon/Marantz tcp protocol for AVRs, as you have found. What functionality exactly are you looking for from the plugin? Are you using any kind of preamp between the SB Touch and the M1, or are you using the Touch as a preamp?
It's about turning the M1 on and switching to Optical In when the connected Lyrion player starts to play, and returning to the previously selected input and turning it off when the player stops.
In the meantime I'm using the SBNetIO plugin with a small Python web server that just sits in between and sends PWON
, SIOPT
and for the reverse SITV
and PWSTANDBY
, which works just fine, so no urgency for me.
I was just wondering why I cannot directly use the M1 with this plugin.
As I said, the plugin was not intended for use with power amps. However, we may be able to tweak it to do what you want. First of all, can you verify whether or not the M1 supports the 'SSFUN ?' and 'SYMO' commands, using a TCP client app connected to port 23 on the amp? Also, the debug log indicates that it wants to switch to the "inputs/optical_in_1" input. Is that the input you specified in the plugin settings? If so, why? If not, what did you specify there? It would also be helpful if you could manually change the input on the M1 to 'OPT' before turning the player on to verify that playback does occur when the correct input is selected. Thanks.
Ok, I start to understand that a "regular AVR" and the M1 seem to be more different than I had anticipated.
The M1 does not have the commands SSFUN ?
and SYMO
.
Yes, I entered input/optical_in_1
, but it may very well be that this is the syntax for the other HEOS CLI protocol and I should be using something else here?
But regardless, even if I select SIOPT
per telnet before, music playback does not start as the player returns to "pause" after a few seconds.
Okay. Now I understand. I will look into the possibility of adding a new 'AVP/AVR Type' called 'Marantz Amp' or something similar, that supports the entry of an internal input name such as, in your case, 'OPT', and bypasses using the 'SYMO' and 'SSFUN ?' commands. I am in the midst of making some major changes right but will look into this as soon as I get things stabilized.
Hello again. I have just released version 5.2 of the plugin and would now like to add support for both the Marantz MODEL M1 and Denon Home Amp streaming amplifiers. Would you be willing to act as a beta tester? I plan to add a new "AVR Type" to the dropdown selector for these units, and limit the plugin's functionality based on their abilities. If you wouldn't mind, I'd like to move this discussion to the plugin's forum support thread here so that other users can participate in the discussion. Thanks!
Yes, I'm willing to beta test and also to continue discussion over there in the forum thread.
Support for Marantz MODEL M1 added in version 5.3.
Hi there,
I have trouble configuring the plugin for a Marantz MODEL M1.
I entered the IP address and tried default port 23 as well as port 1255 (where I can manually enter HEOS CLI commands if I connect to that port with telnet).
In both cases I do get:
or
When lowering the log level to
DEBUG
, I can see the following:Interestingly some commands seem to work: the current volume (21) and the current input source (TV) is output correctly, so "something" is working.
However, Lyrion is not playing.
What am I missing?
I would be happy to debug this further and get it going.