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

Change channel mutliple digit - API spec found #7

Open
gpiccinni opened this issue Sep 1, 2017 · 0 comments
Open

Change channel mutliple digit - API spec found #7

gpiccinni opened this issue Sep 1, 2017 · 0 comments

Comments

@gpiccinni
Copy link

gpiccinni commented Sep 1, 2017

Hi, thanks for this useful repo, I'm using it for my own application and it works.

My goal it to be able to change channel by passing the channel number (single digit works via input_key but I'm not able to pass multiple digit eg. channel 52)

Via traffic capture from the philips application I found a way to change channel which I tested and it is working, see the API below

POST /6/activities/tv {"channelList":{"id":"allter"},"channel":{"ccid":338}}'
This actually changes the TV channel, the only issue is that "ccid" does not correspond to TV channel preset, I'm trying to capture the call to get the channel list to be able to map "preset" (the channel number as saved on the TV) and ccid.

The API returning the list of channels is (eg. for DVBT)
GET /6/channeldb/tv/channelLists/allter

allter has been retrieved from
GET /6/channeldb/tv
You can use other as cable or terrestrial
Find attached another API request I was able to capture.

notifychange_api.txt

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

1 participant