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
304 stars 96 forks source link

'remote' and 'volume' buttons not showing in Home-App #567

Closed juanReTMS closed 1 year ago

juanReTMS commented 1 year ago

With the following configuration, I only get the on/off button and the input selection button in the Home app. Neither the remote nor the volume buttons are displayed.

{ "platform": "BroadlinkRM", "name": "BroadlinkRM", "hideScanFrequencyButton": true, "hideLearnButton": false, "hideWelcomeMessage": true, "accessories": [ { "name": "Verstärker", "type": "tv", "subType": "Receiver", "data": { "on": "HEX...", "off": "HEX...", "remote": { "select": "HEX...", "arrowUp": "HEX...", "arrowDown": "HEX...", "arrowLeft": "HEX...", "arrowRight": "HEX...", "back": "HEX...", "exit": "HEX...", "playPause": "HEX...", "info": "HEX..." }, "volume": { "up": "HEX...", "down": "HEX..." }, "inputs": [ { "name": "DVD", "type": "other", "data": "HEX..." }, { "name": "TV", "type": "other", "data": "HEX..." } ], "powerMode": { "show": "HEX..." } } } ] }

What am I doing wrong?

masterfordev commented 1 year ago

https://github.com/kiwi-cam/homebridge-broadlink-rm/issues/102#issuecomment-720813760

fratinize commented 1 year ago

It should show up on the remote in the control center Although there are times it will not be available says it's offline yet the the red bean is on my network and the native app works fine. I have no idea why it "disappears" at times

tientmit88 commented 1 year ago

the buttons won't be showing in Home app, it will be shown in remote app

stale[bot] commented 1 year 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.