-
Notifications
You must be signed in to change notification settings - Fork 11
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
Only power and input buttons. #77
Comments
On my phone the physical phone buttons acts as the remote volume buttons when you have the remote app open. This only works when I unlock the phone before swiping down and opening the remote app. |
I tried it, but is doesn't work, I checked the logs during the button press and nothing happens. Can you share me your code? Thanks! |
Shure thing. I'm switching several units at once so the input section might look a bit messy. But the remote section should be legible. This is my code: |
I just finished to setup remote buttons (arrows,select,back) and volumes, but none of them show up. Only the power button seems to work. Also the "input modes" I configured, show up only as "attached switches" and I can't really reach them from the remote GUI, I just see "on" several times for each input mode. |
Any solution for this issues? Anybody? |
If you upload your code including the hex values I can try it on my installation to see if it works for me. |
Only one device is added automatically to HomeKit. Check your homebridge logs. There are instructions on how to add the other one there. |
And again you save me! Thanks a lot, I now can! |
Hi guys, this is my code:
"accessories": [ { "name": "TV", "type": "tv", "data": { "off": "HEX...", "on": "HEX...", "remote": { "select": "HEX...", "arrowUp": "HEX...", "arrowDown": "HEX...", "arrowLeft": "HEX...", "arrowRight": "HEX...", "back": "HEX...", "exit": "HEX...", "playPause": "HEX...", "info": "HEX..." }, "powerMode": { "show": "HEX..." }, "volume": { "up": "HEX...", "down": "HEX..." }, "inputs": [ { "name": "INPUT 1", "type": "hdmi", "data": "HEX..." } ] } },
I put some hex codes, but nothing make the volume buttons to appear, only the power button and input button work, but none of the rest appear on my phone.
Is this normal?
Thanks !
The text was updated successfully, but these errors were encountered: