Lyngdorf MP-60

Hello, I really want to control my Lyngdorf MP-60 through Ha. I could even consider donating for some hours for a developer to do this. Anyone interested or have any ideas how this could get done? I have linked to the manual from Lyngdorf with different commands and there is also a Python library with scipts etc but I do not understand how to use it.

Lyngdorf Commands Manual https://lyngdorf.steinwaylyngdorf.com/downloads/lyngdorf-mp-60-external-control-manual/?ind=1596634042519&filename=MP-60%20External%20Control%20Manual%202020.pdf&wpdmdl=6091&refresh=66cae8abb0a751724573867

1 Like

Same here :+1:

So I have been able to use netcat and control the AV Processor. I can send commands like

echo -ne “!POWEROFFMAIN\r” | nc 10.10.0.110 84

and the unit reponds as expected

But when I query the unit with commands such as

echo -ne “!VOL?\r” | nc 10.10.0.110 84

there is no response. Can anyone help me troubleshoot further?

The Lyngdorf manual states various feedback levels that can be set, and I have tried them all. All commands work but all feedback queries give no response.

Please help.