Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remote control / system control capabilities #289

Closed
klada opened this issue Mar 12, 2024 · 1 comment
Closed

Add remote control / system control capabilities #289

klada opened this issue Mar 12, 2024 · 1 comment

Comments

@klada
Copy link
Contributor

klada commented Mar 12, 2024

Right now there is no button navigation (cursor up/down/left/right/...) available through this library. This would however be very handy so the device could be controlled through IP entirely - no more IR remote would be required for navigating the setup menu.

Denon AVRs do support the following actions through the Telnet interface:

  • Cursor Up: MNCUP
  • Cursor Down: MNCDN
  • Cursor Left: MNCLT
  • Cursor Right: MNCRT
  • Cursor Enter: MNENT
  • Info button: MNINF
  • Option button: MNOPT
  • Back button: MNRTN
  • Open setup menu: MNMEN ON
  • Close setup menu: MNMEN OFF
  • Get menu status: MNMEN? → Returns either MNMEN ON or MNMEN OFF.

HTTP control using these commands works as follows:

# Move cursor up
GET http://IP:8080/goform/formiPhoneAppDirect.xml?MNCUP
# Open setup menu
GET http://IP:8080/goform/formiPhoneAppDirect.xml?MNMEN%20ON

Note on the setup menu: It seems like the state can only be queried through Telnet (MNMEN? command). The phone app apparently maintains the setup menu's state (open or closed) internally and does not issue a MNMEN? query in order to toggle it.

@albaintor
Copy link
Contributor

Hi, done in PR #290

@ol-iver ol-iver closed this as completed May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants