trufy;403583 Wrote:
> I have a Denon 2807 amp who has the serial interface. I use a Sena LS110
> Serial to ethernet converter to access my amp by ethernet. I can control
> it with telnet with the same commands as the AVP. But when i debug the
> avp Control plugin, i have the following error:
> "Plugins::DenonAvpControl::DenonAvpComms::_error (175) error connecting
> to url: error=Timed out waiting for data url=HTTP://10.41.237.25:23"
> Could the problem be the "http" in front of the ip Address?
> Could you help or instruct me how to modify the plugin so it works for
> me? TPerhaps we should only instruct it to use telnet instead of http?
>
> thanks for any help
>
> Stephane
Look at the plugin.xml file. In the commandCallback method I preface
the ip address with http:\\ and also append the port (23). You can try
using telnet here but not sure how it would work. It calls the Async
Method which is doing sockets.
If you change the plugin.xml file you will have to restart SC for it to
take effect.
You can also turn debug mode on by swapping the # in these lines near
the top:
# 'defaultLevel' => 'DEBUG',
'defaultLevel' => 'OFF',
Then you can look at the server log and get some more info on whats
happening.
Good luck with your attempt.
--
Aesculus
Chris
------------------------------------------------------------------------
Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins