Yup... me. Been twiddling around with it.
Been trying to use it's IP address and EG as well as Tasker to do stuff with it. To it.
Got mute and power working so far.
This page helped (for device commands)...
https://github.com/subutux/denonavr/blo ... points.txt
This helped me do the wget cmds in win10...
https://eternallybored.org/misc/wget/
Here are my first few EG actions to Un/Mute the Marantz if anyboday cares...
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="0.5.0-rc6">
<Folder Name="Marantz" XML_Guid="{A07085E4-B4C4-406E-A2A8-3DBF354A3ABD}" Expanded="True">
<Macro Name="Run Application: MuteOffMarantz.bat" XML_Guid="{1EFB2E71-4EC3-4661-A6C0-19B7E46C48C5}" Expanded="True">
<Action XML_Guid="{AF16A16D-3EE9-4A6F-8DB9-EC84A3A22683}">
System.Execute(u'"C:\\Program Files (x86)\\EventGhost\\MoveFiles\\wget.exe"', u'--quiet http://192.168.1.141/MainZone/index.put.asp?cmd0=PutVolumeMute%2Foff&cmd1=aspMainZone_WebUpdateStatus%2F', 3, False, 2, u'', False, True, u'', False, False, False, True)
</Action>
</Macro>
<Macro Name="Run Application: MuteOnMarantz.bat" XML_Guid="{1EFB2E71-4EC3-4661-A6C0-19B7E46C48C5}" Expanded="True">
<Action XML_Guid="{AF16A16D-3EE9-4A6F-8DB9-EC84A3A22683}">
System.Execute(u'"C:\\Program Files (x86)\\EventGhost\\MoveFiles\\wget.exe"', u'--quiet http://192.168.1.141/MainZone/index.put.asp?cmd0=PutVolumeMute%2Fon&cmd1=aspMainZone_WebUpdateStatus%2F', 3, False, 2, u'', False, True, u'', False, True, False, True)
</Action>
</Macro>
</Folder>
</EventGhost>Mute On..
Code: Select all
wget http://192.168.1.141/MainZone/index.put.asp?cmd0=PutVolumeMute%2Fon&cmd1=aspMainZone_WebUpdateStatus%2FCode: Select all
wget http://192.168.1.141/MainZone/index.put.asp?cmd0=PutVolumeMute%2Foff&cmd1=aspMainZone_WebUpdateStatus%2FAll but for the Marantz dweebs re/moving/deleting nearly every old or useful web link resource that has been put up online over the past years/decades. They suck for that.