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

Support for channel up and down tv remote #941

Open
ferensw opened this issue Apr 15, 2022 · 10 comments
Open

Support for channel up and down tv remote #941

ferensw opened this issue Apr 15, 2022 · 10 comments

Comments

@ferensw
Copy link

ferensw commented Apr 15, 2022

Current Situation

The channel up/down buttons for the tv remote are not available.
This is new in ios 15 for the apple tv remote in the control centre.

Proposed Change

Support for the channel up/down buttons in the new ios 15 remote.
An addition of a Buttontype.

Additional Context

No response

@ferensw
Copy link
Author

ferensw commented Apr 15, 2022

Like this:

image

@seydx
Copy link

seydx commented Apr 17, 2022

I think this layout is only for apple tv (and maybe official certified tvs with siri?) and not for tv accessories

@ebaauw
Copy link
Contributor

ebaauw commented Apr 17, 2022

It’s AppleTV only. The Remote widget shows my new Sony TV with native HomeKit support just like the Homebridge TV accessories.

@ferensw
Copy link
Author

ferensw commented Apr 18, 2022

Thanks for clearing this out.
It's just a pity that the most used function of a tv remote (channel up/down) is not available.
Or maybe I'm just to old-skool...

@ferensw ferensw closed this as completed Apr 18, 2022
@ebaauw
Copy link
Contributor

ebaauw commented Apr 18, 2022

For Homebridge TVs, you can map these to the up and down, or to the left and right “buttons”.

@thelofts
Copy link

iOS 17 - Channel Up/Down and Menu buttons are in all TVs now (i wish it isn’t just beta bug)
How to use HAP to catch the press of those?
IMG_0168
IMG_0167

@Supereg
Copy link
Member

Supereg commented Jun 29, 2023

Is that a HAP-NodJS based TV you are showing?

We have lost if known Keys/Buttons here

public static readonly PLAY_PAUSE = 11;

there are some blanks we don’t know yet about (12-14)

this defines which keys are supported

validValues: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
. If channel keys don’t show with current HAP-NodeJS versions they are maybe located at >15 key ids.

@tavicu
Copy link

tavicu commented Oct 20, 2023

Do we have any update here?

@n0rt0nthec4t
Copy link
Contributor

Following. Be interested to see an update that might allow leveraging these newly exposed items

@homebridge homebridge deleted a comment from github-actions bot Jul 10, 2024
@ebaauw
Copy link
Contributor

ebaauw commented Aug 14, 2024

I did set the Accessibility setting and am now seeing channel buttons for my Sonos TV as well as for the TVs from Homebriige ZP. They don't seem to do anything, though (iOS 17.6.1 on my iPad). When pressing the Channel Up button, the Arrow Down button activates (which it also does when pressing that area on the widget without the accessibility area. When pressing the Channel Down button, nothing happens.

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

No branches or pull requests

7 participants