-
Notifications
You must be signed in to change notification settings - Fork 81
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
Unable to discover Pioneer Receiver on network #233
Comments
oops! my bad. you can either "get the latest" from github, or add this line right above the closing "}" in media-pioneer-receiver.js:
so the end of the file looks like this:
sorry! |
I did the git pull and the receiver still isn't being located by the steward. Let me know if there is some other test I can run. |
could you start the steward from scratch and cut-and-paste the output from the beginning until it goes quiet (more or less). @webchickbot - can we get a media-receiver.svg file? this is for an A/V receiver -- take a look at http://www.pioneerelectronics.com/PUSA/Home/AV-Receivers/Pioneer+Receivers to get an example of one -- http://en.wikipedia.org/wiki/AV_receiver doesn't have any pictures… thanks! |
+1 |
@webchickbot - thanks! @gwolffman - can you do a 'git pull' and try things out? |
Will do as soon as I can. probably not before Tuesday |
ok, thanks! |
Still not appearing. Here is the output from the terminal window when starting the steward: Mac-Mini:steward test$ sudo ./run.sh |
sorry, sorry, sorry for the delay in replying. to me it looks like it's seeing a roku device and a panasonic TV (BRISCOVIEW). the former is identified correctly, the panasonic is identified as an audio receiver (which is wrong). there isn't any pioneer on the network. do i understand the situation? if not, let me know! if so, i think the issue is: what can you do with a panasonic tv? |
Actually I don't really care about the Panasonic TV. That only appears on the network when the TV is on. Since the model TV I have doesn't support Wake on LAN, for the moment I don't care to do much of anything with it. (At some point I will likely get a wifi to ir so I can turn it on) There is only one input to the TV, and that is from the Pioneer Receiver. All other devices are connected to the Pioneer Receiver. TV
The network contains the following:
The issue is, when I start the steward, it cannot find the Pioneer Receiver. But if I execute $ node list-ssdp.js from the utility folder, it returns the result that the Pioneer Receiver is located. I haven't been trying to access the BlueRay player yet, so I haven't bothered to see if it can be located by the steward or not. If I can't the the receiver to work, then there isn't much point in continuing to try other devices because it is the crux of the whole system. |
Thanks very much for helping me out with this. |
When I start the steward (run.sh) the log shows no indication of finding the Pioneer receiver on the network.
...
info: [discovery] UPnP BRISCOVIEW url=http://192.168.1.3:55000/
warning: [devices] no maker registered for Panasonic VIErA
info: [discovery] UPnP BRISCOVIEW url=http://192.168.1.3:55000/
info: [devices] found BRISCOVIEW deviceID=2, deviceType=urn:schemas-upnp-org:device:MediaRenderer:1
debug: [media] device/2 BRISCOVIEW event=subscribe, state=end, code=200, err=null, headers={"content-length":"0","server":"Panasonic-VIErA/1, UPnP/1.0, Panasonic MIL DLNA SERVER","sid":"uuid:4D454931-0102-1002-8001-001FF3BAEEB0","timeout":"Second-300","connection":"close"}
info: [media] device/2 BRISCOVIEW subscribe=uuid:4D454931-0102-1002-8001-001FF3BAEEB0, path=/dmr/event_2, sequence=0, seconds=299
warning: [steward] place/1 Home event=getWeather, diagnostic=check in 2554.660 seconds
error: [gateway] tesla-cloud event=http, code=404, body=Not Found
info: [discovery] UPnP Roku Streaming Player url=http://192.168.1.5:8060/
info: [devices] found Roku Streaming Player deviceID=1, deviceType=urn:roku-com:device:player:1-0
...
However, if I execute
$ node list-ssdp.js
it lists the UPnP server in the results
...
{ address: '192.168.1.2', family: 'IPv4', port: 3911, size: 226 }
{ 'CACHE-CONTROL': 'max-age=1800',
EXT: '',
LOCATION: 'http://192.168.1.2:8080/description.xml',
SERVER: 'KnOS/3.2 UPnP/1.0 DMP/3.5',
ST: 'upnp:rootdevice',
USN: 'uuid:5F9EC1B3-ED59-79BF-4530-745E1C0EB5B5::upnp:rootdevice' }
http://192.168.1.2:8080/description.xml
{ 'content-type': 'text/xml;charset="utf-8"',
'content-length': '3295' }
{ root:
{ xmlns: 'urn:schemas-upnp-org:device-1-0',
'xmlns:ms': ' urn:microsoft-com:wmc-1-0',
'xmlns:pnpx': 'http://schemas.microsoft.com/windows/pnpx/2005/11',
'xmlns:df': 'http://schemas.microsoft.com/windows/2008/09/devicefoundation',
specVersion: { major: 1, minor: 0 },
device:
{ 'ms:X_MS_SupportsWMDRM': true,
'av:X_ipRemoteReady':
{ 'xmlns:av': 'http://www.pioneerelectronics.com/xmlns/av',
'$t': 1 },
'av:X_ipRemoteTcpPort':
{ 'xmlns:av': 'http://www.pioneerelectronics.com/xmlns/av',
'$t': 8102 },
'dlna:X_DLNADOC':
{ 'xmlns:dlna': 'urn:schemas-dlna-org:device-1-0',
'$t': 'DMR-1.50' },
'pnpx:X_compatibleId': 'MS_DigitalMediaDeviceClass_DMR_V001',
'pnpx:X_deviceCategory': 'MediaDevices',
'pnpx:X_hardwareId': 'VEN_0112&DEV_0002&REV_01 VEN_0033&DEV_000C&REV_01',
'df:X_deviceCategory': 'Multimedia.DMR',
deviceType: 'urn:schemas-upnp-org:device:MediaRenderer:1',
friendlyName: 'BrewstersReceiver',
manufacturer: 'PIONEER CORPORATION',
manufacturerURL: 'http://www.pioneerelectronics.com',
modelDescription: 'Digital Media Client',
modelName: 'VSX-822/CUXESM',
modelNumber: 'Digital Media Client',
UDN: 'uuid:5F9EC1B3-ED59-79BF-4530-745E1C0EB5B5',
UPC: '123810928305556upc',
iconList:
{ icon:
[ { mimetype: 'image/jpeg',
width: 48,
height: 48,
depth: 24,
url: '/pioneer_icon_sm.jpg' },
{ mimetype: 'image/jpeg',
width: 120,
height: 120,
depth: 24,
url: '/pioneer_icon_lrg.jpg' },
{ mimetype: 'image/png',
width: 48,
height: 48,
depth: 24,
url: '/pioneer_icon_sm.png' },
{ mimetype: 'image/png',
width: 120,
height: 120,
depth: 24,
url: '/pioneer_icon_lrg.png' } ] },
serviceList:
{ service:
[ { serviceType: 'urn:schemas-upnp-org:service:RenderingControl:1',
serviceId: 'urn:upnp-org:serviceId:RenderingControl',
SCPDURL: '/RenderingControl/desc.xml',
controlURL: '/RenderingControl/ctrl',
eventSubURL: '/RenderingControl/evt' },
{ serviceType: 'urn:schemas-upnp-org:service:ConnectionManager:1',
serviceId: 'urn:upnp-org:serviceId:ConnectionManager',
SCPDURL: '/ConnectionManager/desc.xml',
controlURL: '/ConnectionManager/ctrl',
eventSubURL: '/ConnectionManager/evt' },
{ serviceType: 'urn:schemas-upnp-org:service:AVTransport:1',
serviceId: 'urn:upnp-org:serviceId:AVTransport',
SCPDURL: '/AVTransport/desc.xml',
controlURL: '/AVTransport/ctrl',
eventSubURL: '/AVTransport/evt' } ] },
presentationURL: 'http://192.168.1.2' } } }
...
The text was updated successfully, but these errors were encountered: