Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Interest in LAN / HTTP / Ethernet control of Denon/Marantz ?

Questions and comments specific to a particular plugin should go here.
Post Reply
fecund
Posts: 1
Joined: Sat Feb 25, 2012 8:21 pm

Interest in LAN / HTTP / Ethernet control of Denon/Marantz ?

Post by fecund »

I've been using EG to control my marantz(same as denon) via http for some time now. I've been using EG's python snippet command to send HTTP Posts to the webserver and its worked well. I don't think it would be too difficult to extrapolate this into an EG plugin.
bongolf
Experienced User
Posts: 58
Joined: Tue Jan 19, 2010 12:37 pm

Re: Interest in LAN / HTTP / Ethernet control of Denon/Maran

Post by bongolf »

I dont have a Denon or Marantz, but I┬┤m interested in how your python snippet looks (I would like to control a Dreambox via HTTP)
DefeX
Posts: 2
Joined: Wed Mar 06, 2013 7:32 pm

Re: Interest in LAN / HTTP / Ethernet control of Denon/Maran

Post by DefeX »

Old thread, but I hope I can revive it.

I'm very much interested in seeing how you control your AVR as I have a Denon AVR-1912 that I want to control with eventghost over ethernet.

I've searched a lot regarding this, but I'm baffled that there seems to be no complete solution yet. Thus I've begun trying to make my owm plugin by combining the Network Event Sender/Reciever plugin with the DenonSerial plugin (which seems to include most of the commands for the AVR).
However, I don't have any experience in python programming but I'm hoping that I could just replace the serial communication stuff in DenonSerial with what's needed for tcp communication.

Actually, with a little modified Network Event Sender I can already map commands in eventghost that successfully can control my AVR!
Next step is to get all AVR commands from DenonSerial automatically added in eventghost with my plugin. After that it would be very nice to also recieve events from the AVR.

There has to be others that want this working, so I hope I'll get someone helping me out on this if I get stuck!
SamWest
Posts: 8
Joined: Thu Dec 06, 2012 10:26 am

Re: Interest in LAN / HTTP / Ethernet control of Denon/Maran

Post by SamWest »

G'Day,

I've postwritten ed a pretty basic Marantz TCP plugin here viewtopic.php?f=9&t=5498
It does volume and mute out of the box, and you can send other commands by just looking them up in the command spec.

Hope that helps,
-Sam.
Post Reply