NRCHKB / node-red-contrib-homekit-bridged

Node-RED Contribution - HomeKit Bridged : Node-RED nodes to simulate Apple HomeKit devices.
https://nrchkb.github.io
MIT License
421 stars 52 forks source link

[Help needed]: How to active REWIND and FAST_FORWARD control on Television service #486

Open Ethanwain opened 2 years ago

Ethanwain commented 2 years ago

Your Current NRCHKB Plugin Version

1.4.3

Operating System

homeassistant

Hi I'm checking the TV service by WIKI has support fast forward and rewind options {"RemoteKey":0} REWIND {"RemoteKey":1} FAST_FORWARD {"RemoteKey":2} NEXT_TRACK {"RemoteKey":3} PREVIOUS_TRACK I want to know how to send them, I can't find the buttons in remote.app

GogoVega commented 2 years ago

Hi, to find the buttons, you have to go to Remote.app in the Control Center.

IMG_2985

Ethanwain commented 2 years ago

你好,要找到按钮,你必须去Remote.appControl Center

IMG_2985

I mean how to make remote.app show fast forward button

GogoVega commented 2 years ago

Sorry I misread your question.

@caitken-com, @TheNON75 Can you please confirm because I don't think we can use them for the moment 😕

caitken-com commented 2 years ago

I can’t say for sure as I’m not using the Remote.app myself. But have you tried using the trackpad’s left/right edges as you would on a real apple remote? 5A3D58AE-613D-4C9B-A911-6DE758962A69

crxporter commented 2 years ago

The "real" one kicks over to show a dedicated row of rewind | pause | fast forward buttons. All the times I've tried it from nrchkb have failed. I haven't seen anyone accomplish this. I will check one last time if anyone's done it...

crxporter commented 2 years ago

I think it's not possible - those controls have to do with AirPlay which we don't have.

Reference: https://github.com/homebridge/HAP-NodeJS/issues/809

Ethanwain commented 2 years ago

Maybe this can be achieved, but it's complicated https://github.com/merdok/homebridge-webos-tv

Ethanwain commented 2 years ago

5b645bd451b8d9111501c8b1c583bba only this😂

crxporter commented 2 years ago

Maybe this can be achieved, but it's complicated https://github.com/merdok/homebridge-webos-tv

I've just done some digging in this repo. It appears they're just adding standard on/off switches to work as "buttons". Each "button press" turns the switch "on" for 20 milliseconds then the plugin turns it back off. I see no evidence that they've got media control working on the control center remote. They have built it as extra on/off buttons in the home app.

So I stick with my previous statement:

I think it's not possible - those controls have to do with AirPlay which we don't have.

caitken-com commented 1 year ago

Hi @Ethanwain did you find a solution? Ok if we close this issue?