SamY wrote:
> I'd like to get an idea of how many users of this plugin there are out
> there. I know that, in my case, I was using it for more than a year
> before discovering this forum so it won't be accurate. But, if you're
> seeing this post, just reply and provide a short description of your
> setup if you can. Here's a template to use based on my system:
>
> > > >
- AVR(s): Denon AVR-3311ci
- LMS Platform: RPi B+
- OS: Debian Jessie
- Client(s) in use: Squeezer, Squeeze Ctrl
- Number of players using the plugin: 2
> > >
>
> Any additional info is welcomed, along with comments and questions.
>
> Thanks.
Hello to all.
First I want to thanks authors and contributors of this plugin.
My setup:
AVR(s): Denon AVR-2311, with Rpi and ser2net to bridge the serial
port to the network.
LMS Platform: PC
OS: Windows Server 2012
Client(s) in use: Squeezer, Material Skin
Number of players using the plugin: 1 (Pcp)
I confirm Peterw seting as ser2 net has to be configured with raw
protocol instead of telnet. I had to make some change in the code in
order to use a different port to reach my ser2net Rpi. (It would be
great for users like me with old AVR, letting us chossing the port in
conf page..) . Player is based on a Rpi with PiCorePlayer and is
connected to AVR with RCA. My set up works fine, but as I said, I have
2 Rpis (1 player on Pcp and another with raspbian/ser2net to talk to the
AVR) and my nexty goal is to use ser2net on the Pcp Rpi.
For this I build thje extension and added it. Extension is loaded
correctly, ser2net is OK (conf file loaded).. But nothing works. Logs of
the plugin:
init is ok :
Code:
--------------------
[22-01-16 14:46:16.9052] Plugins::DenonAvpControl::Plugin::clearCallback
(334) *** DenonAvpControl:Clearing command callback
[22-01-16 14:46:18.7405] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(214) *** DenonAvpControl: PcpX-TEST is:
Slim::Player::SqueezePlay=ARRAY(0xa96f244)
[22-01-16 14:46:18.7413] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(240) *** DenonAvpControl: Plugin Enabled:
[22-01-16 14:46:18.7420] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(241) *** DenonAvpControl: Quick Select: 1
[22-01-16 14:46:18.7426] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(242) *** DenonAvpControl: zone: 0
[22-01-16 14:46:18.7432] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(243) *** DenonAvpControl: speakers: 0
[22-01-16 14:46:18.7438] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(244) *** DenonAvpControl: IP Address: HTTP://192.168.1.76:11111
[22-01-16 14:46:18.7445] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(249) *** DenonAvpControl: Player output level is: Fixed
[22-01-16 14:46:18.7454] Plugins::DenonAvpControl::Plugin::newPlayerCheck
(250) *** DenonAvpControl: Player model is: SqueezeLite
--------------------
But:
Code:
--------------------
[22-01-16 14:46:18.8644] Plugins::DenonAvpControl::Plugin::clearCallback
(334) *** DenonAvpControl:Clearing command callback
[22-01-16 14:46:46.9680] Plugins::DenonAvpControl::Plugin::commandCallback
(1655) *** DenonAvpControl: commandCallback() p0: power
[22-01-16 14:46:46.9688] Plugins::DenonAvpControl::Plugin::commandCallback
(1656) *** DenonAvpControl: commandCallback() p1:
[22-01-16 14:46:46.9696] Plugins::DenonAvpControl::Plugin::commandCallback
(1677) *** DenonAvpControl: commandCallback() Player: PcpX-TEST
[22-01-16 14:46:46.9704] Plugins::DenonAvpControl::Plugin::commandCallback
(1685) *** DenonAvpControl: power request1:
Slim::Control::Request=HASH(0xd33424c)
[22-01-16 14:46:46.9711] Plugins::DenonAvpControl::Plugin::commandCallback
(1691) *** DenonAvpControl: commandCallback() Power: 0
[22-01-16 14:46:46.9780] Plugins::DenonAvpControl::Plugin::prefSetCallback
(1609) *** DenonAvpControl: prefSetCallback() Player PcpX-TEST is powered off
[22-01-16 14:46:48.9727] Plugins::DenonAvpControl::Plugin::handlePowerOff
(2041) *** DenonAvpControl: handling Power OFF
[22-01-16 14:46:48.9735]
Plugins::DenonAvpControl::DenonAvpComms::SendNetAvpStandBy (535) Calling
writemsg for Standby command
[22-01-16 14:46:48.9767] Plugins::DenonAvpControl::DenonAvpComms::writemsg
(616) Sent AVP command request: ZMOFF
[22-01-16 14:46:48.9786] Plugins::DenonAvpControl::DenonAvpComms::_read (737)
read routine called
[22-01-16 14:46:49.1044] Plugins::DenonAvpControl::DenonAvpComms::_error
(627) error routine called
[22-01-16 14:46:49.1051] Plugins::DenonAvpControl::DenonAvpComms::_error
(637) error connecting to AVR: error=End of file, request=ZMOFF
[22-01-16 14:47:04.5466] Plugins::DenonAvpControl::Plugin::commandCallback
(1655) *** DenonAvpControl: commandCallback() p0: power
[22-01-16 14:47:04.5472] Plugins::DenonAvpControl::Plugin::commandCallback
(1656) *** DenonAvpControl: commandCallback() p1:
[22-01-16 14:47:04.5478] Plugins::DenonAvpControl::Plugin::commandCallback
(1677) *** DenonAvpControl: commandCallback() Player: PcpX-TEST
[22-01-16 14:47:04.5484] Plugins::DenonAvpControl::Plugin::commandCallback
(1685) *** DenonAvpControl: power request1:
Slim::Control::Request=HASH(0xad23044)
[22-01-16 14:47:04.5490] Plugins::DenonAvpControl::Plugin::commandCallback
(1691) *** DenonAvpControl: commandCallback() Power: 1
[22-01-16 14:47:04.5496] Plugins::DenonAvpControl::Plugin::commandCallback
(1719) *** DenonAvpControl: commandCallback() Player output level is: Fixed
[22-01-16 14:47:06.5504] Plugins::DenonAvpControl::Plugin::handlePowerStatus
(1992) *** DenonAvpControl: handling Power ON Status
[22-01-16 14:47:06.5511]
Plugins::DenonAvpControl::DenonAvpComms::SendNetAvpPowerStatus (493) Calling
query for zone state
[22-01-16 14:47:06.5541] Plugins::DenonAvpControl::DenonAvpComms::writemsg
(616) Sent AVP command request: ZM?
[22-01-16 14:47:06.5558] Plugins::DenonAvpControl::DenonAvpComms::_read (737)
read routine called
[22-01-16 14:47:06.6816] Plugins::DenonAvpControl::DenonAvpComms::_error
(627) error routine called
[22-01-16 14:47:06.6822] Plugins::DenonAvpControl::DenonAvpComms::_error
(637) error connecting to AVR: error=End of file, request=ZM?
--------------------
So, I don't think the plugin is in fault. I think issues are in the
PiCorePlayer side, based on TinyCore linux. Does anyone has already use
a Pcp with ser2net ?
------------------------------------------------------------------------
oliverbg1's Profile: http://forums.slimdevices.com/member.php?userid=71652
View this thread: http://forums.slimdevices.com/showthread.php?t=60114
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins