kiwi-cam / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
302 stars 96 forks source link

Select Applications as inputs #18

Closed barns102 closed 3 years ago

barns102 commented 4 years ago

Hi @kiwi-cam

I have this setup and working well, but now I would like to add Applications (YouTube, TVNZ on Demand) to my input choices.

When I add this to the config, I get an error message in my logs.

Do you have any suggestions? I have tried type as "application' and "app". Should I have "data'" or "value"

Thanks in advance.

Barns

JulianNaumann commented 4 years ago

Can you post the whole error log as well as your config?

barns102 commented 4 years ago

Hi

I no longe have that, as I removed it when it wasn’t working.

Could you please show me an example of how I would put an application e.g YouTube as an input for my TV.

I currently have 3 inputs that look like this:

“name”: “Sky New Zealand”, “type”: “hdmi”, “data”: “hex code...”.

This is what I have tried for YouTube

“name”: “YouTube”, “type”: “application”, “data”: “id for application” (a string of 8 numbers or so)

Does this make sense?

Barnaby

kiwi-cam commented 4 years ago

Hi @barns102. This module only works with Broadlink RM IR/RF blasters. It can send IR or RF signals to control your TV, it can't pass an Application ID. If your remote has a shortcut button to launch YouTube you could learn this code and add that as data under the application; otherwise I'm not sure you'll be able to do what you're wanting.

barns102 commented 4 years ago

@kiwi-cam Thanks heaps for that mate, totally makes sense. I will look to see if I can find a hex code for the applications I want to use.

Barns.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.