DENON commands not working

Hi,

I have a AVR3310 and it’s working when I enable the TELNET.
Now I want to set direct commands , like MSQUICK3, but it doesn’t work. Even the PWON doesn’t work. If I control it with the standard madiaplayer-card, it works. The only problem is that there is no option for MSQUICK or speaker A/B,… In OpenHAB,I could send those commands.

The command I use is something like /goform/formiPhoneAppDirect.xml?PWON

Is there anyone else with the same problem?

Nope…not using this a lot but this works for me
(http://ipdenon:8080/goform/formiPhoneAppDirect.xml?PWON) on a x3800

If I use the TELNET integration, I can send the commands, but then I need to switch of the DENON-integration, because only 1 connection is
allowed at the same time

It would be nice if I could send a telnet command instead of a HTTP-command from the integration

Still not sure why exactly you need telnet but … well, something like this could work as a cli

echo -n 'PWSTANDBY' | nc denonip 23 &

If I don’t enable the telnet option in the DENON-integration, I can’t control my receiver with HA. Probably because by AVR is an older version (from 2010).

I will try your suggestion.

Yeah, I now remember something similar with my previous 4520, I tried some HACS integrations but forgot which one…moved to a newer version about 1y+ ago

You could try this for tcp/ip douglampe/denon-avr-net: Home Assistant Denon AVR Integration using TCP/IP