Skip to content
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

Channel shows as Object #2

Open
NovaGL opened this issue Jul 7, 2017 · 6 comments
Open

Channel shows as Object #2

NovaGL opened this issue Jul 7, 2017 · 6 comments
Assignees

Comments

@NovaGL
Copy link

NovaGL commented Jul 7, 2017

Using Live TV when I look at the channel all I see the below. How can I get it to show the correct information

[object Object]
qos : 0, retain : true, cmd : publish, dup : false, 
topic : bravia:xxx/status/channel, messageId : , length : 61
@forty2
Copy link
Owner

forty2 commented Jul 7, 2017

Hm, that's odd. I'll have to investigate.

What tool are you using that produced that output? I don't recognize the format.

@forty2 forty2 self-assigned this Jul 7, 2017
@NovaGL
Copy link
Author

NovaGL commented Jul 8, 2017

Using MQTTBox on Chrome

When I look up the channel info using HTTP post I get this

{
"result":[
{
"uri": "tv:dvbt?trip=4112.561.563&srvName=ABC",
"source": "tv:dvbt",
"title": "ABC",
"dispNum": "002",
"tripletStr": "4112.561.563",
"programTitle": "Grand Designs: Living In The Country",
"startDateTime": "2017-07-08T12:01:00+1000",
"durationSec": 2949
}
],
"id": 2
}

@infrat
Copy link

infrat commented Apr 3, 2018

I have exactly the same with my kdl-43w755c

@jpg0
Copy link

jpg0 commented Aug 15, 2018

Fixed in forty2/bravia-simple-ip-control#2

@NovaGL
Copy link
Author

NovaGL commented Aug 19, 2018

Thanks for that. How do I get program title?

Now it just shows channel number.

@jpg0
Copy link

jpg0 commented Aug 21, 2018

I'm not sure what it's supposed to provide in the mqtt message; I only fixed it such that it provides the same format that it expects when receiving a command to update (change) the channel.

Is there any doc specifying what it should be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants